/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

h1, .h1 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 80px;
  line-height: 76px;
}

h2, .h2 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 64px;
  line-height: 61px;
}

h3, .h3 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 44px;
  line-height: 46px;
}

h4, .h4 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 30px;
  line-height: 32px;
}

h5, .h5 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 24px;
  line-height: 25px;
}

h6, .h6 {
  color: #000;
  font-family: purista-web,sans-serif;
  font-size: 22px;
  line-height: 23px;
}

.site-btn {
  font-family: purista-web,sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.inset-2 {
  top: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
  left: 2px !important;
}

.inset-3 {
  top: 3px !important;
  right: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
}

.inset-4 {
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
}

.inset-6 {
  top: 6px !important;
  right: 6px !important;
  bottom: 6px !important;
  left: 6px !important;
}

.inset-8 {
  top: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  left: 8px !important;
}

.inset-10 {
  top: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
}

.inset-12 {
  top: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  left: 12px !important;
}

.inset-14 {
  top: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  left: 14px !important;
}

.inset-16 {
  top: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  left: 16px !important;
}

.inset-20 {
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
}

.inset-22 {
  top: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  left: 22px !important;
}

.inset-24 {
  top: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  left: 24px !important;
}

.inset-25 {
  top: 25px !important;
  right: 25px !important;
  bottom: 25px !important;
  left: 25px !important;
}

.inset-27 {
  top: 27px !important;
  right: 27px !important;
  bottom: 27px !important;
  left: 27px !important;
}

.inset-30 {
  top: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  left: 30px !important;
}

.inset-36 {
  top: 36px !important;
  right: 36px !important;
  bottom: 36px !important;
  left: 36px !important;
}

.inset-40 {
  top: 40px !important;
  right: 40px !important;
  bottom: 40px !important;
  left: 40px !important;
}

.inset-42 {
  top: 42px !important;
  right: 42px !important;
  bottom: 42px !important;
  left: 42px !important;
}

.inset-44 {
  top: 44px !important;
  right: 44px !important;
  bottom: 44px !important;
  left: 44px !important;
}

.inset-48 {
  top: 48px !important;
  right: 48px !important;
  bottom: 48px !important;
  left: 48px !important;
}

.inset-52 {
  top: 52px !important;
  right: 52px !important;
  bottom: 52px !important;
  left: 52px !important;
}

.inset-64 {
  top: 64px !important;
  right: 64px !important;
  bottom: 64px !important;
  left: 64px !important;
}

.inset-72 {
  top: 72px !important;
  right: 72px !important;
  bottom: 72px !important;
  left: 72px !important;
}

.inset-74 {
  top: 74px !important;
  right: 74px !important;
  bottom: 74px !important;
  left: 74px !important;
}

.inset-77 {
  top: 77px !important;
  right: 77px !important;
  bottom: 77px !important;
  left: 77px !important;
}

.inset-84 {
  top: 84px !important;
  right: 84px !important;
  bottom: 84px !important;
  left: 84px !important;
}

.inset-96 {
  top: 96px !important;
  right: 96px !important;
  bottom: 96px !important;
  left: 96px !important;
}

.inset-98 {
  top: 98px !important;
  right: 98px !important;
  bottom: 98px !important;
  left: 98px !important;
}

.inset-100 {
  top: 100px !important;
  right: 100px !important;
  bottom: 100px !important;
  left: 100px !important;
}

.inset-105 {
  top: 105px !important;
  right: 105px !important;
  bottom: 105px !important;
  left: 105px !important;
}

.inset-114 {
  top: 114px !important;
  right: 114px !important;
  bottom: 114px !important;
  left: 114px !important;
}

.inset-115 {
  top: 115px !important;
  right: 115px !important;
  bottom: 115px !important;
  left: 115px !important;
}

.inset-120 {
  top: 120px !important;
  right: 120px !important;
  bottom: 120px !important;
  left: 120px !important;
}

.inset-128 {
  top: 128px !important;
  right: 128px !important;
  bottom: 128px !important;
  left: 128px !important;
}

.inset-156 {
  top: 156px !important;
  right: 156px !important;
  bottom: 156px !important;
  left: 156px !important;
}

.inset-200 {
  top: 200px !important;
  right: 200px !important;
  bottom: 200px !important;
  left: 200px !important;
}

.inset-256 {
  top: 256px !important;
  right: 256px !important;
  bottom: 256px !important;
  left: 256px !important;
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.-inset-2 {
  top: -2px !important;
  right: -2px !important;
  bottom: -2px !important;
  left: -2px !important;
}

.-inset-3 {
  top: -3px !important;
  right: -3px !important;
  bottom: -3px !important;
  left: -3px !important;
}

.-inset-4 {
  top: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  left: -4px !important;
}

.-inset-6 {
  top: -6px !important;
  right: -6px !important;
  bottom: -6px !important;
  left: -6px !important;
}

.-inset-8 {
  top: -8px !important;
  right: -8px !important;
  bottom: -8px !important;
  left: -8px !important;
}

.-inset-10 {
  top: -10px !important;
  right: -10px !important;
  bottom: -10px !important;
  left: -10px !important;
}

.-inset-12 {
  top: -12px !important;
  right: -12px !important;
  bottom: -12px !important;
  left: -12px !important;
}

.-inset-14 {
  top: -14px !important;
  right: -14px !important;
  bottom: -14px !important;
  left: -14px !important;
}

.-inset-16 {
  top: -16px !important;
  right: -16px !important;
  bottom: -16px !important;
  left: -16px !important;
}

.-inset-20 {
  top: -20px !important;
  right: -20px !important;
  bottom: -20px !important;
  left: -20px !important;
}

.-inset-22 {
  top: -22px !important;
  right: -22px !important;
  bottom: -22px !important;
  left: -22px !important;
}

.-inset-24 {
  top: -24px !important;
  right: -24px !important;
  bottom: -24px !important;
  left: -24px !important;
}

.-inset-25 {
  top: -25px !important;
  right: -25px !important;
  bottom: -25px !important;
  left: -25px !important;
}

.-inset-27 {
  top: -27px !important;
  right: -27px !important;
  bottom: -27px !important;
  left: -27px !important;
}

.-inset-30 {
  top: -30px !important;
  right: -30px !important;
  bottom: -30px !important;
  left: -30px !important;
}

.-inset-36 {
  top: -36px !important;
  right: -36px !important;
  bottom: -36px !important;
  left: -36px !important;
}

.-inset-40 {
  top: -40px !important;
  right: -40px !important;
  bottom: -40px !important;
  left: -40px !important;
}

.-inset-42 {
  top: -42px !important;
  right: -42px !important;
  bottom: -42px !important;
  left: -42px !important;
}

.-inset-44 {
  top: -44px !important;
  right: -44px !important;
  bottom: -44px !important;
  left: -44px !important;
}

.-inset-48 {
  top: -48px !important;
  right: -48px !important;
  bottom: -48px !important;
  left: -48px !important;
}

.-inset-52 {
  top: -52px !important;
  right: -52px !important;
  bottom: -52px !important;
  left: -52px !important;
}

.-inset-64 {
  top: -64px !important;
  right: -64px !important;
  bottom: -64px !important;
  left: -64px !important;
}

.-inset-72 {
  top: -72px !important;
  right: -72px !important;
  bottom: -72px !important;
  left: -72px !important;
}

.-inset-74 {
  top: -74px !important;
  right: -74px !important;
  bottom: -74px !important;
  left: -74px !important;
}

.-inset-77 {
  top: -77px !important;
  right: -77px !important;
  bottom: -77px !important;
  left: -77px !important;
}

.-inset-84 {
  top: -84px !important;
  right: -84px !important;
  bottom: -84px !important;
  left: -84px !important;
}

.-inset-96 {
  top: -96px !important;
  right: -96px !important;
  bottom: -96px !important;
  left: -96px !important;
}

.-inset-98 {
  top: -98px !important;
  right: -98px !important;
  bottom: -98px !important;
  left: -98px !important;
}

.-inset-100 {
  top: -100px !important;
  right: -100px !important;
  bottom: -100px !important;
  left: -100px !important;
}

.-inset-105 {
  top: -105px !important;
  right: -105px !important;
  bottom: -105px !important;
  left: -105px !important;
}

.-inset-114 {
  top: -114px !important;
  right: -114px !important;
  bottom: -114px !important;
  left: -114px !important;
}

.-inset-115 {
  top: -115px !important;
  right: -115px !important;
  bottom: -115px !important;
  left: -115px !important;
}

.-inset-120 {
  top: -120px !important;
  right: -120px !important;
  bottom: -120px !important;
  left: -120px !important;
}

.-inset-128 {
  top: -128px !important;
  right: -128px !important;
  bottom: -128px !important;
  left: -128px !important;
}

.-inset-156 {
  top: -156px !important;
  right: -156px !important;
  bottom: -156px !important;
  left: -156px !important;
}

.-inset-200 {
  top: -200px !important;
  right: -200px !important;
  bottom: -200px !important;
  left: -200px !important;
}

.-inset-256 {
  top: -256px !important;
  right: -256px !important;
  bottom: -256px !important;
  left: -256px !important;
}

.-inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.inset-x-2 {
  left: 2px !important;
  right: 2px !important;
}

.inset-x-3 {
  left: 3px !important;
  right: 3px !important;
}

.inset-x-4 {
  left: 4px !important;
  right: 4px !important;
}

.inset-x-6 {
  left: 6px !important;
  right: 6px !important;
}

.inset-x-8 {
  left: 8px !important;
  right: 8px !important;
}

.inset-x-10 {
  left: 10px !important;
  right: 10px !important;
}

.inset-x-12 {
  left: 12px !important;
  right: 12px !important;
}

.inset-x-14 {
  left: 14px !important;
  right: 14px !important;
}

.inset-x-16 {
  left: 16px !important;
  right: 16px !important;
}

.inset-x-20 {
  left: 20px !important;
  right: 20px !important;
}

.inset-x-22 {
  left: 22px !important;
  right: 22px !important;
}

.inset-x-24 {
  left: 24px !important;
  right: 24px !important;
}

.inset-x-25 {
  left: 25px !important;
  right: 25px !important;
}

.inset-x-27 {
  left: 27px !important;
  right: 27px !important;
}

.inset-x-30 {
  left: 30px !important;
  right: 30px !important;
}

.inset-x-36 {
  left: 36px !important;
  right: 36px !important;
}

.inset-x-40 {
  left: 40px !important;
  right: 40px !important;
}

.inset-x-42 {
  left: 42px !important;
  right: 42px !important;
}

.inset-x-44 {
  left: 44px !important;
  right: 44px !important;
}

.inset-x-48 {
  left: 48px !important;
  right: 48px !important;
}

.inset-x-52 {
  left: 52px !important;
  right: 52px !important;
}

.inset-x-64 {
  left: 64px !important;
  right: 64px !important;
}

.inset-x-72 {
  left: 72px !important;
  right: 72px !important;
}

.inset-x-74 {
  left: 74px !important;
  right: 74px !important;
}

.inset-x-77 {
  left: 77px !important;
  right: 77px !important;
}

.inset-x-84 {
  left: 84px !important;
  right: 84px !important;
}

.inset-x-96 {
  left: 96px !important;
  right: 96px !important;
}

.inset-x-98 {
  left: 98px !important;
  right: 98px !important;
}

.inset-x-100 {
  left: 100px !important;
  right: 100px !important;
}

.inset-x-105 {
  left: 105px !important;
  right: 105px !important;
}

.inset-x-114 {
  left: 114px !important;
  right: 114px !important;
}

.inset-x-115 {
  left: 115px !important;
  right: 115px !important;
}

.inset-x-120 {
  left: 120px !important;
  right: 120px !important;
}

.inset-x-128 {
  left: 128px !important;
  right: 128px !important;
}

.inset-x-156 {
  left: 156px !important;
  right: 156px !important;
}

.inset-x-200 {
  left: 200px !important;
  right: 200px !important;
}

.inset-x-256 {
  left: 256px !important;
  right: 256px !important;
}

.inset-x-auto {
  left: auto !important;
  right: auto !important;
}

.inset-x-px {
  left: 1px !important;
  right: 1px !important;
}

.-inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.-inset-x-2 {
  left: -2px !important;
  right: -2px !important;
}

.-inset-x-3 {
  left: -3px !important;
  right: -3px !important;
}

.-inset-x-4 {
  left: -4px !important;
  right: -4px !important;
}

.-inset-x-6 {
  left: -6px !important;
  right: -6px !important;
}

.-inset-x-8 {
  left: -8px !important;
  right: -8px !important;
}

.-inset-x-10 {
  left: -10px !important;
  right: -10px !important;
}

.-inset-x-12 {
  left: -12px !important;
  right: -12px !important;
}

.-inset-x-14 {
  left: -14px !important;
  right: -14px !important;
}

.-inset-x-16 {
  left: -16px !important;
  right: -16px !important;
}

.-inset-x-20 {
  left: -20px !important;
  right: -20px !important;
}

.-inset-x-22 {
  left: -22px !important;
  right: -22px !important;
}

.-inset-x-24 {
  left: -24px !important;
  right: -24px !important;
}

.-inset-x-25 {
  left: -25px !important;
  right: -25px !important;
}

.-inset-x-27 {
  left: -27px !important;
  right: -27px !important;
}

.-inset-x-30 {
  left: -30px !important;
  right: -30px !important;
}

.-inset-x-36 {
  left: -36px !important;
  right: -36px !important;
}

.-inset-x-40 {
  left: -40px !important;
  right: -40px !important;
}

.-inset-x-42 {
  left: -42px !important;
  right: -42px !important;
}

.-inset-x-44 {
  left: -44px !important;
  right: -44px !important;
}

.-inset-x-48 {
  left: -48px !important;
  right: -48px !important;
}

.-inset-x-52 {
  left: -52px !important;
  right: -52px !important;
}

.-inset-x-64 {
  left: -64px !important;
  right: -64px !important;
}

.-inset-x-72 {
  left: -72px !important;
  right: -72px !important;
}

.-inset-x-74 {
  left: -74px !important;
  right: -74px !important;
}

.-inset-x-77 {
  left: -77px !important;
  right: -77px !important;
}

.-inset-x-84 {
  left: -84px !important;
  right: -84px !important;
}

.-inset-x-96 {
  left: -96px !important;
  right: -96px !important;
}

.-inset-x-98 {
  left: -98px !important;
  right: -98px !important;
}

.-inset-x-100 {
  left: -100px !important;
  right: -100px !important;
}

.-inset-x-105 {
  left: -105px !important;
  right: -105px !important;
}

.-inset-x-114 {
  left: -114px !important;
  right: -114px !important;
}

.-inset-x-115 {
  left: -115px !important;
  right: -115px !important;
}

.-inset-x-120 {
  left: -120px !important;
  right: -120px !important;
}

.-inset-x-128 {
  left: -128px !important;
  right: -128px !important;
}

.-inset-x-156 {
  left: -156px !important;
  right: -156px !important;
}

.-inset-x-200 {
  left: -200px !important;
  right: -200px !important;
}

.-inset-x-256 {
  left: -256px !important;
  right: -256px !important;
}

.-inset-x-px {
  left: -1px !important;
  right: -1px !important;
}

.inset-x-1\/2 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3 {
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3 {
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4 {
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4 {
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full {
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3 {
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3 {
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4 {
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4 {
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full {
  left: -100% !important;
  right: -100% !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.inset-y-2 {
  top: 2px !important;
  bottom: 2px !important;
}

.inset-y-3 {
  top: 3px !important;
  bottom: 3px !important;
}

.inset-y-4 {
  top: 4px !important;
  bottom: 4px !important;
}

.inset-y-6 {
  top: 6px !important;
  bottom: 6px !important;
}

.inset-y-8 {
  top: 8px !important;
  bottom: 8px !important;
}

.inset-y-10 {
  top: 10px !important;
  bottom: 10px !important;
}

.inset-y-12 {
  top: 12px !important;
  bottom: 12px !important;
}

.inset-y-14 {
  top: 14px !important;
  bottom: 14px !important;
}

.inset-y-16 {
  top: 16px !important;
  bottom: 16px !important;
}

.inset-y-20 {
  top: 20px !important;
  bottom: 20px !important;
}

.inset-y-22 {
  top: 22px !important;
  bottom: 22px !important;
}

.inset-y-24 {
  top: 24px !important;
  bottom: 24px !important;
}

.inset-y-25 {
  top: 25px !important;
  bottom: 25px !important;
}

.inset-y-27 {
  top: 27px !important;
  bottom: 27px !important;
}

.inset-y-30 {
  top: 30px !important;
  bottom: 30px !important;
}

.inset-y-36 {
  top: 36px !important;
  bottom: 36px !important;
}

.inset-y-40 {
  top: 40px !important;
  bottom: 40px !important;
}

.inset-y-42 {
  top: 42px !important;
  bottom: 42px !important;
}

.inset-y-44 {
  top: 44px !important;
  bottom: 44px !important;
}

.inset-y-48 {
  top: 48px !important;
  bottom: 48px !important;
}

.inset-y-52 {
  top: 52px !important;
  bottom: 52px !important;
}

.inset-y-64 {
  top: 64px !important;
  bottom: 64px !important;
}

.inset-y-72 {
  top: 72px !important;
  bottom: 72px !important;
}

.inset-y-74 {
  top: 74px !important;
  bottom: 74px !important;
}

.inset-y-77 {
  top: 77px !important;
  bottom: 77px !important;
}

.inset-y-84 {
  top: 84px !important;
  bottom: 84px !important;
}

.inset-y-96 {
  top: 96px !important;
  bottom: 96px !important;
}

.inset-y-98 {
  top: 98px !important;
  bottom: 98px !important;
}

.inset-y-100 {
  top: 100px !important;
  bottom: 100px !important;
}

.inset-y-105 {
  top: 105px !important;
  bottom: 105px !important;
}

.inset-y-114 {
  top: 114px !important;
  bottom: 114px !important;
}

.inset-y-115 {
  top: 115px !important;
  bottom: 115px !important;
}

.inset-y-120 {
  top: 120px !important;
  bottom: 120px !important;
}

.inset-y-128 {
  top: 128px !important;
  bottom: 128px !important;
}

.inset-y-156 {
  top: 156px !important;
  bottom: 156px !important;
}

.inset-y-200 {
  top: 200px !important;
  bottom: 200px !important;
}

.inset-y-256 {
  top: 256px !important;
  bottom: 256px !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.inset-y-px {
  top: 1px !important;
  bottom: 1px !important;
}

.-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.-inset-y-2 {
  top: -2px !important;
  bottom: -2px !important;
}

.-inset-y-3 {
  top: -3px !important;
  bottom: -3px !important;
}

.-inset-y-4 {
  top: -4px !important;
  bottom: -4px !important;
}

.-inset-y-6 {
  top: -6px !important;
  bottom: -6px !important;
}

.-inset-y-8 {
  top: -8px !important;
  bottom: -8px !important;
}

.-inset-y-10 {
  top: -10px !important;
  bottom: -10px !important;
}

.-inset-y-12 {
  top: -12px !important;
  bottom: -12px !important;
}

.-inset-y-14 {
  top: -14px !important;
  bottom: -14px !important;
}

.-inset-y-16 {
  top: -16px !important;
  bottom: -16px !important;
}

.-inset-y-20 {
  top: -20px !important;
  bottom: -20px !important;
}

.-inset-y-22 {
  top: -22px !important;
  bottom: -22px !important;
}

.-inset-y-24 {
  top: -24px !important;
  bottom: -24px !important;
}

.-inset-y-25 {
  top: -25px !important;
  bottom: -25px !important;
}

.-inset-y-27 {
  top: -27px !important;
  bottom: -27px !important;
}

.-inset-y-30 {
  top: -30px !important;
  bottom: -30px !important;
}

.-inset-y-36 {
  top: -36px !important;
  bottom: -36px !important;
}

.-inset-y-40 {
  top: -40px !important;
  bottom: -40px !important;
}

.-inset-y-42 {
  top: -42px !important;
  bottom: -42px !important;
}

.-inset-y-44 {
  top: -44px !important;
  bottom: -44px !important;
}

.-inset-y-48 {
  top: -48px !important;
  bottom: -48px !important;
}

.-inset-y-52 {
  top: -52px !important;
  bottom: -52px !important;
}

.-inset-y-64 {
  top: -64px !important;
  bottom: -64px !important;
}

.-inset-y-72 {
  top: -72px !important;
  bottom: -72px !important;
}

.-inset-y-74 {
  top: -74px !important;
  bottom: -74px !important;
}

.-inset-y-77 {
  top: -77px !important;
  bottom: -77px !important;
}

.-inset-y-84 {
  top: -84px !important;
  bottom: -84px !important;
}

.-inset-y-96 {
  top: -96px !important;
  bottom: -96px !important;
}

.-inset-y-98 {
  top: -98px !important;
  bottom: -98px !important;
}

.-inset-y-100 {
  top: -100px !important;
  bottom: -100px !important;
}

.-inset-y-105 {
  top: -105px !important;
  bottom: -105px !important;
}

.-inset-y-114 {
  top: -114px !important;
  bottom: -114px !important;
}

.-inset-y-115 {
  top: -115px !important;
  bottom: -115px !important;
}

.-inset-y-120 {
  top: -120px !important;
  bottom: -120px !important;
}

.-inset-y-128 {
  top: -128px !important;
  bottom: -128px !important;
}

.-inset-y-156 {
  top: -156px !important;
  bottom: -156px !important;
}

.-inset-y-200 {
  top: -200px !important;
  bottom: -200px !important;
}

.-inset-y-256 {
  top: -256px !important;
  bottom: -256px !important;
}

.-inset-y-px {
  top: -1px !important;
  bottom: -1px !important;
}

.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.top-0 {
  top: 0px !important;
}

.top-2 {
  top: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.top-6 {
  top: 6px !important;
}

.top-8 {
  top: 8px !important;
}

.top-10 {
  top: 10px !important;
}

.top-12 {
  top: 12px !important;
}

.top-14 {
  top: 14px !important;
}

.top-16 {
  top: 16px !important;
}

.top-20 {
  top: 20px !important;
}

.top-22 {
  top: 22px !important;
}

.top-24 {
  top: 24px !important;
}

.top-25 {
  top: 25px !important;
}

.top-27 {
  top: 27px !important;
}

.top-30 {
  top: 30px !important;
}

.top-36 {
  top: 36px !important;
}

.top-40 {
  top: 40px !important;
}

.top-42 {
  top: 42px !important;
}

.top-44 {
  top: 44px !important;
}

.top-48 {
  top: 48px !important;
}

.top-52 {
  top: 52px !important;
}

.top-64 {
  top: 64px !important;
}

.top-72 {
  top: 72px !important;
}

.top-74 {
  top: 74px !important;
}

.top-77 {
  top: 77px !important;
}

.top-84 {
  top: 84px !important;
}

.top-96 {
  top: 96px !important;
}

.top-98 {
  top: 98px !important;
}

.top-100 {
  top: 100px !important;
}

.top-105 {
  top: 105px !important;
}

.top-114 {
  top: 114px !important;
}

.top-115 {
  top: 115px !important;
}

.top-120 {
  top: 120px !important;
}

.top-128 {
  top: 128px !important;
}

.top-156 {
  top: 156px !important;
}

.top-200 {
  top: 200px !important;
}

.top-256 {
  top: 256px !important;
}

.top-auto {
  top: auto !important;
}

.top-px {
  top: 1px !important;
}

.-top-0 {
  top: 0px !important;
}

.-top-2 {
  top: -2px !important;
}

.-top-3 {
  top: -3px !important;
}

.-top-4 {
  top: -4px !important;
}

.-top-6 {
  top: -6px !important;
}

.-top-8 {
  top: -8px !important;
}

.-top-10 {
  top: -10px !important;
}

.-top-12 {
  top: -12px !important;
}

.-top-14 {
  top: -14px !important;
}

.-top-16 {
  top: -16px !important;
}

.-top-20 {
  top: -20px !important;
}

.-top-22 {
  top: -22px !important;
}

.-top-24 {
  top: -24px !important;
}

.-top-25 {
  top: -25px !important;
}

.-top-27 {
  top: -27px !important;
}

.-top-30 {
  top: -30px !important;
}

.-top-36 {
  top: -36px !important;
}

.-top-40 {
  top: -40px !important;
}

.-top-42 {
  top: -42px !important;
}

.-top-44 {
  top: -44px !important;
}

.-top-48 {
  top: -48px !important;
}

.-top-52 {
  top: -52px !important;
}

.-top-64 {
  top: -64px !important;
}

.-top-72 {
  top: -72px !important;
}

.-top-74 {
  top: -74px !important;
}

.-top-77 {
  top: -77px !important;
}

.-top-84 {
  top: -84px !important;
}

.-top-96 {
  top: -96px !important;
}

.-top-98 {
  top: -98px !important;
}

.-top-100 {
  top: -100px !important;
}

.-top-105 {
  top: -105px !important;
}

.-top-114 {
  top: -114px !important;
}

.-top-115 {
  top: -115px !important;
}

.-top-120 {
  top: -120px !important;
}

.-top-128 {
  top: -128px !important;
}

.-top-156 {
  top: -156px !important;
}

.-top-200 {
  top: -200px !important;
}

.-top-256 {
  top: -256px !important;
}

.-top-px {
  top: -1px !important;
}

.top-1\/2 {
  top: 50% !important;
}

.top-1\/3 {
  top: 33.333333% !important;
}

.top-2\/3 {
  top: 66.666667% !important;
}

.top-1\/4 {
  top: 25% !important;
}

.top-2\/4 {
  top: 50% !important;
}

.top-3\/4 {
  top: 75% !important;
}

.top-full {
  top: 100% !important;
}

.-top-1\/2 {
  top: -50% !important;
}

.-top-1\/3 {
  top: -33.333333% !important;
}

.-top-2\/3 {
  top: -66.666667% !important;
}

.-top-1\/4 {
  top: -25% !important;
}

.-top-2\/4 {
  top: -50% !important;
}

.-top-3\/4 {
  top: -75% !important;
}

.-top-full {
  top: -100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-2 {
  right: 2px !important;
}

.right-3 {
  right: 3px !important;
}

.right-4 {
  right: 4px !important;
}

.right-6 {
  right: 6px !important;
}

.right-8 {
  right: 8px !important;
}

.right-10 {
  right: 10px !important;
}

.right-12 {
  right: 12px !important;
}

.right-14 {
  right: 14px !important;
}

.right-16 {
  right: 16px !important;
}

.right-20 {
  right: 20px !important;
}

.right-22 {
  right: 22px !important;
}

.right-24 {
  right: 24px !important;
}

.right-25 {
  right: 25px !important;
}

.right-27 {
  right: 27px !important;
}

.right-30 {
  right: 30px !important;
}

.right-36 {
  right: 36px !important;
}

.right-40 {
  right: 40px !important;
}

.right-42 {
  right: 42px !important;
}

.right-44 {
  right: 44px !important;
}

.right-48 {
  right: 48px !important;
}

.right-52 {
  right: 52px !important;
}

.right-64 {
  right: 64px !important;
}

.right-72 {
  right: 72px !important;
}

.right-74 {
  right: 74px !important;
}

.right-77 {
  right: 77px !important;
}

.right-84 {
  right: 84px !important;
}

.right-96 {
  right: 96px !important;
}

.right-98 {
  right: 98px !important;
}

.right-100 {
  right: 100px !important;
}

.right-105 {
  right: 105px !important;
}

.right-114 {
  right: 114px !important;
}

.right-115 {
  right: 115px !important;
}

.right-120 {
  right: 120px !important;
}

.right-128 {
  right: 128px !important;
}

.right-156 {
  right: 156px !important;
}

.right-200 {
  right: 200px !important;
}

.right-256 {
  right: 256px !important;
}

.right-auto {
  right: auto !important;
}

.right-px {
  right: 1px !important;
}

.-right-0 {
  right: 0px !important;
}

.-right-2 {
  right: -2px !important;
}

.-right-3 {
  right: -3px !important;
}

.-right-4 {
  right: -4px !important;
}

.-right-6 {
  right: -6px !important;
}

.-right-8 {
  right: -8px !important;
}

.-right-10 {
  right: -10px !important;
}

.-right-12 {
  right: -12px !important;
}

.-right-14 {
  right: -14px !important;
}

.-right-16 {
  right: -16px !important;
}

.-right-20 {
  right: -20px !important;
}

.-right-22 {
  right: -22px !important;
}

.-right-24 {
  right: -24px !important;
}

.-right-25 {
  right: -25px !important;
}

.-right-27 {
  right: -27px !important;
}

.-right-30 {
  right: -30px !important;
}

.-right-36 {
  right: -36px !important;
}

.-right-40 {
  right: -40px !important;
}

.-right-42 {
  right: -42px !important;
}

.-right-44 {
  right: -44px !important;
}

.-right-48 {
  right: -48px !important;
}

.-right-52 {
  right: -52px !important;
}

.-right-64 {
  right: -64px !important;
}

.-right-72 {
  right: -72px !important;
}

.-right-74 {
  right: -74px !important;
}

.-right-77 {
  right: -77px !important;
}

.-right-84 {
  right: -84px !important;
}

.-right-96 {
  right: -96px !important;
}

.-right-98 {
  right: -98px !important;
}

.-right-100 {
  right: -100px !important;
}

.-right-105 {
  right: -105px !important;
}

.-right-114 {
  right: -114px !important;
}

.-right-115 {
  right: -115px !important;
}

.-right-120 {
  right: -120px !important;
}

.-right-128 {
  right: -128px !important;
}

.-right-156 {
  right: -156px !important;
}

.-right-200 {
  right: -200px !important;
}

.-right-256 {
  right: -256px !important;
}

.-right-px {
  right: -1px !important;
}

.right-1\/2 {
  right: 50% !important;
}

.right-1\/3 {
  right: 33.333333% !important;
}

.right-2\/3 {
  right: 66.666667% !important;
}

.right-1\/4 {
  right: 25% !important;
}

.right-2\/4 {
  right: 50% !important;
}

.right-3\/4 {
  right: 75% !important;
}

.right-full {
  right: 100% !important;
}

.-right-1\/2 {
  right: -50% !important;
}

.-right-1\/3 {
  right: -33.333333% !important;
}

.-right-2\/3 {
  right: -66.666667% !important;
}

.-right-1\/4 {
  right: -25% !important;
}

.-right-2\/4 {
  right: -50% !important;
}

.-right-3\/4 {
  right: -75% !important;
}

.-right-full {
  right: -100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-12 {
  bottom: 12px !important;
}

.bottom-14 {
  bottom: 14px !important;
}

.bottom-16 {
  bottom: 16px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-22 {
  bottom: 22px !important;
}

.bottom-24 {
  bottom: 24px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-27 {
  bottom: 27px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-36 {
  bottom: 36px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-42 {
  bottom: 42px !important;
}

.bottom-44 {
  bottom: 44px !important;
}

.bottom-48 {
  bottom: 48px !important;
}

.bottom-52 {
  bottom: 52px !important;
}

.bottom-64 {
  bottom: 64px !important;
}

.bottom-72 {
  bottom: 72px !important;
}

.bottom-74 {
  bottom: 74px !important;
}

.bottom-77 {
  bottom: 77px !important;
}

.bottom-84 {
  bottom: 84px !important;
}

.bottom-96 {
  bottom: 96px !important;
}

.bottom-98 {
  bottom: 98px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-105 {
  bottom: 105px !important;
}

.bottom-114 {
  bottom: 114px !important;
}

.bottom-115 {
  bottom: 115px !important;
}

.bottom-120 {
  bottom: 120px !important;
}

.bottom-128 {
  bottom: 128px !important;
}

.bottom-156 {
  bottom: 156px !important;
}

.bottom-200 {
  bottom: 200px !important;
}

.bottom-256 {
  bottom: 256px !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-px {
  bottom: 1px !important;
}

.-bottom-0 {
  bottom: 0px !important;
}

.-bottom-2 {
  bottom: -2px !important;
}

.-bottom-3 {
  bottom: -3px !important;
}

.-bottom-4 {
  bottom: -4px !important;
}

.-bottom-6 {
  bottom: -6px !important;
}

.-bottom-8 {
  bottom: -8px !important;
}

.-bottom-10 {
  bottom: -10px !important;
}

.-bottom-12 {
  bottom: -12px !important;
}

.-bottom-14 {
  bottom: -14px !important;
}

.-bottom-16 {
  bottom: -16px !important;
}

.-bottom-20 {
  bottom: -20px !important;
}

.-bottom-22 {
  bottom: -22px !important;
}

.-bottom-24 {
  bottom: -24px !important;
}

.-bottom-25 {
  bottom: -25px !important;
}

.-bottom-27 {
  bottom: -27px !important;
}

.-bottom-30 {
  bottom: -30px !important;
}

.-bottom-36 {
  bottom: -36px !important;
}

.-bottom-40 {
  bottom: -40px !important;
}

.-bottom-42 {
  bottom: -42px !important;
}

.-bottom-44 {
  bottom: -44px !important;
}

.-bottom-48 {
  bottom: -48px !important;
}

.-bottom-52 {
  bottom: -52px !important;
}

.-bottom-64 {
  bottom: -64px !important;
}

.-bottom-72 {
  bottom: -72px !important;
}

.-bottom-74 {
  bottom: -74px !important;
}

.-bottom-77 {
  bottom: -77px !important;
}

.-bottom-84 {
  bottom: -84px !important;
}

.-bottom-96 {
  bottom: -96px !important;
}

.-bottom-98 {
  bottom: -98px !important;
}

.-bottom-100 {
  bottom: -100px !important;
}

.-bottom-105 {
  bottom: -105px !important;
}

.-bottom-114 {
  bottom: -114px !important;
}

.-bottom-115 {
  bottom: -115px !important;
}

.-bottom-120 {
  bottom: -120px !important;
}

.-bottom-128 {
  bottom: -128px !important;
}

.-bottom-156 {
  bottom: -156px !important;
}

.-bottom-200 {
  bottom: -200px !important;
}

.-bottom-256 {
  bottom: -256px !important;
}

.-bottom-px {
  bottom: -1px !important;
}

.bottom-1\/2 {
  bottom: 50% !important;
}

.bottom-1\/3 {
  bottom: 33.333333% !important;
}

.bottom-2\/3 {
  bottom: 66.666667% !important;
}

.bottom-1\/4 {
  bottom: 25% !important;
}

.bottom-2\/4 {
  bottom: 50% !important;
}

.bottom-3\/4 {
  bottom: 75% !important;
}

.bottom-full {
  bottom: 100% !important;
}

.-bottom-1\/2 {
  bottom: -50% !important;
}

.-bottom-1\/3 {
  bottom: -33.333333% !important;
}

.-bottom-2\/3 {
  bottom: -66.666667% !important;
}

.-bottom-1\/4 {
  bottom: -25% !important;
}

.-bottom-2\/4 {
  bottom: -50% !important;
}

.-bottom-3\/4 {
  bottom: -75% !important;
}

.-bottom-full {
  bottom: -100% !important;
}

.left-0 {
  left: 0px !important;
}

.left-2 {
  left: 2px !important;
}

.left-3 {
  left: 3px !important;
}

.left-4 {
  left: 4px !important;
}

.left-6 {
  left: 6px !important;
}

.left-8 {
  left: 8px !important;
}

.left-10 {
  left: 10px !important;
}

.left-12 {
  left: 12px !important;
}

.left-14 {
  left: 14px !important;
}

.left-16 {
  left: 16px !important;
}

.left-20 {
  left: 20px !important;
}

.left-22 {
  left: 22px !important;
}

.left-24 {
  left: 24px !important;
}

.left-25 {
  left: 25px !important;
}

.left-27 {
  left: 27px !important;
}

.left-30 {
  left: 30px !important;
}

.left-36 {
  left: 36px !important;
}

.left-40 {
  left: 40px !important;
}

.left-42 {
  left: 42px !important;
}

.left-44 {
  left: 44px !important;
}

.left-48 {
  left: 48px !important;
}

.left-52 {
  left: 52px !important;
}

.left-64 {
  left: 64px !important;
}

.left-72 {
  left: 72px !important;
}

.left-74 {
  left: 74px !important;
}

.left-77 {
  left: 77px !important;
}

.left-84 {
  left: 84px !important;
}

.left-96 {
  left: 96px !important;
}

.left-98 {
  left: 98px !important;
}

.left-100 {
  left: 100px !important;
}

.left-105 {
  left: 105px !important;
}

.left-114 {
  left: 114px !important;
}

.left-115 {
  left: 115px !important;
}

.left-120 {
  left: 120px !important;
}

.left-128 {
  left: 128px !important;
}

.left-156 {
  left: 156px !important;
}

.left-200 {
  left: 200px !important;
}

.left-256 {
  left: 256px !important;
}

.left-auto {
  left: auto !important;
}

.left-px {
  left: 1px !important;
}

.-left-0 {
  left: 0px !important;
}

.-left-2 {
  left: -2px !important;
}

.-left-3 {
  left: -3px !important;
}

.-left-4 {
  left: -4px !important;
}

.-left-6 {
  left: -6px !important;
}

.-left-8 {
  left: -8px !important;
}

.-left-10 {
  left: -10px !important;
}

.-left-12 {
  left: -12px !important;
}

.-left-14 {
  left: -14px !important;
}

.-left-16 {
  left: -16px !important;
}

.-left-20 {
  left: -20px !important;
}

.-left-22 {
  left: -22px !important;
}

.-left-24 {
  left: -24px !important;
}

.-left-25 {
  left: -25px !important;
}

.-left-27 {
  left: -27px !important;
}

.-left-30 {
  left: -30px !important;
}

.-left-36 {
  left: -36px !important;
}

.-left-40 {
  left: -40px !important;
}

.-left-42 {
  left: -42px !important;
}

.-left-44 {
  left: -44px !important;
}

.-left-48 {
  left: -48px !important;
}

.-left-52 {
  left: -52px !important;
}

.-left-64 {
  left: -64px !important;
}

.-left-72 {
  left: -72px !important;
}

.-left-74 {
  left: -74px !important;
}

.-left-77 {
  left: -77px !important;
}

.-left-84 {
  left: -84px !important;
}

.-left-96 {
  left: -96px !important;
}

.-left-98 {
  left: -98px !important;
}

.-left-100 {
  left: -100px !important;
}

.-left-105 {
  left: -105px !important;
}

.-left-114 {
  left: -114px !important;
}

.-left-115 {
  left: -115px !important;
}

.-left-120 {
  left: -120px !important;
}

.-left-128 {
  left: -128px !important;
}

.-left-156 {
  left: -156px !important;
}

.-left-200 {
  left: -200px !important;
}

.-left-256 {
  left: -256px !important;
}

.-left-px {
  left: -1px !important;
}

.left-1\/2 {
  left: 50% !important;
}

.left-1\/3 {
  left: 33.333333% !important;
}

.left-2\/3 {
  left: 66.666667% !important;
}

.left-1\/4 {
  left: 25% !important;
}

.left-2\/4 {
  left: 50% !important;
}

.left-3\/4 {
  left: 75% !important;
}

.left-full {
  left: 100% !important;
}

.-left-1\/2 {
  left: -50% !important;
}

.-left-1\/3 {
  left: -33.333333% !important;
}

.-left-2\/3 {
  left: -66.666667% !important;
}

.-left-1\/4 {
  left: -25% !important;
}

.-left-2\/4 {
  left: -50% !important;
}

.-left-3\/4 {
  left: -75% !important;
}

.-left-full {
  left: -100% !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:z-1:focus-within {
  z-index: 1 !important;
}

.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-1:focus {
  z-index: 1 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

.col-auto {
  grid-column: auto !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-span-full {
  grid-row: 1 / -1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-0 {
  margin: 0px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-27 {
  margin: 27px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-36 {
  margin: 36px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-42 {
  margin: 42px !important;
}

.m-44 {
  margin: 44px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-52 {
  margin: 52px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-72 {
  margin: 72px !important;
}

.m-74 {
  margin: 74px !important;
}

.m-77 {
  margin: 77px !important;
}

.m-84 {
  margin: 84px !important;
}

.m-96 {
  margin: 96px !important;
}

.m-98 {
  margin: 98px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-105 {
  margin: 105px !important;
}

.m-114 {
  margin: 114px !important;
}

.m-115 {
  margin: 115px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-128 {
  margin: 128px !important;
}

.m-156 {
  margin: 156px !important;
}

.m-200 {
  margin: 200px !important;
}

.m-256 {
  margin: 256px !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.-m-0 {
  margin: 0px !important;
}

.-m-2 {
  margin: -2px !important;
}

.-m-3 {
  margin: -3px !important;
}

.-m-4 {
  margin: -4px !important;
}

.-m-6 {
  margin: -6px !important;
}

.-m-8 {
  margin: -8px !important;
}

.-m-10 {
  margin: -10px !important;
}

.-m-12 {
  margin: -12px !important;
}

.-m-14 {
  margin: -14px !important;
}

.-m-16 {
  margin: -16px !important;
}

.-m-20 {
  margin: -20px !important;
}

.-m-22 {
  margin: -22px !important;
}

.-m-24 {
  margin: -24px !important;
}

.-m-25 {
  margin: -25px !important;
}

.-m-27 {
  margin: -27px !important;
}

.-m-30 {
  margin: -30px !important;
}

.-m-36 {
  margin: -36px !important;
}

.-m-40 {
  margin: -40px !important;
}

.-m-42 {
  margin: -42px !important;
}

.-m-44 {
  margin: -44px !important;
}

.-m-48 {
  margin: -48px !important;
}

.-m-52 {
  margin: -52px !important;
}

.-m-64 {
  margin: -64px !important;
}

.-m-72 {
  margin: -72px !important;
}

.-m-74 {
  margin: -74px !important;
}

.-m-77 {
  margin: -77px !important;
}

.-m-84 {
  margin: -84px !important;
}

.-m-96 {
  margin: -96px !important;
}

.-m-98 {
  margin: -98px !important;
}

.-m-100 {
  margin: -100px !important;
}

.-m-105 {
  margin: -105px !important;
}

.-m-114 {
  margin: -114px !important;
}

.-m-115 {
  margin: -115px !important;
}

.-m-120 {
  margin: -120px !important;
}

.-m-128 {
  margin: -128px !important;
}

.-m-156 {
  margin: -156px !important;
}

.-m-200 {
  margin: -200px !important;
}

.-m-256 {
  margin: -256px !important;
}

.-m-px {
  margin: -1px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.mx-114 {
  margin-left: 114px !important;
  margin-right: 114px !important;
}

.mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx-128 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.mx-156 {
  margin-left: 156px !important;
  margin-right: 156px !important;
}

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.mx-256 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.-mx-2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.-mx-3 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.-mx-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.-mx-6 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.-mx-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-mx-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-mx-12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.-mx-14 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}

.-mx-16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.-mx-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-mx-22 {
  margin-left: -22px !important;
  margin-right: -22px !important;
}

.-mx-24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.-mx-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.-mx-27 {
  margin-left: -27px !important;
  margin-right: -27px !important;
}

.-mx-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-mx-36 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.-mx-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.-mx-42 {
  margin-left: -42px !important;
  margin-right: -42px !important;
}

.-mx-44 {
  margin-left: -44px !important;
  margin-right: -44px !important;
}

.-mx-48 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.-mx-52 {
  margin-left: -52px !important;
  margin-right: -52px !important;
}

.-mx-64 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.-mx-72 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.-mx-74 {
  margin-left: -74px !important;
  margin-right: -74px !important;
}

.-mx-77 {
  margin-left: -77px !important;
  margin-right: -77px !important;
}

.-mx-84 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.-mx-96 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.-mx-98 {
  margin-left: -98px !important;
  margin-right: -98px !important;
}

.-mx-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.-mx-105 {
  margin-left: -105px !important;
  margin-right: -105px !important;
}

.-mx-114 {
  margin-left: -114px !important;
  margin-right: -114px !important;
}

.-mx-115 {
  margin-left: -115px !important;
  margin-right: -115px !important;
}

.-mx-120 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.-mx-128 {
  margin-left: -128px !important;
  margin-right: -128px !important;
}

.-mx-156 {
  margin-left: -156px !important;
  margin-right: -156px !important;
}

.-mx-200 {
  margin-left: -200px !important;
  margin-right: -200px !important;
}

.-mx-256 {
  margin-left: -256px !important;
  margin-right: -256px !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.my-114 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-my-2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.-my-3 {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.-my-4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.-my-6 {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.-my-8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-my-10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-my-12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.-my-14 {
  margin-top: -14px !important;
  margin-bottom: -14px !important;
}

.-my-16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.-my-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-my-22 {
  margin-top: -22px !important;
  margin-bottom: -22px !important;
}

.-my-24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.-my-25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-my-27 {
  margin-top: -27px !important;
  margin-bottom: -27px !important;
}

.-my-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-my-36 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

.-my-40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-my-42 {
  margin-top: -42px !important;
  margin-bottom: -42px !important;
}

.-my-44 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}

.-my-48 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.-my-52 {
  margin-top: -52px !important;
  margin-bottom: -52px !important;
}

.-my-64 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.-my-72 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.-my-74 {
  margin-top: -74px !important;
  margin-bottom: -74px !important;
}

.-my-77 {
  margin-top: -77px !important;
  margin-bottom: -77px !important;
}

.-my-84 {
  margin-top: -84px !important;
  margin-bottom: -84px !important;
}

.-my-96 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.-my-98 {
  margin-top: -98px !important;
  margin-bottom: -98px !important;
}

.-my-100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.-my-105 {
  margin-top: -105px !important;
  margin-bottom: -105px !important;
}

.-my-114 {
  margin-top: -114px !important;
  margin-bottom: -114px !important;
}

.-my-115 {
  margin-top: -115px !important;
  margin-bottom: -115px !important;
}

.-my-120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.-my-128 {
  margin-top: -128px !important;
  margin-bottom: -128px !important;
}

.-my-156 {
  margin-top: -156px !important;
  margin-bottom: -156px !important;
}

.-my-200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.-my-256 {
  margin-top: -256px !important;
  margin-bottom: -256px !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-114 {
  margin-top: 114px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-256 {
  margin-top: 256px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-px {
  margin-top: 1px !important;
}

.-mt-0 {
  margin-top: 0px !important;
}

.-mt-2 {
  margin-top: -2px !important;
}

.-mt-3 {
  margin-top: -3px !important;
}

.-mt-4 {
  margin-top: -4px !important;
}

.-mt-6 {
  margin-top: -6px !important;
}

.-mt-8 {
  margin-top: -8px !important;
}

.-mt-10 {
  margin-top: -10px !important;
}

.-mt-12 {
  margin-top: -12px !important;
}

.-mt-14 {
  margin-top: -14px !important;
}

.-mt-16 {
  margin-top: -16px !important;
}

.-mt-20 {
  margin-top: -20px !important;
}

.-mt-22 {
  margin-top: -22px !important;
}

.-mt-24 {
  margin-top: -24px !important;
}

.-mt-25 {
  margin-top: -25px !important;
}

.-mt-27 {
  margin-top: -27px !important;
}

.-mt-30 {
  margin-top: -30px !important;
}

.-mt-36 {
  margin-top: -36px !important;
}

.-mt-40 {
  margin-top: -40px !important;
}

.-mt-42 {
  margin-top: -42px !important;
}

.-mt-44 {
  margin-top: -44px !important;
}

.-mt-48 {
  margin-top: -48px !important;
}

.-mt-52 {
  margin-top: -52px !important;
}

.-mt-64 {
  margin-top: -64px !important;
}

.-mt-72 {
  margin-top: -72px !important;
}

.-mt-74 {
  margin-top: -74px !important;
}

.-mt-77 {
  margin-top: -77px !important;
}

.-mt-84 {
  margin-top: -84px !important;
}

.-mt-96 {
  margin-top: -96px !important;
}

.-mt-98 {
  margin-top: -98px !important;
}

.-mt-100 {
  margin-top: -100px !important;
}

.-mt-105 {
  margin-top: -105px !important;
}

.-mt-114 {
  margin-top: -114px !important;
}

.-mt-115 {
  margin-top: -115px !important;
}

.-mt-120 {
  margin-top: -120px !important;
}

.-mt-128 {
  margin-top: -128px !important;
}

.-mt-156 {
  margin-top: -156px !important;
}

.-mt-200 {
  margin-top: -200px !important;
}

.-mt-256 {
  margin-top: -256px !important;
}

.-mt-px {
  margin-top: -1px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-114 {
  margin-right: 114px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.mr-156 {
  margin-right: 156px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mr-256 {
  margin-right: 256px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-px {
  margin-right: 1px !important;
}

.-mr-0 {
  margin-right: 0px !important;
}

.-mr-2 {
  margin-right: -2px !important;
}

.-mr-3 {
  margin-right: -3px !important;
}

.-mr-4 {
  margin-right: -4px !important;
}

.-mr-6 {
  margin-right: -6px !important;
}

.-mr-8 {
  margin-right: -8px !important;
}

.-mr-10 {
  margin-right: -10px !important;
}

.-mr-12 {
  margin-right: -12px !important;
}

.-mr-14 {
  margin-right: -14px !important;
}

.-mr-16 {
  margin-right: -16px !important;
}

.-mr-20 {
  margin-right: -20px !important;
}

.-mr-22 {
  margin-right: -22px !important;
}

.-mr-24 {
  margin-right: -24px !important;
}

.-mr-25 {
  margin-right: -25px !important;
}

.-mr-27 {
  margin-right: -27px !important;
}

.-mr-30 {
  margin-right: -30px !important;
}

.-mr-36 {
  margin-right: -36px !important;
}

.-mr-40 {
  margin-right: -40px !important;
}

.-mr-42 {
  margin-right: -42px !important;
}

.-mr-44 {
  margin-right: -44px !important;
}

.-mr-48 {
  margin-right: -48px !important;
}

.-mr-52 {
  margin-right: -52px !important;
}

.-mr-64 {
  margin-right: -64px !important;
}

.-mr-72 {
  margin-right: -72px !important;
}

.-mr-74 {
  margin-right: -74px !important;
}

.-mr-77 {
  margin-right: -77px !important;
}

.-mr-84 {
  margin-right: -84px !important;
}

.-mr-96 {
  margin-right: -96px !important;
}

.-mr-98 {
  margin-right: -98px !important;
}

.-mr-100 {
  margin-right: -100px !important;
}

.-mr-105 {
  margin-right: -105px !important;
}

.-mr-114 {
  margin-right: -114px !important;
}

.-mr-115 {
  margin-right: -115px !important;
}

.-mr-120 {
  margin-right: -120px !important;
}

.-mr-128 {
  margin-right: -128px !important;
}

.-mr-156 {
  margin-right: -156px !important;
}

.-mr-200 {
  margin-right: -200px !important;
}

.-mr-256 {
  margin-right: -256px !important;
}

.-mr-px {
  margin-right: -1px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-114 {
  margin-bottom: 114px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-156 {
  margin-bottom: 156px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-256 {
  margin-bottom: 256px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-px {
  margin-bottom: 1px !important;
}

.-mb-0 {
  margin-bottom: 0px !important;
}

.-mb-2 {
  margin-bottom: -2px !important;
}

.-mb-3 {
  margin-bottom: -3px !important;
}

.-mb-4 {
  margin-bottom: -4px !important;
}

.-mb-6 {
  margin-bottom: -6px !important;
}

.-mb-8 {
  margin-bottom: -8px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

.-mb-12 {
  margin-bottom: -12px !important;
}

.-mb-14 {
  margin-bottom: -14px !important;
}

.-mb-16 {
  margin-bottom: -16px !important;
}

.-mb-20 {
  margin-bottom: -20px !important;
}

.-mb-22 {
  margin-bottom: -22px !important;
}

.-mb-24 {
  margin-bottom: -24px !important;
}

.-mb-25 {
  margin-bottom: -25px !important;
}

.-mb-27 {
  margin-bottom: -27px !important;
}

.-mb-30 {
  margin-bottom: -30px !important;
}

.-mb-36 {
  margin-bottom: -36px !important;
}

.-mb-40 {
  margin-bottom: -40px !important;
}

.-mb-42 {
  margin-bottom: -42px !important;
}

.-mb-44 {
  margin-bottom: -44px !important;
}

.-mb-48 {
  margin-bottom: -48px !important;
}

.-mb-52 {
  margin-bottom: -52px !important;
}

.-mb-64 {
  margin-bottom: -64px !important;
}

.-mb-72 {
  margin-bottom: -72px !important;
}

.-mb-74 {
  margin-bottom: -74px !important;
}

.-mb-77 {
  margin-bottom: -77px !important;
}

.-mb-84 {
  margin-bottom: -84px !important;
}

.-mb-96 {
  margin-bottom: -96px !important;
}

.-mb-98 {
  margin-bottom: -98px !important;
}

.-mb-100 {
  margin-bottom: -100px !important;
}

.-mb-105 {
  margin-bottom: -105px !important;
}

.-mb-114 {
  margin-bottom: -114px !important;
}

.-mb-115 {
  margin-bottom: -115px !important;
}

.-mb-120 {
  margin-bottom: -120px !important;
}

.-mb-128 {
  margin-bottom: -128px !important;
}

.-mb-156 {
  margin-bottom: -156px !important;
}

.-mb-200 {
  margin-bottom: -200px !important;
}

.-mb-256 {
  margin-bottom: -256px !important;
}

.-mb-px {
  margin-bottom: -1px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-114 {
  margin-left: 114px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.ml-156 {
  margin-left: 156px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.ml-256 {
  margin-left: 256px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-px {
  margin-left: 1px !important;
}

.-ml-0 {
  margin-left: 0px !important;
}

.-ml-2 {
  margin-left: -2px !important;
}

.-ml-3 {
  margin-left: -3px !important;
}

.-ml-4 {
  margin-left: -4px !important;
}

.-ml-6 {
  margin-left: -6px !important;
}

.-ml-8 {
  margin-left: -8px !important;
}

.-ml-10 {
  margin-left: -10px !important;
}

.-ml-12 {
  margin-left: -12px !important;
}

.-ml-14 {
  margin-left: -14px !important;
}

.-ml-16 {
  margin-left: -16px !important;
}

.-ml-20 {
  margin-left: -20px !important;
}

.-ml-22 {
  margin-left: -22px !important;
}

.-ml-24 {
  margin-left: -24px !important;
}

.-ml-25 {
  margin-left: -25px !important;
}

.-ml-27 {
  margin-left: -27px !important;
}

.-ml-30 {
  margin-left: -30px !important;
}

.-ml-36 {
  margin-left: -36px !important;
}

.-ml-40 {
  margin-left: -40px !important;
}

.-ml-42 {
  margin-left: -42px !important;
}

.-ml-44 {
  margin-left: -44px !important;
}

.-ml-48 {
  margin-left: -48px !important;
}

.-ml-52 {
  margin-left: -52px !important;
}

.-ml-64 {
  margin-left: -64px !important;
}

.-ml-72 {
  margin-left: -72px !important;
}

.-ml-74 {
  margin-left: -74px !important;
}

.-ml-77 {
  margin-left: -77px !important;
}

.-ml-84 {
  margin-left: -84px !important;
}

.-ml-96 {
  margin-left: -96px !important;
}

.-ml-98 {
  margin-left: -98px !important;
}

.-ml-100 {
  margin-left: -100px !important;
}

.-ml-105 {
  margin-left: -105px !important;
}

.-ml-114 {
  margin-left: -114px !important;
}

.-ml-115 {
  margin-left: -115px !important;
}

.-ml-120 {
  margin-left: -120px !important;
}

.-ml-128 {
  margin-left: -128px !important;
}

.-ml-156 {
  margin-left: -156px !important;
}

.-ml-200 {
  margin-left: -200px !important;
}

.-ml-256 {
  margin-left: -256px !important;
}

.-ml-px {
  margin-left: -1px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.h-2 {
  height: 2px !important;
}

.h-3 {
  height: 3px !important;
}

.h-4 {
  height: 4px !important;
}

.h-5 {
  height: 5px !important;
}

.h-6 {
  height: 6px !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.h-12 {
  height: 12px !important;
}

.h-14 {
  height: 14px !important;
}

.h-15 {
  height: 15px !important;
}

.h-16 {
  height: 16px !important;
}

.h-20 {
  height: 20px !important;
}

.h-22 {
  height: 22px !important;
}

.h-24 {
  height: 24px !important;
}

.h-25 {
  height: 25px !important;
}

.h-26 {
  height: 26px !important;
}

.h-27 {
  height: 27px !important;
}

.h-28 {
  height: 28px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-33 {
  height: 33px !important;
}

.h-34 {
  height: 34px !important;
}

.h-35 {
  height: 35px !important;
}

.h-36 {
  height: 36px !important;
}

.h-38 {
  height: 38px !important;
}

.h-40 {
  height: 40px !important;
}

.h-42 {
  height: 42px !important;
}

.h-44 {
  height: 44px !important;
}

.h-45 {
  height: 45px !important;
}

.h-48 {
  height: 48px !important;
}

.h-50 {
  height: 50px !important;
}

.h-52 {
  height: 52px !important;
}

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.h-64 {
  height: 64px !important;
}

.h-65 {
  height: 65px !important;
}

.h-70 {
  height: 70px !important;
}

.h-72 {
  height: 72px !important;
}

.h-74 {
  height: 74px !important;
}

.h-75 {
  height: 75px !important;
}

.h-77 {
  height: 77px !important;
}

.h-80 {
  height: 80px !important;
}

.h-84 {
  height: 84px !important;
}

.h-85 {
  height: 85px !important;
}

.h-90 {
  height: 90px !important;
}

.h-95 {
  height: 95px !important;
}

.h-96 {
  height: 96px !important;
}

.h-98 {
  height: 98px !important;
}

.h-100 {
  height: 100px !important;
}

.h-105 {
  height: 105px !important;
}

.h-110 {
  height: 110px !important;
}

.h-114 {
  height: 114px !important;
}

.h-115 {
  height: 115px !important;
}

.h-120 {
  height: 120px !important;
}

.h-125 {
  height: 125px !important;
}

.h-128 {
  height: 128px !important;
}

.h-130 {
  height: 130px !important;
}

.h-135 {
  height: 135px !important;
}

.h-140 {
  height: 140px !important;
}

.h-142 {
  height: 142px !important;
}

.h-145 {
  height: 145px !important;
}

.h-150 {
  height: 150px !important;
}

.h-156 {
  height: 156px !important;
}

.h-165 {
  height: 165px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-185 {
  height: 185px !important;
}

.h-190 {
  height: 190px !important;
}

.h-200 {
  height: 200px !important;
}

.h-225 {
  height: 225px !important;
}

.h-256 {
  height: 256px !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-2\/4 {
  height: 50% !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-2 {
  max-height: 2px !important;
}

.max-h-3 {
  max-height: 3px !important;
}

.max-h-4 {
  max-height: 4px !important;
}

.max-h-6 {
  max-height: 6px !important;
}

.max-h-8 {
  max-height: 8px !important;
}

.max-h-10 {
  max-height: 10px !important;
}

.max-h-12 {
  max-height: 12px !important;
}

.max-h-14 {
  max-height: 14px !important;
}

.max-h-16 {
  max-height: 16px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.max-h-22 {
  max-height: 22px !important;
}

.max-h-24 {
  max-height: 24px !important;
}

.max-h-25 {
  max-height: 25px !important;
}

.max-h-27 {
  max-height: 27px !important;
}

.max-h-30 {
  max-height: 30px !important;
}

.max-h-36 {
  max-height: 36px !important;
}

.max-h-40 {
  max-height: 40px !important;
}

.max-h-42 {
  max-height: 42px !important;
}

.max-h-44 {
  max-height: 44px !important;
}

.max-h-48 {
  max-height: 48px !important;
}

.max-h-52 {
  max-height: 52px !important;
}

.max-h-64 {
  max-height: 64px !important;
}

.max-h-72 {
  max-height: 72px !important;
}

.max-h-74 {
  max-height: 74px !important;
}

.max-h-77 {
  max-height: 77px !important;
}

.max-h-84 {
  max-height: 84px !important;
}

.max-h-96 {
  max-height: 96px !important;
}

.max-h-98 {
  max-height: 98px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-105 {
  max-height: 105px !important;
}

.max-h-114 {
  max-height: 114px !important;
}

.max-h-115 {
  max-height: 115px !important;
}

.max-h-120 {
  max-height: 120px !important;
}

.max-h-128 {
  max-height: 128px !important;
}

.max-h-156 {
  max-height: 156px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-256 {
  max-height: 256px !important;
}

.max-h-px {
  max-height: 1px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

.w-2 {
  width: 2px !important;
}

.w-3 {
  width: 3px !important;
}

.w-4 {
  width: 4px !important;
}

.w-6 {
  width: 6px !important;
}

.w-8 {
  width: 8px !important;
}

.w-10 {
  width: 10px !important;
}

.w-12 {
  width: 12px !important;
}

.w-14 {
  width: 14px !important;
}

.w-16 {
  width: 16px !important;
}

.w-20 {
  width: 20px !important;
}

.w-22 {
  width: 22px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-27 {
  width: 27px !important;
}

.w-30 {
  width: 30px !important;
}

.w-36 {
  width: 36px !important;
}

.w-40 {
  width: 40px !important;
}

.w-42 {
  width: 42px !important;
}

.w-44 {
  width: 44px !important;
}

.w-48 {
  width: 48px !important;
}

.w-52 {
  width: 52px !important;
}

.w-64 {
  width: 64px !important;
}

.w-72 {
  width: 72px !important;
}

.w-74 {
  width: 74px !important;
}

.w-77 {
  width: 77px !important;
}

.w-84 {
  width: 84px !important;
}

.w-96 {
  width: 96px !important;
}

.w-98 {
  width: 98px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-114 {
  width: 114px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-128 {
  width: 128px !important;
}

.w-156 {
  width: 156px !important;
}

.w-200 {
  width: 200px !important;
}

.w-256 {
  width: 256px !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-min {
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-min {
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose {
  max-width: 65ch !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-2 {
  --tw-translate-x: 2px !important;
}

.translate-x-3 {
  --tw-translate-x: 3px !important;
}

.translate-x-4 {
  --tw-translate-x: 4px !important;
}

.translate-x-6 {
  --tw-translate-x: 6px !important;
}

.translate-x-8 {
  --tw-translate-x: 8px !important;
}

.translate-x-10 {
  --tw-translate-x: 10px !important;
}

.translate-x-12 {
  --tw-translate-x: 12px !important;
}

.translate-x-14 {
  --tw-translate-x: 14px !important;
}

.translate-x-16 {
  --tw-translate-x: 16px !important;
}

.translate-x-20 {
  --tw-translate-x: 20px !important;
}

.translate-x-22 {
  --tw-translate-x: 22px !important;
}

.translate-x-24 {
  --tw-translate-x: 24px !important;
}

.translate-x-25 {
  --tw-translate-x: 25px !important;
}

.translate-x-27 {
  --tw-translate-x: 27px !important;
}

.translate-x-30 {
  --tw-translate-x: 30px !important;
}

.translate-x-36 {
  --tw-translate-x: 36px !important;
}

.translate-x-40 {
  --tw-translate-x: 40px !important;
}

.translate-x-42 {
  --tw-translate-x: 42px !important;
}

.translate-x-44 {
  --tw-translate-x: 44px !important;
}

.translate-x-48 {
  --tw-translate-x: 48px !important;
}

.translate-x-52 {
  --tw-translate-x: 52px !important;
}

.translate-x-64 {
  --tw-translate-x: 64px !important;
}

.translate-x-72 {
  --tw-translate-x: 72px !important;
}

.translate-x-74 {
  --tw-translate-x: 74px !important;
}

.translate-x-77 {
  --tw-translate-x: 77px !important;
}

.translate-x-84 {
  --tw-translate-x: 84px !important;
}

.translate-x-96 {
  --tw-translate-x: 96px !important;
}

.translate-x-98 {
  --tw-translate-x: 98px !important;
}

.translate-x-100 {
  --tw-translate-x: 100px !important;
}

.translate-x-105 {
  --tw-translate-x: 105px !important;
}

.translate-x-114 {
  --tw-translate-x: 114px !important;
}

.translate-x-115 {
  --tw-translate-x: 115px !important;
}

.translate-x-120 {
  --tw-translate-x: 120px !important;
}

.translate-x-128 {
  --tw-translate-x: 128px !important;
}

.translate-x-156 {
  --tw-translate-x: 156px !important;
}

.translate-x-200 {
  --tw-translate-x: 200px !important;
}

.translate-x-256 {
  --tw-translate-x: 256px !important;
}

.translate-x-px {
  --tw-translate-x: 1px !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-2 {
  --tw-translate-x: -2px !important;
}

.-translate-x-3 {
  --tw-translate-x: -3px !important;
}

.-translate-x-4 {
  --tw-translate-x: -4px !important;
}

.-translate-x-6 {
  --tw-translate-x: -6px !important;
}

.-translate-x-8 {
  --tw-translate-x: -8px !important;
}

.-translate-x-10 {
  --tw-translate-x: -10px !important;
}

.-translate-x-12 {
  --tw-translate-x: -12px !important;
}

.-translate-x-14 {
  --tw-translate-x: -14px !important;
}

.-translate-x-16 {
  --tw-translate-x: -16px !important;
}

.-translate-x-20 {
  --tw-translate-x: -20px !important;
}

.-translate-x-22 {
  --tw-translate-x: -22px !important;
}

.-translate-x-24 {
  --tw-translate-x: -24px !important;
}

.-translate-x-25 {
  --tw-translate-x: -25px !important;
}

.-translate-x-27 {
  --tw-translate-x: -27px !important;
}

.-translate-x-30 {
  --tw-translate-x: -30px !important;
}

.-translate-x-36 {
  --tw-translate-x: -36px !important;
}

.-translate-x-40 {
  --tw-translate-x: -40px !important;
}

.-translate-x-42 {
  --tw-translate-x: -42px !important;
}

.-translate-x-44 {
  --tw-translate-x: -44px !important;
}

.-translate-x-48 {
  --tw-translate-x: -48px !important;
}

.-translate-x-52 {
  --tw-translate-x: -52px !important;
}

.-translate-x-64 {
  --tw-translate-x: -64px !important;
}

.-translate-x-72 {
  --tw-translate-x: -72px !important;
}

.-translate-x-74 {
  --tw-translate-x: -74px !important;
}

.-translate-x-77 {
  --tw-translate-x: -77px !important;
}

.-translate-x-84 {
  --tw-translate-x: -84px !important;
}

.-translate-x-96 {
  --tw-translate-x: -96px !important;
}

.-translate-x-98 {
  --tw-translate-x: -98px !important;
}

.-translate-x-100 {
  --tw-translate-x: -100px !important;
}

.-translate-x-105 {
  --tw-translate-x: -105px !important;
}

.-translate-x-114 {
  --tw-translate-x: -114px !important;
}

.-translate-x-115 {
  --tw-translate-x: -115px !important;
}

.-translate-x-120 {
  --tw-translate-x: -120px !important;
}

.-translate-x-128 {
  --tw-translate-x: -128px !important;
}

.-translate-x-156 {
  --tw-translate-x: -156px !important;
}

.-translate-x-200 {
  --tw-translate-x: -200px !important;
}

.-translate-x-256 {
  --tw-translate-x: -256px !important;
}

.-translate-x-px {
  --tw-translate-x: -1px !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
}

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-2 {
  --tw-translate-y: 2px !important;
}

.translate-y-3 {
  --tw-translate-y: 3px !important;
}

.translate-y-4 {
  --tw-translate-y: 4px !important;
}

.translate-y-6 {
  --tw-translate-y: 6px !important;
}

.translate-y-8 {
  --tw-translate-y: 8px !important;
}

.translate-y-10 {
  --tw-translate-y: 10px !important;
}

.translate-y-12 {
  --tw-translate-y: 12px !important;
}

.translate-y-14 {
  --tw-translate-y: 14px !important;
}

.translate-y-16 {
  --tw-translate-y: 16px !important;
}

.translate-y-20 {
  --tw-translate-y: 20px !important;
}

.translate-y-22 {
  --tw-translate-y: 22px !important;
}

.translate-y-24 {
  --tw-translate-y: 24px !important;
}

.translate-y-25 {
  --tw-translate-y: 25px !important;
}

.translate-y-27 {
  --tw-translate-y: 27px !important;
}

.translate-y-30 {
  --tw-translate-y: 30px !important;
}

.translate-y-36 {
  --tw-translate-y: 36px !important;
}

.translate-y-40 {
  --tw-translate-y: 40px !important;
}

.translate-y-42 {
  --tw-translate-y: 42px !important;
}

.translate-y-44 {
  --tw-translate-y: 44px !important;
}

.translate-y-48 {
  --tw-translate-y: 48px !important;
}

.translate-y-52 {
  --tw-translate-y: 52px !important;
}

.translate-y-64 {
  --tw-translate-y: 64px !important;
}

.translate-y-72 {
  --tw-translate-y: 72px !important;
}

.translate-y-74 {
  --tw-translate-y: 74px !important;
}

.translate-y-77 {
  --tw-translate-y: 77px !important;
}

.translate-y-84 {
  --tw-translate-y: 84px !important;
}

.translate-y-96 {
  --tw-translate-y: 96px !important;
}

.translate-y-98 {
  --tw-translate-y: 98px !important;
}

.translate-y-100 {
  --tw-translate-y: 100px !important;
}

.translate-y-105 {
  --tw-translate-y: 105px !important;
}

.translate-y-114 {
  --tw-translate-y: 114px !important;
}

.translate-y-115 {
  --tw-translate-y: 115px !important;
}

.translate-y-120 {
  --tw-translate-y: 120px !important;
}

.translate-y-128 {
  --tw-translate-y: 128px !important;
}

.translate-y-156 {
  --tw-translate-y: 156px !important;
}

.translate-y-200 {
  --tw-translate-y: 200px !important;
}

.translate-y-256 {
  --tw-translate-y: 256px !important;
}

.translate-y-px {
  --tw-translate-y: 1px !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-2 {
  --tw-translate-y: -2px !important;
}

.-translate-y-3 {
  --tw-translate-y: -3px !important;
}

.-translate-y-4 {
  --tw-translate-y: -4px !important;
}

.-translate-y-6 {
  --tw-translate-y: -6px !important;
}

.-translate-y-8 {
  --tw-translate-y: -8px !important;
}

.-translate-y-10 {
  --tw-translate-y: -10px !important;
}

.-translate-y-12 {
  --tw-translate-y: -12px !important;
}

.-translate-y-14 {
  --tw-translate-y: -14px !important;
}

.-translate-y-16 {
  --tw-translate-y: -16px !important;
}

.-translate-y-20 {
  --tw-translate-y: -20px !important;
}

.-translate-y-22 {
  --tw-translate-y: -22px !important;
}

.-translate-y-24 {
  --tw-translate-y: -24px !important;
}

.-translate-y-25 {
  --tw-translate-y: -25px !important;
}

.-translate-y-27 {
  --tw-translate-y: -27px !important;
}

.-translate-y-30 {
  --tw-translate-y: -30px !important;
}

.-translate-y-36 {
  --tw-translate-y: -36px !important;
}

.-translate-y-40 {
  --tw-translate-y: -40px !important;
}

.-translate-y-42 {
  --tw-translate-y: -42px !important;
}

.-translate-y-44 {
  --tw-translate-y: -44px !important;
}

.-translate-y-48 {
  --tw-translate-y: -48px !important;
}

.-translate-y-52 {
  --tw-translate-y: -52px !important;
}

.-translate-y-64 {
  --tw-translate-y: -64px !important;
}

.-translate-y-72 {
  --tw-translate-y: -72px !important;
}

.-translate-y-74 {
  --tw-translate-y: -74px !important;
}

.-translate-y-77 {
  --tw-translate-y: -77px !important;
}

.-translate-y-84 {
  --tw-translate-y: -84px !important;
}

.-translate-y-96 {
  --tw-translate-y: -96px !important;
}

.-translate-y-98 {
  --tw-translate-y: -98px !important;
}

.-translate-y-100 {
  --tw-translate-y: -100px !important;
}

.-translate-y-105 {
  --tw-translate-y: -105px !important;
}

.-translate-y-114 {
  --tw-translate-y: -114px !important;
}

.-translate-y-115 {
  --tw-translate-y: -115px !important;
}

.-translate-y-120 {
  --tw-translate-y: -120px !important;
}

.-translate-y-128 {
  --tw-translate-y: -128px !important;
}

.-translate-y-156 {
  --tw-translate-y: -156px !important;
}

.-translate-y-200 {
  --tw-translate-y: -200px !important;
}

.-translate-y-256 {
  --tw-translate-y: -256px !important;
}

.-translate-y-px {
  --tw-translate-y: -1px !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 2px !important;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 3px !important;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 4px !important;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 6px !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 8px !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px !important;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 12px !important;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 14px !important;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 16px !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px !important;
}

.hover\:translate-x-22:hover {
  --tw-translate-x: 22px !important;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 24px !important;
}

.hover\:translate-x-25:hover {
  --tw-translate-x: 25px !important;
}

.hover\:translate-x-27:hover {
  --tw-translate-x: 27px !important;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px !important;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 36px !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 40px !important;
}

.hover\:translate-x-42:hover {
  --tw-translate-x: 42px !important;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 44px !important;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 48px !important;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 52px !important;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 64px !important;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 72px !important;
}

.hover\:translate-x-74:hover {
  --tw-translate-x: 74px !important;
}

.hover\:translate-x-77:hover {
  --tw-translate-x: 77px !important;
}

.hover\:translate-x-84:hover {
  --tw-translate-x: 84px !important;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 96px !important;
}

.hover\:translate-x-98:hover {
  --tw-translate-x: 98px !important;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 100px !important;
}

.hover\:translate-x-105:hover {
  --tw-translate-x: 105px !important;
}

.hover\:translate-x-114:hover {
  --tw-translate-x: 114px !important;
}

.hover\:translate-x-115:hover {
  --tw-translate-x: 115px !important;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 120px !important;
}

.hover\:translate-x-128:hover {
  --tw-translate-x: 128px !important;
}

.hover\:translate-x-156:hover {
  --tw-translate-x: 156px !important;
}

.hover\:translate-x-200:hover {
  --tw-translate-x: 200px !important;
}

.hover\:translate-x-256:hover {
  --tw-translate-x: 256px !important;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -2px !important;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -3px !important;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -4px !important;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -6px !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -8px !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px !important;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -12px !important;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -14px !important;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -16px !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px !important;
}

.hover\:-translate-x-22:hover {
  --tw-translate-x: -22px !important;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -24px !important;
}

.hover\:-translate-x-25:hover {
  --tw-translate-x: -25px !important;
}

.hover\:-translate-x-27:hover {
  --tw-translate-x: -27px !important;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px !important;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -36px !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -40px !important;
}

.hover\:-translate-x-42:hover {
  --tw-translate-x: -42px !important;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -44px !important;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -48px !important;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -52px !important;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -64px !important;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -72px !important;
}

.hover\:-translate-x-74:hover {
  --tw-translate-x: -74px !important;
}

.hover\:-translate-x-77:hover {
  --tw-translate-x: -77px !important;
}

.hover\:-translate-x-84:hover {
  --tw-translate-x: -84px !important;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -96px !important;
}

.hover\:-translate-x-98:hover {
  --tw-translate-x: -98px !important;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -100px !important;
}

.hover\:-translate-x-105:hover {
  --tw-translate-x: -105px !important;
}

.hover\:-translate-x-114:hover {
  --tw-translate-x: -114px !important;
}

.hover\:-translate-x-115:hover {
  --tw-translate-x: -115px !important;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -120px !important;
}

.hover\:-translate-x-128:hover {
  --tw-translate-x: -128px !important;
}

.hover\:-translate-x-156:hover {
  --tw-translate-x: -156px !important;
}

.hover\:-translate-x-200:hover {
  --tw-translate-x: -200px !important;
}

.hover\:-translate-x-256:hover {
  --tw-translate-x: -256px !important;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 2px !important;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 3px !important;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 4px !important;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 6px !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 8px !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px !important;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 12px !important;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 14px !important;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 16px !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px !important;
}

.hover\:translate-y-22:hover {
  --tw-translate-y: 22px !important;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 24px !important;
}

.hover\:translate-y-25:hover {
  --tw-translate-y: 25px !important;
}

.hover\:translate-y-27:hover {
  --tw-translate-y: 27px !important;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px !important;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 36px !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 40px !important;
}

.hover\:translate-y-42:hover {
  --tw-translate-y: 42px !important;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 44px !important;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 48px !important;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 52px !important;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 64px !important;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 72px !important;
}

.hover\:translate-y-74:hover {
  --tw-translate-y: 74px !important;
}

.hover\:translate-y-77:hover {
  --tw-translate-y: 77px !important;
}

.hover\:translate-y-84:hover {
  --tw-translate-y: 84px !important;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 96px !important;
}

.hover\:translate-y-98:hover {
  --tw-translate-y: 98px !important;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 100px !important;
}

.hover\:translate-y-105:hover {
  --tw-translate-y: 105px !important;
}

.hover\:translate-y-114:hover {
  --tw-translate-y: 114px !important;
}

.hover\:translate-y-115:hover {
  --tw-translate-y: 115px !important;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 120px !important;
}

.hover\:translate-y-128:hover {
  --tw-translate-y: 128px !important;
}

.hover\:translate-y-156:hover {
  --tw-translate-y: 156px !important;
}

.hover\:translate-y-200:hover {
  --tw-translate-y: 200px !important;
}

.hover\:translate-y-256:hover {
  --tw-translate-y: 256px !important;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -2px !important;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -3px !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -4px !important;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -6px !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -8px !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px !important;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -12px !important;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -14px !important;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -16px !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px !important;
}

.hover\:-translate-y-22:hover {
  --tw-translate-y: -22px !important;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -24px !important;
}

.hover\:-translate-y-25:hover {
  --tw-translate-y: -25px !important;
}

.hover\:-translate-y-27:hover {
  --tw-translate-y: -27px !important;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px !important;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -36px !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -40px !important;
}

.hover\:-translate-y-42:hover {
  --tw-translate-y: -42px !important;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -44px !important;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -48px !important;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -52px !important;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -64px !important;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -72px !important;
}

.hover\:-translate-y-74:hover {
  --tw-translate-y: -74px !important;
}

.hover\:-translate-y-77:hover {
  --tw-translate-y: -77px !important;
}

.hover\:-translate-y-84:hover {
  --tw-translate-y: -84px !important;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -96px !important;
}

.hover\:-translate-y-98:hover {
  --tw-translate-y: -98px !important;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -100px !important;
}

.hover\:-translate-y-105:hover {
  --tw-translate-y: -105px !important;
}

.hover\:-translate-y-114:hover {
  --tw-translate-y: -114px !important;
}

.hover\:-translate-y-115:hover {
  --tw-translate-y: -115px !important;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -120px !important;
}

.hover\:-translate-y-128:hover {
  --tw-translate-y: -128px !important;
}

.hover\:-translate-y-156:hover {
  --tw-translate-y: -156px !important;
}

.hover\:-translate-y-200:hover {
  --tw-translate-y: -200px !important;
}

.hover\:-translate-y-256:hover {
  --tw-translate-y: -256px !important;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 2px !important;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 3px !important;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 4px !important;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 6px !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 8px !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px !important;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 12px !important;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 14px !important;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 16px !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px !important;
}

.focus\:translate-x-22:focus {
  --tw-translate-x: 22px !important;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 24px !important;
}

.focus\:translate-x-25:focus {
  --tw-translate-x: 25px !important;
}

.focus\:translate-x-27:focus {
  --tw-translate-x: 27px !important;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px !important;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 36px !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 40px !important;
}

.focus\:translate-x-42:focus {
  --tw-translate-x: 42px !important;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 44px !important;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 48px !important;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 52px !important;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 64px !important;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 72px !important;
}

.focus\:translate-x-74:focus {
  --tw-translate-x: 74px !important;
}

.focus\:translate-x-77:focus {
  --tw-translate-x: 77px !important;
}

.focus\:translate-x-84:focus {
  --tw-translate-x: 84px !important;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 96px !important;
}

.focus\:translate-x-98:focus {
  --tw-translate-x: 98px !important;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 100px !important;
}

.focus\:translate-x-105:focus {
  --tw-translate-x: 105px !important;
}

.focus\:translate-x-114:focus {
  --tw-translate-x: 114px !important;
}

.focus\:translate-x-115:focus {
  --tw-translate-x: 115px !important;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 120px !important;
}

.focus\:translate-x-128:focus {
  --tw-translate-x: 128px !important;
}

.focus\:translate-x-156:focus {
  --tw-translate-x: 156px !important;
}

.focus\:translate-x-200:focus {
  --tw-translate-x: 200px !important;
}

.focus\:translate-x-256:focus {
  --tw-translate-x: 256px !important;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -2px !important;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -3px !important;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -4px !important;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -6px !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -8px !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px !important;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -12px !important;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -14px !important;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -16px !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px !important;
}

.focus\:-translate-x-22:focus {
  --tw-translate-x: -22px !important;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -24px !important;
}

.focus\:-translate-x-25:focus {
  --tw-translate-x: -25px !important;
}

.focus\:-translate-x-27:focus {
  --tw-translate-x: -27px !important;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px !important;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -36px !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -40px !important;
}

.focus\:-translate-x-42:focus {
  --tw-translate-x: -42px !important;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -44px !important;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -48px !important;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -52px !important;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -64px !important;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -72px !important;
}

.focus\:-translate-x-74:focus {
  --tw-translate-x: -74px !important;
}

.focus\:-translate-x-77:focus {
  --tw-translate-x: -77px !important;
}

.focus\:-translate-x-84:focus {
  --tw-translate-x: -84px !important;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -96px !important;
}

.focus\:-translate-x-98:focus {
  --tw-translate-x: -98px !important;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -100px !important;
}

.focus\:-translate-x-105:focus {
  --tw-translate-x: -105px !important;
}

.focus\:-translate-x-114:focus {
  --tw-translate-x: -114px !important;
}

.focus\:-translate-x-115:focus {
  --tw-translate-x: -115px !important;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -120px !important;
}

.focus\:-translate-x-128:focus {
  --tw-translate-x: -128px !important;
}

.focus\:-translate-x-156:focus {
  --tw-translate-x: -156px !important;
}

.focus\:-translate-x-200:focus {
  --tw-translate-x: -200px !important;
}

.focus\:-translate-x-256:focus {
  --tw-translate-x: -256px !important;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 2px !important;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 3px !important;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 4px !important;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 6px !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 8px !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px !important;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 12px !important;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 14px !important;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 16px !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px !important;
}

.focus\:translate-y-22:focus {
  --tw-translate-y: 22px !important;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 24px !important;
}

.focus\:translate-y-25:focus {
  --tw-translate-y: 25px !important;
}

.focus\:translate-y-27:focus {
  --tw-translate-y: 27px !important;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px !important;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 36px !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 40px !important;
}

.focus\:translate-y-42:focus {
  --tw-translate-y: 42px !important;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 44px !important;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 48px !important;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 52px !important;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 64px !important;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 72px !important;
}

.focus\:translate-y-74:focus {
  --tw-translate-y: 74px !important;
}

.focus\:translate-y-77:focus {
  --tw-translate-y: 77px !important;
}

.focus\:translate-y-84:focus {
  --tw-translate-y: 84px !important;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 96px !important;
}

.focus\:translate-y-98:focus {
  --tw-translate-y: 98px !important;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 100px !important;
}

.focus\:translate-y-105:focus {
  --tw-translate-y: 105px !important;
}

.focus\:translate-y-114:focus {
  --tw-translate-y: 114px !important;
}

.focus\:translate-y-115:focus {
  --tw-translate-y: 115px !important;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 120px !important;
}

.focus\:translate-y-128:focus {
  --tw-translate-y: 128px !important;
}

.focus\:translate-y-156:focus {
  --tw-translate-y: 156px !important;
}

.focus\:translate-y-200:focus {
  --tw-translate-y: 200px !important;
}

.focus\:translate-y-256:focus {
  --tw-translate-y: 256px !important;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -2px !important;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -3px !important;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -4px !important;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -6px !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -8px !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px !important;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -12px !important;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -14px !important;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -16px !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px !important;
}

.focus\:-translate-y-22:focus {
  --tw-translate-y: -22px !important;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -24px !important;
}

.focus\:-translate-y-25:focus {
  --tw-translate-y: -25px !important;
}

.focus\:-translate-y-27:focus {
  --tw-translate-y: -27px !important;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px !important;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -36px !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -40px !important;
}

.focus\:-translate-y-42:focus {
  --tw-translate-y: -42px !important;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -44px !important;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -48px !important;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -52px !important;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -64px !important;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -72px !important;
}

.focus\:-translate-y-74:focus {
  --tw-translate-y: -74px !important;
}

.focus\:-translate-y-77:focus {
  --tw-translate-y: -77px !important;
}

.focus\:-translate-y-84:focus {
  --tw-translate-y: -84px !important;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -96px !important;
}

.focus\:-translate-y-98:focus {
  --tw-translate-y: -98px !important;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -100px !important;
}

.focus\:-translate-y-105:focus {
  --tw-translate-y: -105px !important;
}

.focus\:-translate-y-114:focus {
  --tw-translate-y: -114px !important;
}

.focus\:-translate-y-115:focus {
  --tw-translate-y: -115px !important;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -120px !important;
}

.focus\:-translate-y-128:focus {
  --tw-translate-y: -128px !important;
}

.focus\:-translate-y-156:focus {
  --tw-translate-y: -156px !important;
}

.focus\:-translate-y-200:focus {
  --tw-translate-y: -200px !important;
}

.focus\:-translate-y-256:focus {
  --tw-translate-y: -256px !important;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

.scale-x-95 {
  --tw-scale-x: .95 !important;
}

.scale-x-100 {
  --tw-scale-x: 1 !important;
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

.scale-y-95 {
  --tw-scale-y: .95 !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

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

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 3.375rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.gap-x-0 {
  gap: 0px !important;
}

.gap-y-0 {
  gap: 0px !important;
}

.gap-px {
  gap: 1px !important;
}

.gap-x-px\  {
  gap: 1px !important;
}

.gap-y-px\  {
  gap: 1px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-x-0\.5 {
  gap: 0.125rem !important;
}

.gap-y-0\.5 {
  gap: 0.125rem !important;
}

.gap-x-1 {
  gap: 0.25rem !important;
}

.gap-y-1 {
  gap: 0.25rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-x-1\.5 {
  gap: 0.375rem !important;
}

.gap-y-1\.5 {
  gap: 0.375rem !important;
}

.gap-x-2 {
  gap: 0.5rem !important;
}

.gap-y-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-x-2\.5 {
  gap: 0.625rem !important;
}

.gap-y-2\.5 {
  gap: 0.625rem !important;
}

.gap-x-3 {
  gap: 0.75rem !important;
}

.gap-y-3 {
  gap: 0.75rem !important;
}

.gap-3\.5 {
  gap: 0.875rem !important;
}

.gap-x-3\.5 {
  gap: 0.875rem !important;
}

.gap-y-3\.5 {
  gap: 0.875rem !important;
}

.gap-x-4 {
  gap: 1rem !important;
}

.gap-y-4 {
  gap: 1rem !important;
}

.gap-x-5 {
  gap: 1.25rem !important;
}

.gap-y-5 {
  gap: 1.25rem !important;
}

.gap-x-6 {
  gap: 1.5rem !important;
}

.gap-y-6 {
  gap: 1.5rem !important;
}

.gap-x-7 {
  gap: 1.75rem !important;
}

.gap-y-7 {
  gap: 1.75rem !important;
}

.gap-x-8 {
  gap: 2rem !important;
}

.gap-y-8 {
  gap: 2rem !important;
}

.gap-x-9 {
  gap: 2.25rem !important;
}

.gap-y-9 {
  gap: 2.25rem !important;
}

.gap-x-10 {
  gap: 2.5rem !important;
}

.gap-y-10 {
  gap: 2.5rem !important;
}

.gap-x-11 {
  gap: 2.75rem !important;
}

.gap-y-11 {
  gap: 2.75rem !important;
}

.gap-x-12 {
  gap: 3rem !important;
}

.gap-y-12 {
  gap: 3rem !important;
}

.gap-x-13 {
  gap: 3.375rem !important;
}

.gap-y-13 {
  gap: 3.375rem !important;
}

.gap-x-14 {
  gap: 3.5rem !important;
}

.gap-y-14 {
  gap: 3.5rem !important;
}

.gap-x-16 {
  gap: 4rem !important;
}

.gap-y-16 {
  gap: 4rem !important;
}

.gap-x-20 {
  gap: 5rem !important;
}

.gap-y-20 {
  gap: 5rem !important;
}

.gap-x-24 {
  gap: 6rem !important;
}

.gap-y-24 {
  gap: 6rem !important;
}

.gap-x-28 {
  gap: 7rem !important;
}

.gap-y-28 {
  gap: 7rem !important;
}

.gap-x-32 {
  gap: 8rem !important;
}

.gap-y-32 {
  gap: 8rem !important;
}

.gap-x-36 {
  gap: 9rem !important;
}

.gap-y-36 {
  gap: 9rem !important;
}

.gap-x-40 {
  gap: 10rem !important;
}

.gap-y-40 {
  gap: 10rem !important;
}

.gap-x-44 {
  gap: 11rem !important;
}

.gap-y-44 {
  gap: 11rem !important;
}

.gap-x-48 {
  gap: 12rem !important;
}

.gap-y-48 {
  gap: 12rem !important;
}

.gap-x-52 {
  gap: 13rem !important;
}

.gap-y-52 {
  gap: 13rem !important;
}

.gap-x-56 {
  gap: 14rem !important;
}

.gap-y-56 {
  gap: 14rem !important;
}

.gap-x-60 {
  gap: 15rem !important;
}

.gap-y-60 {
  gap: 15rem !important;
}

.gap-x-64 {
  gap: 16rem !important;
}

.gap-y-64 {
  gap: 16rem !important;
}

.gap-x-72 {
  gap: 18rem !important;
}

.gap-y-72 {
  gap: 18rem !important;
}

.gap-x-80 {
  gap: 20rem !important;
}

.gap-y-80 {
  gap: 20rem !important;
}

.gap-x-96 {
  gap: 24rem !important;
}

.gap-y-96 {
  gap: 24rem !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-y-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-x-px\  {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-y-px\  {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-y-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-y-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-y-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-y-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-y-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-y-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-y-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-y-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-y-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-y-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-y-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-y-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-y-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-y-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-y-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-y-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-x-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-y-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-y-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-y-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-y-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-y-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-y-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-y-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-y-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-y-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-y-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-y-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-y-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-y-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-y-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-y-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-y-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-y-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-y-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-13 {
  row-gap: 3.375rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-y-20 {
  row-gap: 5rem !important;
}

.gap-y-24 {
  row-gap: 6rem !important;
}

.gap-y-28 {
  row-gap: 7rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-36 {
  row-gap: 9rem !important;
}

.gap-y-40 {
  row-gap: 10rem !important;
}

.gap-y-44 {
  row-gap: 11rem !important;
}

.gap-y-48 {
  row-gap: 12rem !important;
}

.gap-y-52 {
  row-gap: 13rem !important;
}

.gap-y-56 {
  row-gap: 14rem !important;
}

.gap-y-60 {
  row-gap: 15rem !important;
}

.gap-y-64 {
  row-gap: 16rem !important;
}

.gap-y-72 {
  row-gap: 18rem !important;
}

.gap-y-80 {
  row-gap: 20rem !important;
}

.gap-y-96 {
  row-gap: 24rem !important;
}

.gap-y-x-0 {
  row-gap: 0px !important;
}

.gap-y-y-0 {
  row-gap: 0px !important;
}

.gap-y-px {
  row-gap: 1px !important;
}

.gap-y-x-px\  {
  row-gap: 1px !important;
}

.gap-y-y-px\  {
  row-gap: 1px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-x-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-x-1 {
  row-gap: 0.25rem !important;
}

.gap-y-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-x-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-x-2 {
  row-gap: 0.5rem !important;
}

.gap-y-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-x-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-x-3 {
  row-gap: 0.75rem !important;
}

.gap-y-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-x-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-x-4 {
  row-gap: 1rem !important;
}

.gap-y-y-4 {
  row-gap: 1rem !important;
}

.gap-y-x-5 {
  row-gap: 1.25rem !important;
}

.gap-y-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-x-6 {
  row-gap: 1.5rem !important;
}

.gap-y-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-x-7 {
  row-gap: 1.75rem !important;
}

.gap-y-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-x-8 {
  row-gap: 2rem !important;
}

.gap-y-y-8 {
  row-gap: 2rem !important;
}

.gap-y-x-9 {
  row-gap: 2.25rem !important;
}

.gap-y-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-x-10 {
  row-gap: 2.5rem !important;
}

.gap-y-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-x-11 {
  row-gap: 2.75rem !important;
}

.gap-y-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-x-12 {
  row-gap: 3rem !important;
}

.gap-y-y-12 {
  row-gap: 3rem !important;
}

.gap-y-x-13 {
  row-gap: 3.375rem !important;
}

.gap-y-y-13 {
  row-gap: 3.375rem !important;
}

.gap-y-x-14 {
  row-gap: 3.5rem !important;
}

.gap-y-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-x-16 {
  row-gap: 4rem !important;
}

.gap-y-y-16 {
  row-gap: 4rem !important;
}

.gap-y-x-20 {
  row-gap: 5rem !important;
}

.gap-y-y-20 {
  row-gap: 5rem !important;
}

.gap-y-x-24 {
  row-gap: 6rem !important;
}

.gap-y-y-24 {
  row-gap: 6rem !important;
}

.gap-y-x-28 {
  row-gap: 7rem !important;
}

.gap-y-y-28 {
  row-gap: 7rem !important;
}

.gap-y-x-32 {
  row-gap: 8rem !important;
}

.gap-y-y-32 {
  row-gap: 8rem !important;
}

.gap-y-x-36 {
  row-gap: 9rem !important;
}

.gap-y-y-36 {
  row-gap: 9rem !important;
}

.gap-y-x-40 {
  row-gap: 10rem !important;
}

.gap-y-y-40 {
  row-gap: 10rem !important;
}

.gap-y-x-44 {
  row-gap: 11rem !important;
}

.gap-y-y-44 {
  row-gap: 11rem !important;
}

.gap-y-x-48 {
  row-gap: 12rem !important;
}

.gap-y-y-48 {
  row-gap: 12rem !important;
}

.gap-y-x-52 {
  row-gap: 13rem !important;
}

.gap-y-y-52 {
  row-gap: 13rem !important;
}

.gap-y-x-56 {
  row-gap: 14rem !important;
}

.gap-y-y-56 {
  row-gap: 14rem !important;
}

.gap-y-x-60 {
  row-gap: 15rem !important;
}

.gap-y-y-60 {
  row-gap: 15rem !important;
}

.gap-y-x-64 {
  row-gap: 16rem !important;
}

.gap-y-y-64 {
  row-gap: 16rem !important;
}

.gap-y-x-72 {
  row-gap: 18rem !important;
}

.gap-y-y-72 {
  row-gap: 18rem !important;
}

.gap-y-x-80 {
  row-gap: 20rem !important;
}

.gap-y-y-80 {
  row-gap: 20rem !important;
}

.gap-y-x-96 {
  row-gap: 24rem !important;
}

.gap-y-y-96 {
  row-gap: 24rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
}

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

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
}

.divide-red01 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
}

.divide-red02 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
}

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

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

.divide-championduct > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
}

.divide-championstrut > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
}

.divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
}

.divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
}

.divide-hanger > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
}

.divide-elbows > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
}

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

.divide-brick-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
}

.divide-persian-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
}

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

.divide-apple > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
}

.divide-relief > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

.divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.15 !important;
}

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

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

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

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

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

.divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.57 !important;
}

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

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

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

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

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

.divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.94 !important;
}

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

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

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

.divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.03 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-50 {
  border-radius: 50% !important;
}

.rounded-100 {
  border-radius: 100px !important;
}

.rounded-200 {
  border-radius: 200px !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-br8 {
  border-radius: 8px !important;
}

.rounded-br6 {
  border-radius: 6px !important;
}

.rounded-br30 {
  border-radius: 30px !important;
}

.rounded-br32 {
  border-radius: 32px !important;
}

.rounded-br50 {
  border-radius: 50px !important;
}

.rounded-br90 {
  border-radius: 90px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-50 {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-t-100 {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.rounded-t-200 {
  border-top-left-radius: 200px !important;
  border-top-right-radius: 200px !important;
}

.rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-br8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-t-br6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-br30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.rounded-t-br32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
}

.rounded-t-br50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.rounded-t-br90 {
  border-top-left-radius: 90px !important;
  border-top-right-radius: 90px !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-50 {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-r-100 {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.rounded-r-200 {
  border-top-right-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
}

.rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-br8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-r-br6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-br30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.rounded-r-br32 {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

.rounded-r-br50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.rounded-r-br90 {
  border-top-right-radius: 90px !important;
  border-bottom-right-radius: 90px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-50 {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-b-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.rounded-b-200 {
  border-bottom-right-radius: 200px !important;
  border-bottom-left-radius: 200px !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-br8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-b-br6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-br30 {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-b-br32 {
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.rounded-b-br50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-b-br90 {
  border-bottom-right-radius: 90px !important;
  border-bottom-left-radius: 90px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-50 {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-l-100 {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.rounded-l-200 {
  border-top-left-radius: 200px !important;
  border-bottom-left-radius: 200px !important;
}

.rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-br8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-l-br6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-br30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-l-br32 {
  border-top-left-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.rounded-l-br50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-l-br90 {
  border-top-left-radius: 90px !important;
  border-bottom-left-radius: 90px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.rounded-tl-50 {
  border-top-left-radius: 50% !important;
}

.rounded-tl-100 {
  border-top-left-radius: 100px !important;
}

.rounded-tl-200 {
  border-top-left-radius: 200px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.rounded-tl-br8 {
  border-top-left-radius: 8px !important;
}

.rounded-tl-br6 {
  border-top-left-radius: 6px !important;
}

.rounded-tl-br30 {
  border-top-left-radius: 30px !important;
}

.rounded-tl-br32 {
  border-top-left-radius: 32px !important;
}

.rounded-tl-br50 {
  border-top-left-radius: 50px !important;
}

.rounded-tl-br90 {
  border-top-left-radius: 90px !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.rounded-tr-50 {
  border-top-right-radius: 50% !important;
}

.rounded-tr-100 {
  border-top-right-radius: 100px !important;
}

.rounded-tr-200 {
  border-top-right-radius: 200px !important;
}

.rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.rounded-tr-br8 {
  border-top-right-radius: 8px !important;
}

.rounded-tr-br6 {
  border-top-right-radius: 6px !important;
}

.rounded-tr-br30 {
  border-top-right-radius: 30px !important;
}

.rounded-tr-br32 {
  border-top-right-radius: 32px !important;
}

.rounded-tr-br50 {
  border-top-right-radius: 50px !important;
}

.rounded-tr-br90 {
  border-top-right-radius: 90px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-50 {
  border-bottom-right-radius: 50% !important;
}

.rounded-br-100 {
  border-bottom-right-radius: 100px !important;
}

.rounded-br-200 {
  border-bottom-right-radius: 200px !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-br-br8 {
  border-bottom-right-radius: 8px !important;
}

.rounded-br-br6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-br30 {
  border-bottom-right-radius: 30px !important;
}

.rounded-br-br32 {
  border-bottom-right-radius: 32px !important;
}

.rounded-br-br50 {
  border-bottom-right-radius: 50px !important;
}

.rounded-br-br90 {
  border-bottom-right-radius: 90px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-50 {
  border-bottom-left-radius: 50% !important;
}

.rounded-bl-100 {
  border-bottom-left-radius: 100px !important;
}

.rounded-bl-200 {
  border-bottom-left-radius: 200px !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-br8 {
  border-bottom-left-radius: 8px !important;
}

.rounded-bl-br6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-br30 {
  border-bottom-left-radius: 30px !important;
}

.rounded-bl-br32 {
  border-bottom-left-radius: 32px !important;
}

.rounded-bl-br50 {
  border-bottom-left-radius: 50px !important;
}

.rounded-bl-br90 {
  border-bottom-left-radius: 90px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-1 {
  border-top-width: 1px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-3 {
  border-top-width: 3px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-1 {
  border-right-width: 1px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-3 {
  border-right-width: 3px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-3 {
  border-bottom-width: 3px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-1 {
  border-left-width: 1px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-3 {
  border-left-width: 3px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-green {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
}

.border-red01 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
}

.border-red02 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
}

.border-red03 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
}

.border-redhover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
}

.border-championduct {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
}

.border-championstrut {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
}

.border-bridgedrain {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
}

.border-flameshiled {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
}

.border-hanger {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
}

.border-elbows {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
}

.border-white-smoke {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.border-brick-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
}

.border-persian-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
}

.border-dark-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.border-apple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.border-relief {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.border-whitebdr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red01 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red02 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red03 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-redhover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-championduct {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-championstrut {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bridgedrain {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-flameshiled {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-hanger {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-elbows {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white-smoke {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-brick-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-persian-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dark-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-apple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-relief {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-whitebdr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red01:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red02:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red03:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-redhover:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
}

.focus-within\:border-championduct:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
}

.focus-within\:border-championstrut:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bridgedrain:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
}

.focus-within\:border-flameshiled:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-hanger:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-elbows:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white-smoke:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:border-brick-red:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
}

.focus-within\:border-persian-red:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dark-gray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.focus-within\:border-apple:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-relief:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-whitebdr:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-green:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
}

.hover\:border-red01:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
}

.hover\:border-red02:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
}

.hover\:border-red03:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-redhover:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
}

.hover\:border-championduct:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
}

.hover\:border-championstrut:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
}

.hover\:border-bridgedrain:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
}

.hover\:border-flameshiled:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-hanger:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-elbows:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
}

.hover\:border-white-smoke:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.hover\:border-brick-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
}

.hover\:border-persian-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
}

.hover\:border-dark-gray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.hover\:border-apple:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-relief:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-whitebdr:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-green:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-grey:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
}

.focus\:border-red01:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
}

.focus\:border-red02:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
}

.focus\:border-red03:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-redhover:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
}

.focus\:border-championduct:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
}

.focus\:border-championstrut:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-bridgedrain:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
}

.focus\:border-flameshiled:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-hanger:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-elbows:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
}

.focus\:border-white-smoke:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.focus\:border-brick-red:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
}

.focus\:border-persian-red:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
}

.focus\:border-dark-gray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.focus\:border-apple:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-relief:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-whitebdr:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-7 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.10 !important;
}

.border-opacity-15 {
  --tw-border-opacity: 0.15 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-57 {
  --tw-border-opacity: 0.57 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-94 {
  --tw-border-opacity: 0.94 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.border-opacity-02 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-03 {
  --tw-border-opacity: 0.03 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-7 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.10 !important;
}

.group:hover .group-hover\:border-opacity-15 {
  --tw-border-opacity: 0.15 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-57 {
  --tw-border-opacity: 0.57 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-94 {
  --tw-border-opacity: 0.94 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-02 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-03 {
  --tw-border-opacity: 0.03 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-7:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.10 !important;
}

.focus-within\:border-opacity-15:focus-within {
  --tw-border-opacity: 0.15 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-57:focus-within {
  --tw-border-opacity: 0.57 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-94:focus-within {
  --tw-border-opacity: 0.94 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-02:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-03:focus-within {
  --tw-border-opacity: 0.03 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-7:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.10 !important;
}

.hover\:border-opacity-15:hover {
  --tw-border-opacity: 0.15 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-57:hover {
  --tw-border-opacity: 0.57 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-94:hover {
  --tw-border-opacity: 0.94 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-02:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-03:hover {
  --tw-border-opacity: 0.03 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-7:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.10 !important;
}

.focus\:border-opacity-15:focus {
  --tw-border-opacity: 0.15 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-57:focus {
  --tw-border-opacity: 0.57 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-94:focus {
  --tw-border-opacity: 0.94 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-02:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-03:focus {
  --tw-border-opacity: 0.03 !important;
}

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

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

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

.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
}

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

.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
}

.bg-red01 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.bg-red02 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
}

.bg-red03 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-redhover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.bg-championduct {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
}

.bg-championstrut {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
}

.bg-bridgedrain {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
}

.bg-flameshiled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
}

.bg-hanger {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
}

.bg-elbows {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
}

.bg-white-smoke {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.bg-brick-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
}

.bg-persian-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
}

.bg-dark-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}

.bg-apple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
}

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

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

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

.group:hover .group-hover\:bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red01 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red02 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red03 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-redhover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-championduct {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-championstrut {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bridgedrain {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-flameshiled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-hanger {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-elbows {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white-smoke {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brick-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-persian-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dark-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-apple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red01:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red02:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red03:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-redhover:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-championduct:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-championstrut:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bridgedrain:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-flameshiled:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-hanger:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-elbows:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white-smoke:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-brick-red:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-persian-red:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dark-gray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-apple:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
}

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

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

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

.hover\:bg-green:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red01:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red02:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red03:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-redhover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.hover\:bg-championduct:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
}

.hover\:bg-championstrut:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bridgedrain:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
}

.hover\:bg-flameshiled:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-hanger:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-elbows:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white-smoke:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.hover\:bg-brick-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
}

.hover\:bg-persian-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dark-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}

.hover\:bg-apple:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
}

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

.focus\:bg-current:focus {
  background-color: currentColor !important;
}

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

.focus\:bg-green:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red01:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red02:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red03:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-redhover:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.focus\:bg-championduct:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
}

.focus\:bg-championstrut:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bridgedrain:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
}

.focus\:bg-flameshiled:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-hanger:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-elbows:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white-smoke:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.focus\:bg-brick-red:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
}

.focus\:bg-persian-red:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dark-gray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}

.focus\:bg-apple:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-7 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.10 !important;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-57 {
  --tw-bg-opacity: 0.57 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-94 {
  --tw-bg-opacity: 0.94 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.bg-opacity-02 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-03 {
  --tw-bg-opacity: 0.03 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-7 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.10 !important;
}

.group:hover .group-hover\:bg-opacity-15 {
  --tw-bg-opacity: 0.15 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-57 {
  --tw-bg-opacity: 0.57 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-94 {
  --tw-bg-opacity: 0.94 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-02 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-03 {
  --tw-bg-opacity: 0.03 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-7:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.10 !important;
}

.focus-within\:bg-opacity-15:focus-within {
  --tw-bg-opacity: 0.15 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-57:focus-within {
  --tw-bg-opacity: 0.57 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-94:focus-within {
  --tw-bg-opacity: 0.94 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-02:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-03:focus-within {
  --tw-bg-opacity: 0.03 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-7:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.10 !important;
}

.hover\:bg-opacity-15:hover {
  --tw-bg-opacity: 0.15 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-57:hover {
  --tw-bg-opacity: 0.57 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-94:hover {
  --tw-bg-opacity: 0.94 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-02:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-03:hover {
  --tw-bg-opacity: 0.03 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-7:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.10 !important;
}

.focus\:bg-opacity-15:focus {
  --tw-bg-opacity: 0.15 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-57:focus {
  --tw-bg-opacity: 0.57 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-94:focus {
  --tw-bg-opacity: 0.94 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-02:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-03:focus {
  --tw-bg-opacity: 0.03 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-white {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-green {
  --tw-gradient-from: #52B342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-grey {
  --tw-gradient-from: #828282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.from-red01 {
  --tw-gradient-from: #ED1C24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.from-red02 {
  --tw-gradient-from: #B11116 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.from-red03 {
  --tw-gradient-from: #670000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.from-redhover {
  --tw-gradient-from: #FF2831 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.from-championduct {
  --tw-gradient-from: #7AB2E0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.from-championstrut {
  --tw-gradient-from: #003A63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.from-bridgedrain {
  --tw-gradient-from: #00A7CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.from-flameshiled {
  --tw-gradient-from: #E28F26 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.from-hanger {
  --tw-gradient-from: #828946 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.from-elbows {
  --tw-gradient-from: #64C0B0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.from-white-smoke {
  --tw-gradient-from: #EBEBEB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.from-brick-red {
  --tw-gradient-from: #c52c31 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.from-persian-red {
  --tw-gradient-from: #ca2d32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.from-dark-gray {
  --tw-gradient-from: #B3B3B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.from-apple {
  --tw-gradient-from: #52B242 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-white:hover {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-green:hover {
  --tw-gradient-from: #52B342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.hover\:from-black:hover {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-grey:hover {
  --tw-gradient-from: #828282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.hover\:from-red01:hover {
  --tw-gradient-from: #ED1C24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.hover\:from-red02:hover {
  --tw-gradient-from: #B11116 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.hover\:from-red03:hover {
  --tw-gradient-from: #670000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.hover\:from-redhover:hover {
  --tw-gradient-from: #FF2831 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.hover\:from-championduct:hover {
  --tw-gradient-from: #7AB2E0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.hover\:from-championstrut:hover {
  --tw-gradient-from: #003A63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.hover\:from-bridgedrain:hover {
  --tw-gradient-from: #00A7CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.hover\:from-flameshiled:hover {
  --tw-gradient-from: #E28F26 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.hover\:from-hanger:hover {
  --tw-gradient-from: #828946 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.hover\:from-elbows:hover {
  --tw-gradient-from: #64C0B0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.hover\:from-white-smoke:hover {
  --tw-gradient-from: #EBEBEB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.hover\:from-brick-red:hover {
  --tw-gradient-from: #c52c31 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.hover\:from-persian-red:hover {
  --tw-gradient-from: #ca2d32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.hover\:from-dark-gray:hover {
  --tw-gradient-from: #B3B3B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.hover\:from-apple:hover {
  --tw-gradient-from: #52B242 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-white:focus {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-green:focus {
  --tw-gradient-from: #52B342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.focus\:from-black:focus {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-grey:focus {
  --tw-gradient-from: #828282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.focus\:from-red01:focus {
  --tw-gradient-from: #ED1C24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.focus\:from-red02:focus {
  --tw-gradient-from: #B11116 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.focus\:from-red03:focus {
  --tw-gradient-from: #670000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.focus\:from-redhover:focus {
  --tw-gradient-from: #FF2831 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.focus\:from-championduct:focus {
  --tw-gradient-from: #7AB2E0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.focus\:from-championstrut:focus {
  --tw-gradient-from: #003A63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.focus\:from-bridgedrain:focus {
  --tw-gradient-from: #00A7CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.focus\:from-flameshiled:focus {
  --tw-gradient-from: #E28F26 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.focus\:from-hanger:focus {
  --tw-gradient-from: #828946 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.focus\:from-elbows:focus {
  --tw-gradient-from: #64C0B0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.focus\:from-white-smoke:focus {
  --tw-gradient-from: #EBEBEB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.focus\:from-brick-red:focus {
  --tw-gradient-from: #c52c31 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.focus\:from-persian-red:focus {
  --tw-gradient-from: #ca2d32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.focus\:from-dark-gray:focus {
  --tw-gradient-from: #B3B3B3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.focus\:from-apple:focus {
  --tw-gradient-from: #52B242 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-green {
  --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.via-red01 {
  --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.via-red02 {
  --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.via-red03 {
  --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.via-redhover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.via-championduct {
  --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.via-championstrut {
  --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.via-bridgedrain {
  --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.via-flameshiled {
  --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.via-hanger {
  --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.via-elbows {
  --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.via-white-smoke {
  --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.via-brick-red {
  --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.via-persian-red {
  --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.via-dark-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.via-apple {
  --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.hover\:via-red01:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.hover\:via-red02:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.hover\:via-red03:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.hover\:via-redhover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.hover\:via-championduct:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.hover\:via-championstrut:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.hover\:via-bridgedrain:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.hover\:via-flameshiled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.hover\:via-hanger:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.hover\:via-elbows:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.hover\:via-white-smoke:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.hover\:via-brick-red:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.hover\:via-persian-red:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.hover\:via-dark-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.hover\:via-apple:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
}

.focus\:via-red01:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
}

.focus\:via-red02:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
}

.focus\:via-red03:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
}

.focus\:via-redhover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
}

.focus\:via-championduct:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
}

.focus\:via-championstrut:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
}

.focus\:via-bridgedrain:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
}

.focus\:via-flameshiled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
}

.focus\:via-hanger:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
}

.focus\:via-elbows:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
}

.focus\:via-white-smoke:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
}

.focus\:via-brick-red:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
}

.focus\:via-persian-red:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
}

.focus\:via-dark-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
}

.focus\:via-apple:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.to-current {
  --tw-gradient-to: currentColor !important;
}

.to-white {
  --tw-gradient-to: #ffffff !important;
}

.to-green {
  --tw-gradient-to: #52B342 !important;
}

.to-black {
  --tw-gradient-to: #000 !important;
}

.to-grey {
  --tw-gradient-to: #828282 !important;
}

.to-red01 {
  --tw-gradient-to: #ED1C24 !important;
}

.to-red02 {
  --tw-gradient-to: #B11116 !important;
}

.to-red03 {
  --tw-gradient-to: #670000 !important;
}

.to-redhover {
  --tw-gradient-to: #FF2831 !important;
}

.to-championduct {
  --tw-gradient-to: #7AB2E0 !important;
}

.to-championstrut {
  --tw-gradient-to: #003A63 !important;
}

.to-bridgedrain {
  --tw-gradient-to: #00A7CF !important;
}

.to-flameshiled {
  --tw-gradient-to: #E28F26 !important;
}

.to-hanger {
  --tw-gradient-to: #828946 !important;
}

.to-elbows {
  --tw-gradient-to: #64C0B0 !important;
}

.to-white-smoke {
  --tw-gradient-to: #EBEBEB !important;
}

.to-brick-red {
  --tw-gradient-to: #c52c31 !important;
}

.to-persian-red {
  --tw-gradient-to: #ca2d32 !important;
}

.to-dark-gray {
  --tw-gradient-to: #B3B3B3 !important;
}

.to-apple {
  --tw-gradient-to: #52B242 !important;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:to-white:hover {
  --tw-gradient-to: #ffffff !important;
}

.hover\:to-green:hover {
  --tw-gradient-to: #52B342 !important;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000 !important;
}

.hover\:to-grey:hover {
  --tw-gradient-to: #828282 !important;
}

.hover\:to-red01:hover {
  --tw-gradient-to: #ED1C24 !important;
}

.hover\:to-red02:hover {
  --tw-gradient-to: #B11116 !important;
}

.hover\:to-red03:hover {
  --tw-gradient-to: #670000 !important;
}

.hover\:to-redhover:hover {
  --tw-gradient-to: #FF2831 !important;
}

.hover\:to-championduct:hover {
  --tw-gradient-to: #7AB2E0 !important;
}

.hover\:to-championstrut:hover {
  --tw-gradient-to: #003A63 !important;
}

.hover\:to-bridgedrain:hover {
  --tw-gradient-to: #00A7CF !important;
}

.hover\:to-flameshiled:hover {
  --tw-gradient-to: #E28F26 !important;
}

.hover\:to-hanger:hover {
  --tw-gradient-to: #828946 !important;
}

.hover\:to-elbows:hover {
  --tw-gradient-to: #64C0B0 !important;
}

.hover\:to-white-smoke:hover {
  --tw-gradient-to: #EBEBEB !important;
}

.hover\:to-brick-red:hover {
  --tw-gradient-to: #c52c31 !important;
}

.hover\:to-persian-red:hover {
  --tw-gradient-to: #ca2d32 !important;
}

.hover\:to-dark-gray:hover {
  --tw-gradient-to: #B3B3B3 !important;
}

.hover\:to-apple:hover {
  --tw-gradient-to: #52B242 !important;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:to-white:focus {
  --tw-gradient-to: #ffffff !important;
}

.focus\:to-green:focus {
  --tw-gradient-to: #52B342 !important;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000 !important;
}

.focus\:to-grey:focus {
  --tw-gradient-to: #828282 !important;
}

.focus\:to-red01:focus {
  --tw-gradient-to: #ED1C24 !important;
}

.focus\:to-red02:focus {
  --tw-gradient-to: #B11116 !important;
}

.focus\:to-red03:focus {
  --tw-gradient-to: #670000 !important;
}

.focus\:to-redhover:focus {
  --tw-gradient-to: #FF2831 !important;
}

.focus\:to-championduct:focus {
  --tw-gradient-to: #7AB2E0 !important;
}

.focus\:to-championstrut:focus {
  --tw-gradient-to: #003A63 !important;
}

.focus\:to-bridgedrain:focus {
  --tw-gradient-to: #00A7CF !important;
}

.focus\:to-flameshiled:focus {
  --tw-gradient-to: #E28F26 !important;
}

.focus\:to-hanger:focus {
  --tw-gradient-to: #828946 !important;
}

.focus\:to-elbows:focus {
  --tw-gradient-to: #64C0B0 !important;
}

.focus\:to-white-smoke:focus {
  --tw-gradient-to: #EBEBEB !important;
}

.focus\:to-brick-red:focus {
  --tw-gradient-to: #c52c31 !important;
}

.focus\:to-persian-red:focus {
  --tw-gradient-to: #ca2d32 !important;
}

.focus\:to-dark-gray:focus {
  --tw-gradient-to: #B3B3B3 !important;
}

.focus\:to-apple:focus {
  --tw-gradient-to: #52B242 !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

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

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

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

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

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

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

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

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-42 {
  padding: 42px !important;
}

.p-44 {
  padding: 44px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-52 {
  padding: 52px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-72 {
  padding: 72px !important;
}

.p-74 {
  padding: 74px !important;
}

.p-77 {
  padding: 77px !important;
}

.p-84 {
  padding: 84px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-98 {
  padding: 98px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-105 {
  padding: 105px !important;
}

.p-114 {
  padding: 114px !important;
}

.p-115 {
  padding: 115px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-128 {
  padding: 128px !important;
}

.p-156 {
  padding: 156px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-256 {
  padding: 256px !important;
}

.p-px {
  padding: 1px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.px-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

.px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.px-114 {
  padding-left: 114px !important;
  padding-right: 114px !important;
}

.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px-128 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.px-156 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.px-256 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.py-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-114 {
  padding-top: 114px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.pt-156 {
  padding-top: 156px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-256 {
  padding-top: 256px !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pr-98 {
  padding-right: 98px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-114 {
  padding-right: 114px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-128 {
  padding-right: 128px !important;
}

.pr-156 {
  padding-right: 156px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pr-256 {
  padding-right: 256px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-114 {
  padding-bottom: 114px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.pb-156 {
  padding-bottom: 156px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-256 {
  padding-bottom: 256px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pl-98 {
  padding-left: 98px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-114 {
  padding-left: 114px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-128 {
  padding-left: 128px !important;
}

.pl-156 {
  padding-left: 156px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pl-256 {
  padding-left: 256px !important;
}

.pl-px {
  padding-left: 1px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-font-proximanova {
  font-family: proxima-nova,sans-serif !important;
}

.font-font-purista {
  font-family: purista-web,sans-serif !important;
}

.text-base {
  font-size: 18px !important;
  line-height: 19px !important;
}

.text-fs-128 {
  font-size: 128px !important;
  line-height: 122px !important;
}

.text-fs-98 {
  font-size: 98px !important;
  line-height: 93px !important;
}

.text-fs-80 {
  font-size: 80px !important;
  line-height: 76px !important;
}

.text-fs-70 {
  font-size: 70px !important;
  line-height: 66px !important;
}

.text-fs-68 {
  font-size: 68px !important;
  line-height: 64px !important;
}

.text-fs-64 {
  font-size: 64px !important;
  line-height: 61px !important;
}

.text-fs-60 {
  font-size: 60px !important;
  line-height: 54px !important;
}

.text-fs-52 {
  font-size: 44px !important;
  line-height: 55px !important;
}

.text-fs-44 {
  font-size: 44px !important;
  line-height: 46px !important;
}

.text-fs-40 {
  font-size: 40px !important;
  line-height: 38px !important;
}

.text-fs-42 {
  font-size: 42px !important;
  line-height: 44px !important;
}

.text-fs-38 {
  font-size: 38px !important;
  line-height: 36px !important;
}

.text-fs-34 {
  font-size: 34px !important;
  line-height: 36px !important;
}

.text-fs-32 {
  font-size: 32px !important;
  line-height: 34px !important;
}

.text-fs-30 {
  font-size: 30px !important;
  line-height: 32px !important;
}

.text-fs-27 {
  font-size: 27px !important;
  line-height: 28px !important;
}

.text-fs-25 {
  font-size: 25px !important;
  line-height: 32px !important;
}

.text-fs-24 {
  font-size: 24px !important;
  line-height: 25px !important;
}

.text-fs-26 {
  font-size: 26px !important;
  line-height: 33px !important;
}

.text-fs-22 {
  font-size: 22px !important;
  line-height: 23px !important;
}

.text-fs-20 {
  font-size: 20px !important;
  line-height: 21px !important;
}

.text-fs-19 {
  font-size: 19px !important;
  line-height: 20px !important;
}

.text-fs-18 {
  font-size: 18px !important;
  line-height: 19px !important;
}

.text-fs-17 {
  font-size: 17px !important;
  line-height: 18px !important;
}

.text-fs-16 {
  font-size: 16px !important;
  line-height: 17px !important;
}

.text-fs-15 {
  font-size: 15px !important;
  line-height: 22px !important;
}

.text-fs-14 {
  font-size: 14px !important;
  line-height: 15px !important;
}

.text-fs-12 {
  font-size: 12px !important;
  line-height: 13px !important;
}

.text-fs-10 {
  font-size: 10px !important;
  line-height: 12px !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-lh-122 {
  line-height: 122px !important;
}

.leading-lh-76 {
  line-height: 76px !important;
}

.leading-lh-65 {
  line-height: 65px !important;
}

.leading-lh-61 {
  line-height: 61px !important;
}

.leading-lh-54 {
  line-height: 54px !important;
}

.leading-lh-46 {
  line-height: 46px !important;
}

.leading-lh-44 {
  line-height: 44px !important;
}

.leading-lh-42 {
  line-height: 42px !important;
}

.leading-lh-40 {
  line-height: 40px !important;
}

.leading-lh-36 {
  line-height: 36px !important;
}

.leading-lh-35 {
  line-height: 35px !important;
}

.leading-lh-34 {
  line-height: 34px !important;
}

.leading-lh-32 {
  line-height: 32px !important;
}

.leading-lh-29 {
  line-height: 29px !important;
}

.leading-lh-26 {
  line-height: 26px !important;
}

.leading-lh-25 {
  line-height: 25px !important;
}

.leading-lh-23 {
  line-height: 23px !important;
}

.leading-lh-21 {
  line-height: 21px !important;
}

.leading-lh-20 {
  line-height: 20px !important;
}

.leading-lh-17 {
  line-height: 17px !important;
}

.leading-lh-15 {
  line-height: 15px !important;
}

.leading-lh-13 {
  line-height: 13px !important;
}

.tracking-1 {
  letter-spacing: 1.5px !important;
}

.tracking-smallpx {
  letter-spacing: -0.5px !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.15em !important;
}

.tracking-wider {
  letter-spacing: 0.04em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.tracking-xs {
  letter-spacing: 0.01em !important;
}

.tracking-xxs {
  letter-spacing: -0.5px !important;
}

.tracking-1px {
  letter-spacing: 1px !important;
}

.tracking-2px {
  letter-spacing: 2px !important;
}

.tracking-3px {
  letter-spacing: 3px !important;
}

.tracking-0-06px {
  letter-spacing: 0.06em !important;
}

.tracking-0-05px {
  letter-spacing: 0.05em !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-green {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
}

.text-red01 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
}

.text-red02 {
  --tw-text-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
}

.text-red03 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
}

.text-redhover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
}

.text-championduct {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
}

.text-championstrut {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
}

.text-bridgedrain {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
}

.text-flameshiled {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
}

.text-hanger {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
}

.text-elbows {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
}

.text-white-smoke {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
}

.text-brick-red {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
}

.text-persian-red {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
}

.text-dark-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.text-apple {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red01 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red02 {
  --tw-text-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red03 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-redhover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-championduct {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-championstrut {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bridgedrain {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-flameshiled {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-hanger {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-elbows {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white-smoke {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-brick-red {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-persian-red {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dark-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-apple {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red01:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red02:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red03:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-redhover:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
}

.focus-within\:text-championduct:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
}

.focus-within\:text-championstrut:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bridgedrain:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
}

.focus-within\:text-flameshiled:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-hanger:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-elbows:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white-smoke:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:text-brick-red:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
}

.focus-within\:text-persian-red:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dark-gray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.focus-within\:text-apple:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
}

.hover\:text-red01:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
}

.hover\:text-red02:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
}

.hover\:text-red03:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-redhover:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
}

.hover\:text-championduct:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
}

.hover\:text-championstrut:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-bridgedrain:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
}

.hover\:text-flameshiled:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-hanger:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-elbows:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
}

.hover\:text-white-smoke:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
}

.hover\:text-brick-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
}

.hover\:text-persian-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
}

.hover\:text-dark-gray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.hover\:text-apple:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-green:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-grey:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
}

.focus\:text-red01:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
}

.focus\:text-red02:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
}

.focus\:text-red03:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-redhover:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
}

.focus\:text-championduct:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
}

.focus\:text-championstrut:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-bridgedrain:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
}

.focus\:text-flameshiled:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-hanger:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-elbows:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
}

.focus\:text-white-smoke:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
}

.focus\:text-brick-red:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
}

.focus\:text-persian-red:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
}

.focus\:text-dark-gray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.focus\:text-apple:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-7 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.10 !important;
}

.text-opacity-15 {
  --tw-text-opacity: 0.15 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-57 {
  --tw-text-opacity: 0.57 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-94 {
  --tw-text-opacity: 0.94 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.text-opacity-02 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-03 {
  --tw-text-opacity: 0.03 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-7 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.10 !important;
}

.group:hover .group-hover\:text-opacity-15 {
  --tw-text-opacity: 0.15 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-57 {
  --tw-text-opacity: 0.57 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-94 {
  --tw-text-opacity: 0.94 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-02 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-03 {
  --tw-text-opacity: 0.03 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-7:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.10 !important;
}

.focus-within\:text-opacity-15:focus-within {
  --tw-text-opacity: 0.15 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-57:focus-within {
  --tw-text-opacity: 0.57 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-94:focus-within {
  --tw-text-opacity: 0.94 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-02:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-03:focus-within {
  --tw-text-opacity: 0.03 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-7:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.10 !important;
}

.hover\:text-opacity-15:hover {
  --tw-text-opacity: 0.15 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-57:hover {
  --tw-text-opacity: 0.57 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-94:hover {
  --tw-text-opacity: 0.94 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-02:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-03:hover {
  --tw-text-opacity: 0.03 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-7:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.10 !important;
}

.focus\:text-opacity-15:focus {
  --tw-text-opacity: 0.15 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-57:focus {
  --tw-text-opacity: 0.57 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-94:focus {
  --tw-text-opacity: 0.94 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-02:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-03:focus {
  --tw-text-opacity: 0.03 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red01::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red01:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red01::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red02::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red02:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red02::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red03::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red03:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red03::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redhover::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redhover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-redhover::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championduct::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championduct:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championduct::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championstrut::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championstrut:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-championstrut::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bridgedrain::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bridgedrain:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bridgedrain::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-flameshiled::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-flameshiled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-flameshiled::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-hanger::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-hanger:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-hanger::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-elbows::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-elbows:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-elbows::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-smoke::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-smoke:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white-smoke::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-brick-red::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-brick-red:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-brick-red::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.placeholder-persian-red::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-persian-red:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-persian-red::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark-gray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark-gray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dark-gray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-apple::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-apple:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-apple::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red01:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red01:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red01:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red02:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red02:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red02:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red03:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red03:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red03:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redhover:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redhover:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-redhover:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championduct:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championduct:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championduct:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championstrut:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championstrut:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-championstrut:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bridgedrain:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bridgedrain:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-flameshiled:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-flameshiled:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-hanger:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-hanger:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-hanger:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-elbows:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-elbows:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-elbows:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-smoke:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white-smoke:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-brick-red:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-brick-red:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-brick-red:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-persian-red:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-persian-red:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-persian-red:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-apple:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-apple:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-apple:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-7::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-7:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-7::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.placeholder-opacity-15::-moz-placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.placeholder-opacity-15:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-57::-moz-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.placeholder-opacity-57:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.placeholder-opacity-57::placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-94::-moz-placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.placeholder-opacity-94:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.placeholder-opacity-94::placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-02::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-02:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-02::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-03::-moz-placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.placeholder-opacity-03:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.placeholder-opacity-03::placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-7:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-7:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.10 !important;
}

.focus\:placeholder-opacity-15:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.focus\:placeholder-opacity-15:focus::placeholder {
  --tw-placeholder-opacity: 0.15 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-57:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.focus\:placeholder-opacity-57:focus::placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-94:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.focus\:placeholder-opacity-94:focus::placeholder {
  --tw-placeholder-opacity: 0.94 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-02:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-02:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-03:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.focus\:placeholder-opacity-03:focus::placeholder {
  --tw-placeholder-opacity: 0.03 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-10 {
  opacity: 0.10 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-57 {
  opacity: 0.57 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-94 {
  opacity: 0.94 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-02 {
  opacity: 0.2 !important;
}

.opacity-03 {
  opacity: 0.03 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-7 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.10 !important;
}

.group:hover .group-hover\:opacity-15 {
  opacity: 0.15 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-57 {
  opacity: 0.57 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-94 {
  opacity: 0.94 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-02 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-03 {
  opacity: 0.03 !important;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:opacity-7:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.10 !important;
}

.focus-within\:opacity-15:focus-within {
  opacity: 0.15 !important;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:opacity-57:focus-within {
  opacity: 0.57 !important;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:opacity-94:focus-within {
  opacity: 0.94 !important;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

.focus-within\:opacity-02:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-03:focus-within {
  opacity: 0.03 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-7:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.10 !important;
}

.hover\:opacity-15:hover {
  opacity: 0.15 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-57:hover {
  opacity: 0.57 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-94:hover {
  opacity: 0.94 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.hover\:opacity-02:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-03:hover {
  opacity: 0.03 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-7:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.10 !important;
}

.focus\:opacity-15:focus {
  opacity: 0.15 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-57:focus {
  opacity: 0.57 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-94:focus {
  opacity: 0.94 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.focus\:opacity-02:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-03:focus {
  opacity: 0.03 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-shadow-btn {
  --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-shadow-btn {
  --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-shadow-btn:focus-within {
  --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-shadow-btn:hover {
  --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-shadow-btn:focus {
  --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-0 {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-0:focus-within {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-0:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-green {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-grey {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
}

.ring-red01 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
}

.ring-red02 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
}

.ring-red03 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-redhover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
}

.ring-championduct {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
}

.ring-championstrut {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
}

.ring-bridgedrain {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
}

.ring-flameshiled {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
}

.ring-hanger {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
}

.ring-elbows {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
}

.ring-white-smoke {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
}

.ring-brick-red {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
}

.ring-persian-red {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
}

.ring-dark-gray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
}

.ring-apple {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red01:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red02:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red03:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-redhover:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-championduct:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-championstrut:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bridgedrain:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-flameshiled:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-hanger:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-elbows:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white-smoke:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-brick-red:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-persian-red:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dark-gray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-apple:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red01:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red02:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red03:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-redhover:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
}

.focus\:ring-championduct:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
}

.focus\:ring-championstrut:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bridgedrain:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
}

.focus\:ring-flameshiled:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-hanger:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-elbows:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white-smoke:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
}

.focus\:ring-brick-red:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
}

.focus\:ring-persian-red:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dark-gray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
}

.focus\:ring-apple:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-7 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.10 !important;
}

.ring-opacity-15 {
  --tw-ring-opacity: 0.15 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-57 {
  --tw-ring-opacity: 0.57 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-94 {
  --tw-ring-opacity: 0.94 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.ring-opacity-02 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-03 {
  --tw-ring-opacity: 0.03 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-7:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.10 !important;
}

.focus-within\:ring-opacity-15:focus-within {
  --tw-ring-opacity: 0.15 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-57:focus-within {
  --tw-ring-opacity: 0.57 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-94:focus-within {
  --tw-ring-opacity: 0.94 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-02:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-03:focus-within {
  --tw-ring-opacity: 0.03 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-7:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.10 !important;
}

.focus\:ring-opacity-15:focus {
  --tw-ring-opacity: 0.15 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-57:focus {
  --tw-ring-opacity: 0.57 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-94:focus {
  --tw-ring-opacity: 0.94 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-02:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-03:focus {
  --tw-ring-opacity: 0.03 !important;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #ffffff !important;
}

.ring-offset-green {
  --tw-ring-offset-color: #52B342 !important;
}

.ring-offset-black {
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-grey {
  --tw-ring-offset-color: #828282 !important;
}

.ring-offset-red01 {
  --tw-ring-offset-color: #ED1C24 !important;
}

.ring-offset-red02 {
  --tw-ring-offset-color: #B11116 !important;
}

.ring-offset-red03 {
  --tw-ring-offset-color: #670000 !important;
}

.ring-offset-redhover {
  --tw-ring-offset-color: #FF2831 !important;
}

.ring-offset-championduct {
  --tw-ring-offset-color: #7AB2E0 !important;
}

.ring-offset-championstrut {
  --tw-ring-offset-color: #003A63 !important;
}

.ring-offset-bridgedrain {
  --tw-ring-offset-color: #00A7CF !important;
}

.ring-offset-flameshiled {
  --tw-ring-offset-color: #E28F26 !important;
}

.ring-offset-hanger {
  --tw-ring-offset-color: #828946 !important;
}

.ring-offset-elbows {
  --tw-ring-offset-color: #64C0B0 !important;
}

.ring-offset-white-smoke {
  --tw-ring-offset-color: #EBEBEB !important;
}

.ring-offset-brick-red {
  --tw-ring-offset-color: #c52c31 !important;
}

.ring-offset-persian-red {
  --tw-ring-offset-color: #ca2d32 !important;
}

.ring-offset-dark-gray {
  --tw-ring-offset-color: #B3B3B3 !important;
}

.ring-offset-apple {
  --tw-ring-offset-color: #52B242 !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #ffffff !important;
}

.focus-within\:ring-offset-green:focus-within {
  --tw-ring-offset-color: #52B342 !important;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: #828282 !important;
}

.focus-within\:ring-offset-red01:focus-within {
  --tw-ring-offset-color: #ED1C24 !important;
}

.focus-within\:ring-offset-red02:focus-within {
  --tw-ring-offset-color: #B11116 !important;
}

.focus-within\:ring-offset-red03:focus-within {
  --tw-ring-offset-color: #670000 !important;
}

.focus-within\:ring-offset-redhover:focus-within {
  --tw-ring-offset-color: #FF2831 !important;
}

.focus-within\:ring-offset-championduct:focus-within {
  --tw-ring-offset-color: #7AB2E0 !important;
}

.focus-within\:ring-offset-championstrut:focus-within {
  --tw-ring-offset-color: #003A63 !important;
}

.focus-within\:ring-offset-bridgedrain:focus-within {
  --tw-ring-offset-color: #00A7CF !important;
}

.focus-within\:ring-offset-flameshiled:focus-within {
  --tw-ring-offset-color: #E28F26 !important;
}

.focus-within\:ring-offset-hanger:focus-within {
  --tw-ring-offset-color: #828946 !important;
}

.focus-within\:ring-offset-elbows:focus-within {
  --tw-ring-offset-color: #64C0B0 !important;
}

.focus-within\:ring-offset-white-smoke:focus-within {
  --tw-ring-offset-color: #EBEBEB !important;
}

.focus-within\:ring-offset-brick-red:focus-within {
  --tw-ring-offset-color: #c52c31 !important;
}

.focus-within\:ring-offset-persian-red:focus-within {
  --tw-ring-offset-color: #ca2d32 !important;
}

.focus-within\:ring-offset-dark-gray:focus-within {
  --tw-ring-offset-color: #B3B3B3 !important;
}

.focus-within\:ring-offset-apple:focus-within {
  --tw-ring-offset-color: #52B242 !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #ffffff !important;
}

.focus\:ring-offset-green:focus {
  --tw-ring-offset-color: #52B342 !important;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000 !important;
}

.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: #828282 !important;
}

.focus\:ring-offset-red01:focus {
  --tw-ring-offset-color: #ED1C24 !important;
}

.focus\:ring-offset-red02:focus {
  --tw-ring-offset-color: #B11116 !important;
}

.focus\:ring-offset-red03:focus {
  --tw-ring-offset-color: #670000 !important;
}

.focus\:ring-offset-redhover:focus {
  --tw-ring-offset-color: #FF2831 !important;
}

.focus\:ring-offset-championduct:focus {
  --tw-ring-offset-color: #7AB2E0 !important;
}

.focus\:ring-offset-championstrut:focus {
  --tw-ring-offset-color: #003A63 !important;
}

.focus\:ring-offset-bridgedrain:focus {
  --tw-ring-offset-color: #00A7CF !important;
}

.focus\:ring-offset-flameshiled:focus {
  --tw-ring-offset-color: #E28F26 !important;
}

.focus\:ring-offset-hanger:focus {
  --tw-ring-offset-color: #828946 !important;
}

.focus\:ring-offset-elbows:focus {
  --tw-ring-offset-color: #64C0B0 !important;
}

.focus\:ring-offset-white-smoke:focus {
  --tw-ring-offset-color: #EBEBEB !important;
}

.focus\:ring-offset-brick-red:focus {
  --tw-ring-offset-color: #c52c31 !important;
}

.focus\:ring-offset-persian-red:focus {
  --tw-ring-offset-color: #ca2d32 !important;
}

.focus\:ring-offset-dark-gray:focus {
  --tw-ring-offset-color: #B3B3B3 !important;
}

.focus\:ring-offset-apple:focus {
  --tw-ring-offset-color: #52B242 !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-7 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.10) !important;
}

.backdrop-opacity-15 {
  --tw-backdrop-opacity: opacity(0.15) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-57 {
  --tw-backdrop-opacity: opacity(0.57) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-94 {
  --tw-backdrop-opacity: opacity(0.94) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-opacity-02 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-03 {
  --tw-backdrop-opacity: opacity(0.03) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (max-width: 1550px) {
  .xxl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

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

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

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

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

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

  .xxl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xxl\:visible {
    visibility: visible !important;
  }

  .xxl\:invisible {
    visibility: hidden !important;
  }

  .xxl\:static {
    position: static !important;
  }

  .xxl\:fixed {
    position: fixed !important;
  }

  .xxl\:absolute {
    position: absolute !important;
  }

  .xxl\:relative {
    position: relative !important;
  }

  .xxl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xxl\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xxl\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .xxl\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xxl\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .xxl\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .xxl\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xxl\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .xxl\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .xxl\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .xxl\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .xxl\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .xxl\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .xxl\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .xxl\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .xxl\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .xxl\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .xxl\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .xxl\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .xxl\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .xxl\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .xxl\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .xxl\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .xxl\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .xxl\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .xxl\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .xxl\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .xxl\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .xxl\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .xxl\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .xxl\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .xxl\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .xxl\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .xxl\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .xxl\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .xxl\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .xxl\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .xxl\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .xxl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xxl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xxl\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .xxl\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .xxl\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .xxl\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .xxl\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .xxl\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .xxl\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .xxl\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .xxl\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .xxl\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .xxl\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .xxl\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .xxl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .xxl\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .xxl\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .xxl\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .xxl\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .xxl\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .xxl\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .xxl\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .xxl\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .xxl\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .xxl\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .xxl\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .xxl\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .xxl\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .xxl\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .xxl\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .xxl\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .xxl\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .xxl\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .xxl\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .xxl\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .xxl\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .xxl\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .xxl\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .xxl\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .xxl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xxl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xxl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xxl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xxl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xxl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xxl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xxl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xxl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xxl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xxl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xxl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xxl\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .xxl\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .xxl\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .xxl\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .xxl\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .xxl\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .xxl\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .xxl\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .xxl\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .xxl\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .xxl\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .xxl\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .xxl\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .xxl\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .xxl\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .xxl\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .xxl\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .xxl\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .xxl\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .xxl\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .xxl\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .xxl\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .xxl\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .xxl\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .xxl\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .xxl\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .xxl\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .xxl\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .xxl\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .xxl\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .xxl\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .xxl\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .xxl\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .xxl\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .xxl\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .xxl\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .xxl\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .xxl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xxl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xxl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xxl\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .xxl\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .xxl\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .xxl\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .xxl\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .xxl\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .xxl\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .xxl\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .xxl\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .xxl\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .xxl\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .xxl\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .xxl\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .xxl\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .xxl\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .xxl\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .xxl\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .xxl\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .xxl\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .xxl\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .xxl\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .xxl\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .xxl\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .xxl\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .xxl\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .xxl\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .xxl\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .xxl\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .xxl\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .xxl\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .xxl\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .xxl\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .xxl\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .xxl\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .xxl\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .xxl\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .xxl\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .xxl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xxl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xxl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xxl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xxl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xxl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xxl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xxl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xxl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xxl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xxl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xxl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xxl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xxl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xxl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xxl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xxl\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .xxl\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .xxl\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .xxl\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .xxl\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .xxl\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .xxl\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .xxl\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .xxl\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .xxl\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .xxl\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .xxl\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .xxl\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .xxl\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .xxl\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .xxl\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .xxl\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .xxl\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .xxl\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .xxl\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .xxl\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .xxl\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .xxl\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .xxl\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .xxl\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .xxl\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .xxl\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .xxl\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .xxl\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .xxl\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .xxl\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .xxl\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .xxl\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .xxl\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .xxl\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .xxl\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .xxl\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .xxl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xxl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xxl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xxl\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .xxl\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .xxl\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .xxl\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .xxl\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .xxl\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .xxl\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .xxl\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .xxl\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .xxl\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .xxl\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .xxl\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .xxl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .xxl\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .xxl\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .xxl\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .xxl\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .xxl\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .xxl\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .xxl\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .xxl\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .xxl\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .xxl\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .xxl\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .xxl\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .xxl\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .xxl\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .xxl\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .xxl\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .xxl\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .xxl\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .xxl\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .xxl\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .xxl\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .xxl\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .xxl\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .xxl\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .xxl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xxl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xxl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xxl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xxl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xxl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xxl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xxl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xxl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xxl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xxl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xxl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xxl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xxl\:top-0 {
    top: 0px !important;
  }

  .xxl\:top-2 {
    top: 2px !important;
  }

  .xxl\:top-3 {
    top: 3px !important;
  }

  .xxl\:top-4 {
    top: 4px !important;
  }

  .xxl\:top-6 {
    top: 6px !important;
  }

  .xxl\:top-8 {
    top: 8px !important;
  }

  .xxl\:top-10 {
    top: 10px !important;
  }

  .xxl\:top-12 {
    top: 12px !important;
  }

  .xxl\:top-14 {
    top: 14px !important;
  }

  .xxl\:top-16 {
    top: 16px !important;
  }

  .xxl\:top-20 {
    top: 20px !important;
  }

  .xxl\:top-22 {
    top: 22px !important;
  }

  .xxl\:top-24 {
    top: 24px !important;
  }

  .xxl\:top-25 {
    top: 25px !important;
  }

  .xxl\:top-27 {
    top: 27px !important;
  }

  .xxl\:top-30 {
    top: 30px !important;
  }

  .xxl\:top-36 {
    top: 36px !important;
  }

  .xxl\:top-40 {
    top: 40px !important;
  }

  .xxl\:top-42 {
    top: 42px !important;
  }

  .xxl\:top-44 {
    top: 44px !important;
  }

  .xxl\:top-48 {
    top: 48px !important;
  }

  .xxl\:top-52 {
    top: 52px !important;
  }

  .xxl\:top-64 {
    top: 64px !important;
  }

  .xxl\:top-72 {
    top: 72px !important;
  }

  .xxl\:top-74 {
    top: 74px !important;
  }

  .xxl\:top-77 {
    top: 77px !important;
  }

  .xxl\:top-84 {
    top: 84px !important;
  }

  .xxl\:top-96 {
    top: 96px !important;
  }

  .xxl\:top-98 {
    top: 98px !important;
  }

  .xxl\:top-100 {
    top: 100px !important;
  }

  .xxl\:top-105 {
    top: 105px !important;
  }

  .xxl\:top-114 {
    top: 114px !important;
  }

  .xxl\:top-115 {
    top: 115px !important;
  }

  .xxl\:top-120 {
    top: 120px !important;
  }

  .xxl\:top-128 {
    top: 128px !important;
  }

  .xxl\:top-156 {
    top: 156px !important;
  }

  .xxl\:top-200 {
    top: 200px !important;
  }

  .xxl\:top-256 {
    top: 256px !important;
  }

  .xxl\:top-auto {
    top: auto !important;
  }

  .xxl\:top-px {
    top: 1px !important;
  }

  .xxl\:-top-0 {
    top: 0px !important;
  }

  .xxl\:-top-2 {
    top: -2px !important;
  }

  .xxl\:-top-3 {
    top: -3px !important;
  }

  .xxl\:-top-4 {
    top: -4px !important;
  }

  .xxl\:-top-6 {
    top: -6px !important;
  }

  .xxl\:-top-8 {
    top: -8px !important;
  }

  .xxl\:-top-10 {
    top: -10px !important;
  }

  .xxl\:-top-12 {
    top: -12px !important;
  }

  .xxl\:-top-14 {
    top: -14px !important;
  }

  .xxl\:-top-16 {
    top: -16px !important;
  }

  .xxl\:-top-20 {
    top: -20px !important;
  }

  .xxl\:-top-22 {
    top: -22px !important;
  }

  .xxl\:-top-24 {
    top: -24px !important;
  }

  .xxl\:-top-25 {
    top: -25px !important;
  }

  .xxl\:-top-27 {
    top: -27px !important;
  }

  .xxl\:-top-30 {
    top: -30px !important;
  }

  .xxl\:-top-36 {
    top: -36px !important;
  }

  .xxl\:-top-40 {
    top: -40px !important;
  }

  .xxl\:-top-42 {
    top: -42px !important;
  }

  .xxl\:-top-44 {
    top: -44px !important;
  }

  .xxl\:-top-48 {
    top: -48px !important;
  }

  .xxl\:-top-52 {
    top: -52px !important;
  }

  .xxl\:-top-64 {
    top: -64px !important;
  }

  .xxl\:-top-72 {
    top: -72px !important;
  }

  .xxl\:-top-74 {
    top: -74px !important;
  }

  .xxl\:-top-77 {
    top: -77px !important;
  }

  .xxl\:-top-84 {
    top: -84px !important;
  }

  .xxl\:-top-96 {
    top: -96px !important;
  }

  .xxl\:-top-98 {
    top: -98px !important;
  }

  .xxl\:-top-100 {
    top: -100px !important;
  }

  .xxl\:-top-105 {
    top: -105px !important;
  }

  .xxl\:-top-114 {
    top: -114px !important;
  }

  .xxl\:-top-115 {
    top: -115px !important;
  }

  .xxl\:-top-120 {
    top: -120px !important;
  }

  .xxl\:-top-128 {
    top: -128px !important;
  }

  .xxl\:-top-156 {
    top: -156px !important;
  }

  .xxl\:-top-200 {
    top: -200px !important;
  }

  .xxl\:-top-256 {
    top: -256px !important;
  }

  .xxl\:-top-px {
    top: -1px !important;
  }

  .xxl\:top-1\/2 {
    top: 50% !important;
  }

  .xxl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xxl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xxl\:top-1\/4 {
    top: 25% !important;
  }

  .xxl\:top-2\/4 {
    top: 50% !important;
  }

  .xxl\:top-3\/4 {
    top: 75% !important;
  }

  .xxl\:top-full {
    top: 100% !important;
  }

  .xxl\:-top-1\/2 {
    top: -50% !important;
  }

  .xxl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xxl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xxl\:-top-1\/4 {
    top: -25% !important;
  }

  .xxl\:-top-2\/4 {
    top: -50% !important;
  }

  .xxl\:-top-3\/4 {
    top: -75% !important;
  }

  .xxl\:-top-full {
    top: -100% !important;
  }

  .xxl\:right-0 {
    right: 0px !important;
  }

  .xxl\:right-2 {
    right: 2px !important;
  }

  .xxl\:right-3 {
    right: 3px !important;
  }

  .xxl\:right-4 {
    right: 4px !important;
  }

  .xxl\:right-6 {
    right: 6px !important;
  }

  .xxl\:right-8 {
    right: 8px !important;
  }

  .xxl\:right-10 {
    right: 10px !important;
  }

  .xxl\:right-12 {
    right: 12px !important;
  }

  .xxl\:right-14 {
    right: 14px !important;
  }

  .xxl\:right-16 {
    right: 16px !important;
  }

  .xxl\:right-20 {
    right: 20px !important;
  }

  .xxl\:right-22 {
    right: 22px !important;
  }

  .xxl\:right-24 {
    right: 24px !important;
  }

  .xxl\:right-25 {
    right: 25px !important;
  }

  .xxl\:right-27 {
    right: 27px !important;
  }

  .xxl\:right-30 {
    right: 30px !important;
  }

  .xxl\:right-36 {
    right: 36px !important;
  }

  .xxl\:right-40 {
    right: 40px !important;
  }

  .xxl\:right-42 {
    right: 42px !important;
  }

  .xxl\:right-44 {
    right: 44px !important;
  }

  .xxl\:right-48 {
    right: 48px !important;
  }

  .xxl\:right-52 {
    right: 52px !important;
  }

  .xxl\:right-64 {
    right: 64px !important;
  }

  .xxl\:right-72 {
    right: 72px !important;
  }

  .xxl\:right-74 {
    right: 74px !important;
  }

  .xxl\:right-77 {
    right: 77px !important;
  }

  .xxl\:right-84 {
    right: 84px !important;
  }

  .xxl\:right-96 {
    right: 96px !important;
  }

  .xxl\:right-98 {
    right: 98px !important;
  }

  .xxl\:right-100 {
    right: 100px !important;
  }

  .xxl\:right-105 {
    right: 105px !important;
  }

  .xxl\:right-114 {
    right: 114px !important;
  }

  .xxl\:right-115 {
    right: 115px !important;
  }

  .xxl\:right-120 {
    right: 120px !important;
  }

  .xxl\:right-128 {
    right: 128px !important;
  }

  .xxl\:right-156 {
    right: 156px !important;
  }

  .xxl\:right-200 {
    right: 200px !important;
  }

  .xxl\:right-256 {
    right: 256px !important;
  }

  .xxl\:right-auto {
    right: auto !important;
  }

  .xxl\:right-px {
    right: 1px !important;
  }

  .xxl\:-right-0 {
    right: 0px !important;
  }

  .xxl\:-right-2 {
    right: -2px !important;
  }

  .xxl\:-right-3 {
    right: -3px !important;
  }

  .xxl\:-right-4 {
    right: -4px !important;
  }

  .xxl\:-right-6 {
    right: -6px !important;
  }

  .xxl\:-right-8 {
    right: -8px !important;
  }

  .xxl\:-right-10 {
    right: -10px !important;
  }

  .xxl\:-right-12 {
    right: -12px !important;
  }

  .xxl\:-right-14 {
    right: -14px !important;
  }

  .xxl\:-right-16 {
    right: -16px !important;
  }

  .xxl\:-right-20 {
    right: -20px !important;
  }

  .xxl\:-right-22 {
    right: -22px !important;
  }

  .xxl\:-right-24 {
    right: -24px !important;
  }

  .xxl\:-right-25 {
    right: -25px !important;
  }

  .xxl\:-right-27 {
    right: -27px !important;
  }

  .xxl\:-right-30 {
    right: -30px !important;
  }

  .xxl\:-right-36 {
    right: -36px !important;
  }

  .xxl\:-right-40 {
    right: -40px !important;
  }

  .xxl\:-right-42 {
    right: -42px !important;
  }

  .xxl\:-right-44 {
    right: -44px !important;
  }

  .xxl\:-right-48 {
    right: -48px !important;
  }

  .xxl\:-right-52 {
    right: -52px !important;
  }

  .xxl\:-right-64 {
    right: -64px !important;
  }

  .xxl\:-right-72 {
    right: -72px !important;
  }

  .xxl\:-right-74 {
    right: -74px !important;
  }

  .xxl\:-right-77 {
    right: -77px !important;
  }

  .xxl\:-right-84 {
    right: -84px !important;
  }

  .xxl\:-right-96 {
    right: -96px !important;
  }

  .xxl\:-right-98 {
    right: -98px !important;
  }

  .xxl\:-right-100 {
    right: -100px !important;
  }

  .xxl\:-right-105 {
    right: -105px !important;
  }

  .xxl\:-right-114 {
    right: -114px !important;
  }

  .xxl\:-right-115 {
    right: -115px !important;
  }

  .xxl\:-right-120 {
    right: -120px !important;
  }

  .xxl\:-right-128 {
    right: -128px !important;
  }

  .xxl\:-right-156 {
    right: -156px !important;
  }

  .xxl\:-right-200 {
    right: -200px !important;
  }

  .xxl\:-right-256 {
    right: -256px !important;
  }

  .xxl\:-right-px {
    right: -1px !important;
  }

  .xxl\:right-1\/2 {
    right: 50% !important;
  }

  .xxl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xxl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xxl\:right-1\/4 {
    right: 25% !important;
  }

  .xxl\:right-2\/4 {
    right: 50% !important;
  }

  .xxl\:right-3\/4 {
    right: 75% !important;
  }

  .xxl\:right-full {
    right: 100% !important;
  }

  .xxl\:-right-1\/2 {
    right: -50% !important;
  }

  .xxl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xxl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xxl\:-right-1\/4 {
    right: -25% !important;
  }

  .xxl\:-right-2\/4 {
    right: -50% !important;
  }

  .xxl\:-right-3\/4 {
    right: -75% !important;
  }

  .xxl\:-right-full {
    right: -100% !important;
  }

  .xxl\:bottom-0 {
    bottom: 0px !important;
  }

  .xxl\:bottom-2 {
    bottom: 2px !important;
  }

  .xxl\:bottom-3 {
    bottom: 3px !important;
  }

  .xxl\:bottom-4 {
    bottom: 4px !important;
  }

  .xxl\:bottom-6 {
    bottom: 6px !important;
  }

  .xxl\:bottom-8 {
    bottom: 8px !important;
  }

  .xxl\:bottom-10 {
    bottom: 10px !important;
  }

  .xxl\:bottom-12 {
    bottom: 12px !important;
  }

  .xxl\:bottom-14 {
    bottom: 14px !important;
  }

  .xxl\:bottom-16 {
    bottom: 16px !important;
  }

  .xxl\:bottom-20 {
    bottom: 20px !important;
  }

  .xxl\:bottom-22 {
    bottom: 22px !important;
  }

  .xxl\:bottom-24 {
    bottom: 24px !important;
  }

  .xxl\:bottom-25 {
    bottom: 25px !important;
  }

  .xxl\:bottom-27 {
    bottom: 27px !important;
  }

  .xxl\:bottom-30 {
    bottom: 30px !important;
  }

  .xxl\:bottom-36 {
    bottom: 36px !important;
  }

  .xxl\:bottom-40 {
    bottom: 40px !important;
  }

  .xxl\:bottom-42 {
    bottom: 42px !important;
  }

  .xxl\:bottom-44 {
    bottom: 44px !important;
  }

  .xxl\:bottom-48 {
    bottom: 48px !important;
  }

  .xxl\:bottom-52 {
    bottom: 52px !important;
  }

  .xxl\:bottom-64 {
    bottom: 64px !important;
  }

  .xxl\:bottom-72 {
    bottom: 72px !important;
  }

  .xxl\:bottom-74 {
    bottom: 74px !important;
  }

  .xxl\:bottom-77 {
    bottom: 77px !important;
  }

  .xxl\:bottom-84 {
    bottom: 84px !important;
  }

  .xxl\:bottom-96 {
    bottom: 96px !important;
  }

  .xxl\:bottom-98 {
    bottom: 98px !important;
  }

  .xxl\:bottom-100 {
    bottom: 100px !important;
  }

  .xxl\:bottom-105 {
    bottom: 105px !important;
  }

  .xxl\:bottom-114 {
    bottom: 114px !important;
  }

  .xxl\:bottom-115 {
    bottom: 115px !important;
  }

  .xxl\:bottom-120 {
    bottom: 120px !important;
  }

  .xxl\:bottom-128 {
    bottom: 128px !important;
  }

  .xxl\:bottom-156 {
    bottom: 156px !important;
  }

  .xxl\:bottom-200 {
    bottom: 200px !important;
  }

  .xxl\:bottom-256 {
    bottom: 256px !important;
  }

  .xxl\:bottom-auto {
    bottom: auto !important;
  }

  .xxl\:bottom-px {
    bottom: 1px !important;
  }

  .xxl\:-bottom-0 {
    bottom: 0px !important;
  }

  .xxl\:-bottom-2 {
    bottom: -2px !important;
  }

  .xxl\:-bottom-3 {
    bottom: -3px !important;
  }

  .xxl\:-bottom-4 {
    bottom: -4px !important;
  }

  .xxl\:-bottom-6 {
    bottom: -6px !important;
  }

  .xxl\:-bottom-8 {
    bottom: -8px !important;
  }

  .xxl\:-bottom-10 {
    bottom: -10px !important;
  }

  .xxl\:-bottom-12 {
    bottom: -12px !important;
  }

  .xxl\:-bottom-14 {
    bottom: -14px !important;
  }

  .xxl\:-bottom-16 {
    bottom: -16px !important;
  }

  .xxl\:-bottom-20 {
    bottom: -20px !important;
  }

  .xxl\:-bottom-22 {
    bottom: -22px !important;
  }

  .xxl\:-bottom-24 {
    bottom: -24px !important;
  }

  .xxl\:-bottom-25 {
    bottom: -25px !important;
  }

  .xxl\:-bottom-27 {
    bottom: -27px !important;
  }

  .xxl\:-bottom-30 {
    bottom: -30px !important;
  }

  .xxl\:-bottom-36 {
    bottom: -36px !important;
  }

  .xxl\:-bottom-40 {
    bottom: -40px !important;
  }

  .xxl\:-bottom-42 {
    bottom: -42px !important;
  }

  .xxl\:-bottom-44 {
    bottom: -44px !important;
  }

  .xxl\:-bottom-48 {
    bottom: -48px !important;
  }

  .xxl\:-bottom-52 {
    bottom: -52px !important;
  }

  .xxl\:-bottom-64 {
    bottom: -64px !important;
  }

  .xxl\:-bottom-72 {
    bottom: -72px !important;
  }

  .xxl\:-bottom-74 {
    bottom: -74px !important;
  }

  .xxl\:-bottom-77 {
    bottom: -77px !important;
  }

  .xxl\:-bottom-84 {
    bottom: -84px !important;
  }

  .xxl\:-bottom-96 {
    bottom: -96px !important;
  }

  .xxl\:-bottom-98 {
    bottom: -98px !important;
  }

  .xxl\:-bottom-100 {
    bottom: -100px !important;
  }

  .xxl\:-bottom-105 {
    bottom: -105px !important;
  }

  .xxl\:-bottom-114 {
    bottom: -114px !important;
  }

  .xxl\:-bottom-115 {
    bottom: -115px !important;
  }

  .xxl\:-bottom-120 {
    bottom: -120px !important;
  }

  .xxl\:-bottom-128 {
    bottom: -128px !important;
  }

  .xxl\:-bottom-156 {
    bottom: -156px !important;
  }

  .xxl\:-bottom-200 {
    bottom: -200px !important;
  }

  .xxl\:-bottom-256 {
    bottom: -256px !important;
  }

  .xxl\:-bottom-px {
    bottom: -1px !important;
  }

  .xxl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xxl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xxl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xxl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xxl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xxl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xxl\:bottom-full {
    bottom: 100% !important;
  }

  .xxl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xxl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xxl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xxl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xxl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xxl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xxl\:-bottom-full {
    bottom: -100% !important;
  }

  .xxl\:left-0 {
    left: 0px !important;
  }

  .xxl\:left-2 {
    left: 2px !important;
  }

  .xxl\:left-3 {
    left: 3px !important;
  }

  .xxl\:left-4 {
    left: 4px !important;
  }

  .xxl\:left-6 {
    left: 6px !important;
  }

  .xxl\:left-8 {
    left: 8px !important;
  }

  .xxl\:left-10 {
    left: 10px !important;
  }

  .xxl\:left-12 {
    left: 12px !important;
  }

  .xxl\:left-14 {
    left: 14px !important;
  }

  .xxl\:left-16 {
    left: 16px !important;
  }

  .xxl\:left-20 {
    left: 20px !important;
  }

  .xxl\:left-22 {
    left: 22px !important;
  }

  .xxl\:left-24 {
    left: 24px !important;
  }

  .xxl\:left-25 {
    left: 25px !important;
  }

  .xxl\:left-27 {
    left: 27px !important;
  }

  .xxl\:left-30 {
    left: 30px !important;
  }

  .xxl\:left-36 {
    left: 36px !important;
  }

  .xxl\:left-40 {
    left: 40px !important;
  }

  .xxl\:left-42 {
    left: 42px !important;
  }

  .xxl\:left-44 {
    left: 44px !important;
  }

  .xxl\:left-48 {
    left: 48px !important;
  }

  .xxl\:left-52 {
    left: 52px !important;
  }

  .xxl\:left-64 {
    left: 64px !important;
  }

  .xxl\:left-72 {
    left: 72px !important;
  }

  .xxl\:left-74 {
    left: 74px !important;
  }

  .xxl\:left-77 {
    left: 77px !important;
  }

  .xxl\:left-84 {
    left: 84px !important;
  }

  .xxl\:left-96 {
    left: 96px !important;
  }

  .xxl\:left-98 {
    left: 98px !important;
  }

  .xxl\:left-100 {
    left: 100px !important;
  }

  .xxl\:left-105 {
    left: 105px !important;
  }

  .xxl\:left-114 {
    left: 114px !important;
  }

  .xxl\:left-115 {
    left: 115px !important;
  }

  .xxl\:left-120 {
    left: 120px !important;
  }

  .xxl\:left-128 {
    left: 128px !important;
  }

  .xxl\:left-156 {
    left: 156px !important;
  }

  .xxl\:left-200 {
    left: 200px !important;
  }

  .xxl\:left-256 {
    left: 256px !important;
  }

  .xxl\:left-auto {
    left: auto !important;
  }

  .xxl\:left-px {
    left: 1px !important;
  }

  .xxl\:-left-0 {
    left: 0px !important;
  }

  .xxl\:-left-2 {
    left: -2px !important;
  }

  .xxl\:-left-3 {
    left: -3px !important;
  }

  .xxl\:-left-4 {
    left: -4px !important;
  }

  .xxl\:-left-6 {
    left: -6px !important;
  }

  .xxl\:-left-8 {
    left: -8px !important;
  }

  .xxl\:-left-10 {
    left: -10px !important;
  }

  .xxl\:-left-12 {
    left: -12px !important;
  }

  .xxl\:-left-14 {
    left: -14px !important;
  }

  .xxl\:-left-16 {
    left: -16px !important;
  }

  .xxl\:-left-20 {
    left: -20px !important;
  }

  .xxl\:-left-22 {
    left: -22px !important;
  }

  .xxl\:-left-24 {
    left: -24px !important;
  }

  .xxl\:-left-25 {
    left: -25px !important;
  }

  .xxl\:-left-27 {
    left: -27px !important;
  }

  .xxl\:-left-30 {
    left: -30px !important;
  }

  .xxl\:-left-36 {
    left: -36px !important;
  }

  .xxl\:-left-40 {
    left: -40px !important;
  }

  .xxl\:-left-42 {
    left: -42px !important;
  }

  .xxl\:-left-44 {
    left: -44px !important;
  }

  .xxl\:-left-48 {
    left: -48px !important;
  }

  .xxl\:-left-52 {
    left: -52px !important;
  }

  .xxl\:-left-64 {
    left: -64px !important;
  }

  .xxl\:-left-72 {
    left: -72px !important;
  }

  .xxl\:-left-74 {
    left: -74px !important;
  }

  .xxl\:-left-77 {
    left: -77px !important;
  }

  .xxl\:-left-84 {
    left: -84px !important;
  }

  .xxl\:-left-96 {
    left: -96px !important;
  }

  .xxl\:-left-98 {
    left: -98px !important;
  }

  .xxl\:-left-100 {
    left: -100px !important;
  }

  .xxl\:-left-105 {
    left: -105px !important;
  }

  .xxl\:-left-114 {
    left: -114px !important;
  }

  .xxl\:-left-115 {
    left: -115px !important;
  }

  .xxl\:-left-120 {
    left: -120px !important;
  }

  .xxl\:-left-128 {
    left: -128px !important;
  }

  .xxl\:-left-156 {
    left: -156px !important;
  }

  .xxl\:-left-200 {
    left: -200px !important;
  }

  .xxl\:-left-256 {
    left: -256px !important;
  }

  .xxl\:-left-px {
    left: -1px !important;
  }

  .xxl\:left-1\/2 {
    left: 50% !important;
  }

  .xxl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xxl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xxl\:left-1\/4 {
    left: 25% !important;
  }

  .xxl\:left-2\/4 {
    left: 50% !important;
  }

  .xxl\:left-3\/4 {
    left: 75% !important;
  }

  .xxl\:left-full {
    left: 100% !important;
  }

  .xxl\:-left-1\/2 {
    left: -50% !important;
  }

  .xxl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xxl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xxl\:-left-1\/4 {
    left: -25% !important;
  }

  .xxl\:-left-2\/4 {
    left: -50% !important;
  }

  .xxl\:-left-3\/4 {
    left: -75% !important;
  }

  .xxl\:-left-full {
    left: -100% !important;
  }

  .xxl\:isolate {
    isolation: isolate !important;
  }

  .xxl\:isolation-auto {
    isolation: auto !important;
  }

  .xxl\:z-0 {
    z-index: 0 !important;
  }

  .xxl\:z-1 {
    z-index: 1 !important;
  }

  .xxl\:z-10 {
    z-index: 10 !important;
  }

  .xxl\:z-20 {
    z-index: 20 !important;
  }

  .xxl\:z-30 {
    z-index: 30 !important;
  }

  .xxl\:z-40 {
    z-index: 40 !important;
  }

  .xxl\:z-50 {
    z-index: 50 !important;
  }

  .xxl\:z-auto {
    z-index: auto !important;
  }

  .xxl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xxl\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .xxl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xxl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xxl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xxl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xxl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xxl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xxl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xxl\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .xxl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xxl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xxl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xxl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xxl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xxl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xxl\:order-1 {
    order: 1 !important;
  }

  .xxl\:order-2 {
    order: 2 !important;
  }

  .xxl\:order-3 {
    order: 3 !important;
  }

  .xxl\:order-4 {
    order: 4 !important;
  }

  .xxl\:order-5 {
    order: 5 !important;
  }

  .xxl\:order-6 {
    order: 6 !important;
  }

  .xxl\:order-7 {
    order: 7 !important;
  }

  .xxl\:order-8 {
    order: 8 !important;
  }

  .xxl\:order-9 {
    order: 9 !important;
  }

  .xxl\:order-10 {
    order: 10 !important;
  }

  .xxl\:order-11 {
    order: 11 !important;
  }

  .xxl\:order-12 {
    order: 12 !important;
  }

  .xxl\:order-first {
    order: -9999 !important;
  }

  .xxl\:order-last {
    order: 9999 !important;
  }

  .xxl\:order-none {
    order: 0 !important;
  }

  .xxl\:col-auto {
    grid-column: auto !important;
  }

  .xxl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xxl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xxl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xxl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xxl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xxl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xxl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xxl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xxl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xxl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xxl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xxl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xxl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xxl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xxl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xxl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xxl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xxl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xxl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xxl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xxl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xxl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xxl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xxl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xxl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xxl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xxl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xxl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xxl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xxl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xxl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xxl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xxl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xxl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xxl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xxl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xxl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xxl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xxl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xxl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xxl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xxl\:row-auto {
    grid-row: auto !important;
  }

  .xxl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xxl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xxl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xxl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xxl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xxl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xxl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xxl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xxl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xxl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xxl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xxl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xxl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xxl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xxl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xxl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xxl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xxl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xxl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xxl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xxl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xxl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xxl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xxl\:float-right {
    float: right !important;
  }

  .xxl\:float-left {
    float: left !important;
  }

  .xxl\:float-none {
    float: none !important;
  }

  .xxl\:clear-left {
    clear: left !important;
  }

  .xxl\:clear-right {
    clear: right !important;
  }

  .xxl\:clear-both {
    clear: both !important;
  }

  .xxl\:clear-none {
    clear: none !important;
  }

  .xxl\:m-0 {
    margin: 0px !important;
  }

  .xxl\:m-2 {
    margin: 2px !important;
  }

  .xxl\:m-3 {
    margin: 3px !important;
  }

  .xxl\:m-4 {
    margin: 4px !important;
  }

  .xxl\:m-6 {
    margin: 6px !important;
  }

  .xxl\:m-8 {
    margin: 8px !important;
  }

  .xxl\:m-10 {
    margin: 10px !important;
  }

  .xxl\:m-12 {
    margin: 12px !important;
  }

  .xxl\:m-14 {
    margin: 14px !important;
  }

  .xxl\:m-16 {
    margin: 16px !important;
  }

  .xxl\:m-20 {
    margin: 20px !important;
  }

  .xxl\:m-22 {
    margin: 22px !important;
  }

  .xxl\:m-24 {
    margin: 24px !important;
  }

  .xxl\:m-25 {
    margin: 25px !important;
  }

  .xxl\:m-27 {
    margin: 27px !important;
  }

  .xxl\:m-30 {
    margin: 30px !important;
  }

  .xxl\:m-36 {
    margin: 36px !important;
  }

  .xxl\:m-40 {
    margin: 40px !important;
  }

  .xxl\:m-42 {
    margin: 42px !important;
  }

  .xxl\:m-44 {
    margin: 44px !important;
  }

  .xxl\:m-48 {
    margin: 48px !important;
  }

  .xxl\:m-52 {
    margin: 52px !important;
  }

  .xxl\:m-64 {
    margin: 64px !important;
  }

  .xxl\:m-72 {
    margin: 72px !important;
  }

  .xxl\:m-74 {
    margin: 74px !important;
  }

  .xxl\:m-77 {
    margin: 77px !important;
  }

  .xxl\:m-84 {
    margin: 84px !important;
  }

  .xxl\:m-96 {
    margin: 96px !important;
  }

  .xxl\:m-98 {
    margin: 98px !important;
  }

  .xxl\:m-100 {
    margin: 100px !important;
  }

  .xxl\:m-105 {
    margin: 105px !important;
  }

  .xxl\:m-114 {
    margin: 114px !important;
  }

  .xxl\:m-115 {
    margin: 115px !important;
  }

  .xxl\:m-120 {
    margin: 120px !important;
  }

  .xxl\:m-128 {
    margin: 128px !important;
  }

  .xxl\:m-156 {
    margin: 156px !important;
  }

  .xxl\:m-200 {
    margin: 200px !important;
  }

  .xxl\:m-256 {
    margin: 256px !important;
  }

  .xxl\:m-auto {
    margin: auto !important;
  }

  .xxl\:m-px {
    margin: 1px !important;
  }

  .xxl\:-m-0 {
    margin: 0px !important;
  }

  .xxl\:-m-2 {
    margin: -2px !important;
  }

  .xxl\:-m-3 {
    margin: -3px !important;
  }

  .xxl\:-m-4 {
    margin: -4px !important;
  }

  .xxl\:-m-6 {
    margin: -6px !important;
  }

  .xxl\:-m-8 {
    margin: -8px !important;
  }

  .xxl\:-m-10 {
    margin: -10px !important;
  }

  .xxl\:-m-12 {
    margin: -12px !important;
  }

  .xxl\:-m-14 {
    margin: -14px !important;
  }

  .xxl\:-m-16 {
    margin: -16px !important;
  }

  .xxl\:-m-20 {
    margin: -20px !important;
  }

  .xxl\:-m-22 {
    margin: -22px !important;
  }

  .xxl\:-m-24 {
    margin: -24px !important;
  }

  .xxl\:-m-25 {
    margin: -25px !important;
  }

  .xxl\:-m-27 {
    margin: -27px !important;
  }

  .xxl\:-m-30 {
    margin: -30px !important;
  }

  .xxl\:-m-36 {
    margin: -36px !important;
  }

  .xxl\:-m-40 {
    margin: -40px !important;
  }

  .xxl\:-m-42 {
    margin: -42px !important;
  }

  .xxl\:-m-44 {
    margin: -44px !important;
  }

  .xxl\:-m-48 {
    margin: -48px !important;
  }

  .xxl\:-m-52 {
    margin: -52px !important;
  }

  .xxl\:-m-64 {
    margin: -64px !important;
  }

  .xxl\:-m-72 {
    margin: -72px !important;
  }

  .xxl\:-m-74 {
    margin: -74px !important;
  }

  .xxl\:-m-77 {
    margin: -77px !important;
  }

  .xxl\:-m-84 {
    margin: -84px !important;
  }

  .xxl\:-m-96 {
    margin: -96px !important;
  }

  .xxl\:-m-98 {
    margin: -98px !important;
  }

  .xxl\:-m-100 {
    margin: -100px !important;
  }

  .xxl\:-m-105 {
    margin: -105px !important;
  }

  .xxl\:-m-114 {
    margin: -114px !important;
  }

  .xxl\:-m-115 {
    margin: -115px !important;
  }

  .xxl\:-m-120 {
    margin: -120px !important;
  }

  .xxl\:-m-128 {
    margin: -128px !important;
  }

  .xxl\:-m-156 {
    margin: -156px !important;
  }

  .xxl\:-m-200 {
    margin: -200px !important;
  }

  .xxl\:-m-256 {
    margin: -256px !important;
  }

  .xxl\:-m-px {
    margin: -1px !important;
  }

  .xxl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxl\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xxl\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xxl\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xxl\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .xxl\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xxl\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xxl\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .xxl\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xxl\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .xxl\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xxl\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .xxl\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xxl\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xxl\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .xxl\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xxl\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xxl\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .xxl\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .xxl\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xxl\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xxl\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .xxl\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xxl\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .xxl\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .xxl\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .xxl\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xxl\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .xxl\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .xxl\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xxl\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .xxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xxl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxl\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xxl\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xxl\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xxl\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .xxl\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xxl\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xxl\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xxl\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .xxl\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xxl\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xxl\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .xxl\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xxl\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xxl\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .xxl\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xxl\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xxl\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xxl\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .xxl\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xxl\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xxl\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xxl\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xxl\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xxl\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .xxl\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .xxl\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xxl\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xxl\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .xxl\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xxl\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .xxl\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .xxl\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .xxl\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xxl\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .xxl\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .xxl\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xxl\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .xxl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xxl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxl\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xxl\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xxl\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xxl\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .xxl\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xxl\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xxl\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .xxl\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xxl\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .xxl\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xxl\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .xxl\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xxl\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xxl\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .xxl\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xxl\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xxl\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .xxl\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .xxl\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xxl\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xxl\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .xxl\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xxl\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .xxl\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .xxl\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .xxl\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xxl\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .xxl\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .xxl\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xxl\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xxl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxl\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xxl\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xxl\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xxl\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .xxl\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xxl\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xxl\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xxl\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .xxl\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xxl\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xxl\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .xxl\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xxl\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xxl\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .xxl\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xxl\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xxl\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xxl\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .xxl\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xxl\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xxl\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xxl\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xxl\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xxl\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .xxl\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .xxl\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xxl\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xxl\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .xxl\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xxl\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .xxl\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .xxl\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .xxl\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xxl\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .xxl\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .xxl\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xxl\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .xxl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xxl\:mt-0 {
    margin-top: 0px !important;
  }

  .xxl\:mt-2 {
    margin-top: 2px !important;
  }

  .xxl\:mt-3 {
    margin-top: 3px !important;
  }

  .xxl\:mt-4 {
    margin-top: 4px !important;
  }

  .xxl\:mt-6 {
    margin-top: 6px !important;
  }

  .xxl\:mt-8 {
    margin-top: 8px !important;
  }

  .xxl\:mt-10 {
    margin-top: 10px !important;
  }

  .xxl\:mt-12 {
    margin-top: 12px !important;
  }

  .xxl\:mt-14 {
    margin-top: 14px !important;
  }

  .xxl\:mt-16 {
    margin-top: 16px !important;
  }

  .xxl\:mt-20 {
    margin-top: 20px !important;
  }

  .xxl\:mt-22 {
    margin-top: 22px !important;
  }

  .xxl\:mt-24 {
    margin-top: 24px !important;
  }

  .xxl\:mt-25 {
    margin-top: 25px !important;
  }

  .xxl\:mt-27 {
    margin-top: 27px !important;
  }

  .xxl\:mt-30 {
    margin-top: 30px !important;
  }

  .xxl\:mt-36 {
    margin-top: 36px !important;
  }

  .xxl\:mt-40 {
    margin-top: 40px !important;
  }

  .xxl\:mt-42 {
    margin-top: 42px !important;
  }

  .xxl\:mt-44 {
    margin-top: 44px !important;
  }

  .xxl\:mt-48 {
    margin-top: 48px !important;
  }

  .xxl\:mt-52 {
    margin-top: 52px !important;
  }

  .xxl\:mt-64 {
    margin-top: 64px !important;
  }

  .xxl\:mt-72 {
    margin-top: 72px !important;
  }

  .xxl\:mt-74 {
    margin-top: 74px !important;
  }

  .xxl\:mt-77 {
    margin-top: 77px !important;
  }

  .xxl\:mt-84 {
    margin-top: 84px !important;
  }

  .xxl\:mt-96 {
    margin-top: 96px !important;
  }

  .xxl\:mt-98 {
    margin-top: 98px !important;
  }

  .xxl\:mt-100 {
    margin-top: 100px !important;
  }

  .xxl\:mt-105 {
    margin-top: 105px !important;
  }

  .xxl\:mt-114 {
    margin-top: 114px !important;
  }

  .xxl\:mt-115 {
    margin-top: 115px !important;
  }

  .xxl\:mt-120 {
    margin-top: 120px !important;
  }

  .xxl\:mt-128 {
    margin-top: 128px !important;
  }

  .xxl\:mt-156 {
    margin-top: 156px !important;
  }

  .xxl\:mt-200 {
    margin-top: 200px !important;
  }

  .xxl\:mt-256 {
    margin-top: 256px !important;
  }

  .xxl\:mt-auto {
    margin-top: auto !important;
  }

  .xxl\:mt-px {
    margin-top: 1px !important;
  }

  .xxl\:-mt-0 {
    margin-top: 0px !important;
  }

  .xxl\:-mt-2 {
    margin-top: -2px !important;
  }

  .xxl\:-mt-3 {
    margin-top: -3px !important;
  }

  .xxl\:-mt-4 {
    margin-top: -4px !important;
  }

  .xxl\:-mt-6 {
    margin-top: -6px !important;
  }

  .xxl\:-mt-8 {
    margin-top: -8px !important;
  }

  .xxl\:-mt-10 {
    margin-top: -10px !important;
  }

  .xxl\:-mt-12 {
    margin-top: -12px !important;
  }

  .xxl\:-mt-14 {
    margin-top: -14px !important;
  }

  .xxl\:-mt-16 {
    margin-top: -16px !important;
  }

  .xxl\:-mt-20 {
    margin-top: -20px !important;
  }

  .xxl\:-mt-22 {
    margin-top: -22px !important;
  }

  .xxl\:-mt-24 {
    margin-top: -24px !important;
  }

  .xxl\:-mt-25 {
    margin-top: -25px !important;
  }

  .xxl\:-mt-27 {
    margin-top: -27px !important;
  }

  .xxl\:-mt-30 {
    margin-top: -30px !important;
  }

  .xxl\:-mt-36 {
    margin-top: -36px !important;
  }

  .xxl\:-mt-40 {
    margin-top: -40px !important;
  }

  .xxl\:-mt-42 {
    margin-top: -42px !important;
  }

  .xxl\:-mt-44 {
    margin-top: -44px !important;
  }

  .xxl\:-mt-48 {
    margin-top: -48px !important;
  }

  .xxl\:-mt-52 {
    margin-top: -52px !important;
  }

  .xxl\:-mt-64 {
    margin-top: -64px !important;
  }

  .xxl\:-mt-72 {
    margin-top: -72px !important;
  }

  .xxl\:-mt-74 {
    margin-top: -74px !important;
  }

  .xxl\:-mt-77 {
    margin-top: -77px !important;
  }

  .xxl\:-mt-84 {
    margin-top: -84px !important;
  }

  .xxl\:-mt-96 {
    margin-top: -96px !important;
  }

  .xxl\:-mt-98 {
    margin-top: -98px !important;
  }

  .xxl\:-mt-100 {
    margin-top: -100px !important;
  }

  .xxl\:-mt-105 {
    margin-top: -105px !important;
  }

  .xxl\:-mt-114 {
    margin-top: -114px !important;
  }

  .xxl\:-mt-115 {
    margin-top: -115px !important;
  }

  .xxl\:-mt-120 {
    margin-top: -120px !important;
  }

  .xxl\:-mt-128 {
    margin-top: -128px !important;
  }

  .xxl\:-mt-156 {
    margin-top: -156px !important;
  }

  .xxl\:-mt-200 {
    margin-top: -200px !important;
  }

  .xxl\:-mt-256 {
    margin-top: -256px !important;
  }

  .xxl\:-mt-px {
    margin-top: -1px !important;
  }

  .xxl\:mr-0 {
    margin-right: 0px !important;
  }

  .xxl\:mr-2 {
    margin-right: 2px !important;
  }

  .xxl\:mr-3 {
    margin-right: 3px !important;
  }

  .xxl\:mr-4 {
    margin-right: 4px !important;
  }

  .xxl\:mr-6 {
    margin-right: 6px !important;
  }

  .xxl\:mr-8 {
    margin-right: 8px !important;
  }

  .xxl\:mr-10 {
    margin-right: 10px !important;
  }

  .xxl\:mr-12 {
    margin-right: 12px !important;
  }

  .xxl\:mr-14 {
    margin-right: 14px !important;
  }

  .xxl\:mr-16 {
    margin-right: 16px !important;
  }

  .xxl\:mr-20 {
    margin-right: 20px !important;
  }

  .xxl\:mr-22 {
    margin-right: 22px !important;
  }

  .xxl\:mr-24 {
    margin-right: 24px !important;
  }

  .xxl\:mr-25 {
    margin-right: 25px !important;
  }

  .xxl\:mr-27 {
    margin-right: 27px !important;
  }

  .xxl\:mr-30 {
    margin-right: 30px !important;
  }

  .xxl\:mr-36 {
    margin-right: 36px !important;
  }

  .xxl\:mr-40 {
    margin-right: 40px !important;
  }

  .xxl\:mr-42 {
    margin-right: 42px !important;
  }

  .xxl\:mr-44 {
    margin-right: 44px !important;
  }

  .xxl\:mr-48 {
    margin-right: 48px !important;
  }

  .xxl\:mr-52 {
    margin-right: 52px !important;
  }

  .xxl\:mr-64 {
    margin-right: 64px !important;
  }

  .xxl\:mr-72 {
    margin-right: 72px !important;
  }

  .xxl\:mr-74 {
    margin-right: 74px !important;
  }

  .xxl\:mr-77 {
    margin-right: 77px !important;
  }

  .xxl\:mr-84 {
    margin-right: 84px !important;
  }

  .xxl\:mr-96 {
    margin-right: 96px !important;
  }

  .xxl\:mr-98 {
    margin-right: 98px !important;
  }

  .xxl\:mr-100 {
    margin-right: 100px !important;
  }

  .xxl\:mr-105 {
    margin-right: 105px !important;
  }

  .xxl\:mr-114 {
    margin-right: 114px !important;
  }

  .xxl\:mr-115 {
    margin-right: 115px !important;
  }

  .xxl\:mr-120 {
    margin-right: 120px !important;
  }

  .xxl\:mr-128 {
    margin-right: 128px !important;
  }

  .xxl\:mr-156 {
    margin-right: 156px !important;
  }

  .xxl\:mr-200 {
    margin-right: 200px !important;
  }

  .xxl\:mr-256 {
    margin-right: 256px !important;
  }

  .xxl\:mr-auto {
    margin-right: auto !important;
  }

  .xxl\:mr-px {
    margin-right: 1px !important;
  }

  .xxl\:-mr-0 {
    margin-right: 0px !important;
  }

  .xxl\:-mr-2 {
    margin-right: -2px !important;
  }

  .xxl\:-mr-3 {
    margin-right: -3px !important;
  }

  .xxl\:-mr-4 {
    margin-right: -4px !important;
  }

  .xxl\:-mr-6 {
    margin-right: -6px !important;
  }

  .xxl\:-mr-8 {
    margin-right: -8px !important;
  }

  .xxl\:-mr-10 {
    margin-right: -10px !important;
  }

  .xxl\:-mr-12 {
    margin-right: -12px !important;
  }

  .xxl\:-mr-14 {
    margin-right: -14px !important;
  }

  .xxl\:-mr-16 {
    margin-right: -16px !important;
  }

  .xxl\:-mr-20 {
    margin-right: -20px !important;
  }

  .xxl\:-mr-22 {
    margin-right: -22px !important;
  }

  .xxl\:-mr-24 {
    margin-right: -24px !important;
  }

  .xxl\:-mr-25 {
    margin-right: -25px !important;
  }

  .xxl\:-mr-27 {
    margin-right: -27px !important;
  }

  .xxl\:-mr-30 {
    margin-right: -30px !important;
  }

  .xxl\:-mr-36 {
    margin-right: -36px !important;
  }

  .xxl\:-mr-40 {
    margin-right: -40px !important;
  }

  .xxl\:-mr-42 {
    margin-right: -42px !important;
  }

  .xxl\:-mr-44 {
    margin-right: -44px !important;
  }

  .xxl\:-mr-48 {
    margin-right: -48px !important;
  }

  .xxl\:-mr-52 {
    margin-right: -52px !important;
  }

  .xxl\:-mr-64 {
    margin-right: -64px !important;
  }

  .xxl\:-mr-72 {
    margin-right: -72px !important;
  }

  .xxl\:-mr-74 {
    margin-right: -74px !important;
  }

  .xxl\:-mr-77 {
    margin-right: -77px !important;
  }

  .xxl\:-mr-84 {
    margin-right: -84px !important;
  }

  .xxl\:-mr-96 {
    margin-right: -96px !important;
  }

  .xxl\:-mr-98 {
    margin-right: -98px !important;
  }

  .xxl\:-mr-100 {
    margin-right: -100px !important;
  }

  .xxl\:-mr-105 {
    margin-right: -105px !important;
  }

  .xxl\:-mr-114 {
    margin-right: -114px !important;
  }

  .xxl\:-mr-115 {
    margin-right: -115px !important;
  }

  .xxl\:-mr-120 {
    margin-right: -120px !important;
  }

  .xxl\:-mr-128 {
    margin-right: -128px !important;
  }

  .xxl\:-mr-156 {
    margin-right: -156px !important;
  }

  .xxl\:-mr-200 {
    margin-right: -200px !important;
  }

  .xxl\:-mr-256 {
    margin-right: -256px !important;
  }

  .xxl\:-mr-px {
    margin-right: -1px !important;
  }

  .xxl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xxl\:mb-2 {
    margin-bottom: 2px !important;
  }

  .xxl\:mb-3 {
    margin-bottom: 3px !important;
  }

  .xxl\:mb-4 {
    margin-bottom: 4px !important;
  }

  .xxl\:mb-6 {
    margin-bottom: 6px !important;
  }

  .xxl\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xxl\:mb-10 {
    margin-bottom: 10px !important;
  }

  .xxl\:mb-12 {
    margin-bottom: 12px !important;
  }

  .xxl\:mb-14 {
    margin-bottom: 14px !important;
  }

  .xxl\:mb-16 {
    margin-bottom: 16px !important;
  }

  .xxl\:mb-20 {
    margin-bottom: 20px !important;
  }

  .xxl\:mb-22 {
    margin-bottom: 22px !important;
  }

  .xxl\:mb-24 {
    margin-bottom: 24px !important;
  }

  .xxl\:mb-25 {
    margin-bottom: 25px !important;
  }

  .xxl\:mb-27 {
    margin-bottom: 27px !important;
  }

  .xxl\:mb-30 {
    margin-bottom: 30px !important;
  }

  .xxl\:mb-36 {
    margin-bottom: 36px !important;
  }

  .xxl\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xxl\:mb-42 {
    margin-bottom: 42px !important;
  }

  .xxl\:mb-44 {
    margin-bottom: 44px !important;
  }

  .xxl\:mb-48 {
    margin-bottom: 48px !important;
  }

  .xxl\:mb-52 {
    margin-bottom: 52px !important;
  }

  .xxl\:mb-64 {
    margin-bottom: 64px !important;
  }

  .xxl\:mb-72 {
    margin-bottom: 72px !important;
  }

  .xxl\:mb-74 {
    margin-bottom: 74px !important;
  }

  .xxl\:mb-77 {
    margin-bottom: 77px !important;
  }

  .xxl\:mb-84 {
    margin-bottom: 84px !important;
  }

  .xxl\:mb-96 {
    margin-bottom: 96px !important;
  }

  .xxl\:mb-98 {
    margin-bottom: 98px !important;
  }

  .xxl\:mb-100 {
    margin-bottom: 100px !important;
  }

  .xxl\:mb-105 {
    margin-bottom: 105px !important;
  }

  .xxl\:mb-114 {
    margin-bottom: 114px !important;
  }

  .xxl\:mb-115 {
    margin-bottom: 115px !important;
  }

  .xxl\:mb-120 {
    margin-bottom: 120px !important;
  }

  .xxl\:mb-128 {
    margin-bottom: 128px !important;
  }

  .xxl\:mb-156 {
    margin-bottom: 156px !important;
  }

  .xxl\:mb-200 {
    margin-bottom: 200px !important;
  }

  .xxl\:mb-256 {
    margin-bottom: 256px !important;
  }

  .xxl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xxl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xxl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xxl\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .xxl\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .xxl\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .xxl\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .xxl\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .xxl\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .xxl\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .xxl\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .xxl\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .xxl\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .xxl\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .xxl\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .xxl\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .xxl\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .xxl\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .xxl\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .xxl\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .xxl\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .xxl\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .xxl\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .xxl\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .xxl\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .xxl\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .xxl\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .xxl\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .xxl\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .xxl\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .xxl\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .xxl\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .xxl\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .xxl\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .xxl\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .xxl\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .xxl\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .xxl\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .xxl\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .xxl\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .xxl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xxl\:ml-0 {
    margin-left: 0px !important;
  }

  .xxl\:ml-2 {
    margin-left: 2px !important;
  }

  .xxl\:ml-3 {
    margin-left: 3px !important;
  }

  .xxl\:ml-4 {
    margin-left: 4px !important;
  }

  .xxl\:ml-6 {
    margin-left: 6px !important;
  }

  .xxl\:ml-8 {
    margin-left: 8px !important;
  }

  .xxl\:ml-10 {
    margin-left: 10px !important;
  }

  .xxl\:ml-12 {
    margin-left: 12px !important;
  }

  .xxl\:ml-14 {
    margin-left: 14px !important;
  }

  .xxl\:ml-16 {
    margin-left: 16px !important;
  }

  .xxl\:ml-20 {
    margin-left: 20px !important;
  }

  .xxl\:ml-22 {
    margin-left: 22px !important;
  }

  .xxl\:ml-24 {
    margin-left: 24px !important;
  }

  .xxl\:ml-25 {
    margin-left: 25px !important;
  }

  .xxl\:ml-27 {
    margin-left: 27px !important;
  }

  .xxl\:ml-30 {
    margin-left: 30px !important;
  }

  .xxl\:ml-36 {
    margin-left: 36px !important;
  }

  .xxl\:ml-40 {
    margin-left: 40px !important;
  }

  .xxl\:ml-42 {
    margin-left: 42px !important;
  }

  .xxl\:ml-44 {
    margin-left: 44px !important;
  }

  .xxl\:ml-48 {
    margin-left: 48px !important;
  }

  .xxl\:ml-52 {
    margin-left: 52px !important;
  }

  .xxl\:ml-64 {
    margin-left: 64px !important;
  }

  .xxl\:ml-72 {
    margin-left: 72px !important;
  }

  .xxl\:ml-74 {
    margin-left: 74px !important;
  }

  .xxl\:ml-77 {
    margin-left: 77px !important;
  }

  .xxl\:ml-84 {
    margin-left: 84px !important;
  }

  .xxl\:ml-96 {
    margin-left: 96px !important;
  }

  .xxl\:ml-98 {
    margin-left: 98px !important;
  }

  .xxl\:ml-100 {
    margin-left: 100px !important;
  }

  .xxl\:ml-105 {
    margin-left: 105px !important;
  }

  .xxl\:ml-114 {
    margin-left: 114px !important;
  }

  .xxl\:ml-115 {
    margin-left: 115px !important;
  }

  .xxl\:ml-120 {
    margin-left: 120px !important;
  }

  .xxl\:ml-128 {
    margin-left: 128px !important;
  }

  .xxl\:ml-156 {
    margin-left: 156px !important;
  }

  .xxl\:ml-200 {
    margin-left: 200px !important;
  }

  .xxl\:ml-256 {
    margin-left: 256px !important;
  }

  .xxl\:ml-auto {
    margin-left: auto !important;
  }

  .xxl\:ml-px {
    margin-left: 1px !important;
  }

  .xxl\:-ml-0 {
    margin-left: 0px !important;
  }

  .xxl\:-ml-2 {
    margin-left: -2px !important;
  }

  .xxl\:-ml-3 {
    margin-left: -3px !important;
  }

  .xxl\:-ml-4 {
    margin-left: -4px !important;
  }

  .xxl\:-ml-6 {
    margin-left: -6px !important;
  }

  .xxl\:-ml-8 {
    margin-left: -8px !important;
  }

  .xxl\:-ml-10 {
    margin-left: -10px !important;
  }

  .xxl\:-ml-12 {
    margin-left: -12px !important;
  }

  .xxl\:-ml-14 {
    margin-left: -14px !important;
  }

  .xxl\:-ml-16 {
    margin-left: -16px !important;
  }

  .xxl\:-ml-20 {
    margin-left: -20px !important;
  }

  .xxl\:-ml-22 {
    margin-left: -22px !important;
  }

  .xxl\:-ml-24 {
    margin-left: -24px !important;
  }

  .xxl\:-ml-25 {
    margin-left: -25px !important;
  }

  .xxl\:-ml-27 {
    margin-left: -27px !important;
  }

  .xxl\:-ml-30 {
    margin-left: -30px !important;
  }

  .xxl\:-ml-36 {
    margin-left: -36px !important;
  }

  .xxl\:-ml-40 {
    margin-left: -40px !important;
  }

  .xxl\:-ml-42 {
    margin-left: -42px !important;
  }

  .xxl\:-ml-44 {
    margin-left: -44px !important;
  }

  .xxl\:-ml-48 {
    margin-left: -48px !important;
  }

  .xxl\:-ml-52 {
    margin-left: -52px !important;
  }

  .xxl\:-ml-64 {
    margin-left: -64px !important;
  }

  .xxl\:-ml-72 {
    margin-left: -72px !important;
  }

  .xxl\:-ml-74 {
    margin-left: -74px !important;
  }

  .xxl\:-ml-77 {
    margin-left: -77px !important;
  }

  .xxl\:-ml-84 {
    margin-left: -84px !important;
  }

  .xxl\:-ml-96 {
    margin-left: -96px !important;
  }

  .xxl\:-ml-98 {
    margin-left: -98px !important;
  }

  .xxl\:-ml-100 {
    margin-left: -100px !important;
  }

  .xxl\:-ml-105 {
    margin-left: -105px !important;
  }

  .xxl\:-ml-114 {
    margin-left: -114px !important;
  }

  .xxl\:-ml-115 {
    margin-left: -115px !important;
  }

  .xxl\:-ml-120 {
    margin-left: -120px !important;
  }

  .xxl\:-ml-128 {
    margin-left: -128px !important;
  }

  .xxl\:-ml-156 {
    margin-left: -156px !important;
  }

  .xxl\:-ml-200 {
    margin-left: -200px !important;
  }

  .xxl\:-ml-256 {
    margin-left: -256px !important;
  }

  .xxl\:-ml-px {
    margin-left: -1px !important;
  }

  .xxl\:box-border {
    box-sizing: border-box !important;
  }

  .xxl\:box-content {
    box-sizing: content-box !important;
  }

  .xxl\:block {
    display: block !important;
  }

  .xxl\:inline-block {
    display: inline-block !important;
  }

  .xxl\:inline {
    display: inline !important;
  }

  .xxl\:flex {
    display: flex !important;
  }

  .xxl\:inline-flex {
    display: inline-flex !important;
  }

  .xxl\:table {
    display: table !important;
  }

  .xxl\:inline-table {
    display: inline-table !important;
  }

  .xxl\:table-caption {
    display: table-caption !important;
  }

  .xxl\:table-cell {
    display: table-cell !important;
  }

  .xxl\:table-column {
    display: table-column !important;
  }

  .xxl\:table-column-group {
    display: table-column-group !important;
  }

  .xxl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xxl\:table-header-group {
    display: table-header-group !important;
  }

  .xxl\:table-row-group {
    display: table-row-group !important;
  }

  .xxl\:table-row {
    display: table-row !important;
  }

  .xxl\:flow-root {
    display: flow-root !important;
  }

  .xxl\:grid {
    display: grid !important;
  }

  .xxl\:inline-grid {
    display: inline-grid !important;
  }

  .xxl\:contents {
    display: contents !important;
  }

  .xxl\:list-item {
    display: list-item !important;
  }

  .xxl\:hidden {
    display: none !important;
  }

  .xxl\:h-0 {
    height: 0px !important;
  }

  .xxl\:h-2 {
    height: 2px !important;
  }

  .xxl\:h-3 {
    height: 3px !important;
  }

  .xxl\:h-4 {
    height: 4px !important;
  }

  .xxl\:h-5 {
    height: 5px !important;
  }

  .xxl\:h-6 {
    height: 6px !important;
  }

  .xxl\:h-8 {
    height: 8px !important;
  }

  .xxl\:h-10 {
    height: 10px !important;
  }

  .xxl\:h-12 {
    height: 12px !important;
  }

  .xxl\:h-14 {
    height: 14px !important;
  }

  .xxl\:h-15 {
    height: 15px !important;
  }

  .xxl\:h-16 {
    height: 16px !important;
  }

  .xxl\:h-20 {
    height: 20px !important;
  }

  .xxl\:h-22 {
    height: 22px !important;
  }

  .xxl\:h-24 {
    height: 24px !important;
  }

  .xxl\:h-25 {
    height: 25px !important;
  }

  .xxl\:h-26 {
    height: 26px !important;
  }

  .xxl\:h-27 {
    height: 27px !important;
  }

  .xxl\:h-28 {
    height: 28px !important;
  }

  .xxl\:h-30 {
    height: 30px !important;
  }

  .xxl\:h-32 {
    height: 32px !important;
  }

  .xxl\:h-33 {
    height: 33px !important;
  }

  .xxl\:h-34 {
    height: 34px !important;
  }

  .xxl\:h-35 {
    height: 35px !important;
  }

  .xxl\:h-36 {
    height: 36px !important;
  }

  .xxl\:h-38 {
    height: 38px !important;
  }

  .xxl\:h-40 {
    height: 40px !important;
  }

  .xxl\:h-42 {
    height: 42px !important;
  }

  .xxl\:h-44 {
    height: 44px !important;
  }

  .xxl\:h-45 {
    height: 45px !important;
  }

  .xxl\:h-48 {
    height: 48px !important;
  }

  .xxl\:h-50 {
    height: 50px !important;
  }

  .xxl\:h-52 {
    height: 52px !important;
  }

  .xxl\:h-55 {
    height: 55px !important;
  }

  .xxl\:h-60 {
    height: 60px !important;
  }

  .xxl\:h-64 {
    height: 64px !important;
  }

  .xxl\:h-65 {
    height: 65px !important;
  }

  .xxl\:h-70 {
    height: 70px !important;
  }

  .xxl\:h-72 {
    height: 72px !important;
  }

  .xxl\:h-74 {
    height: 74px !important;
  }

  .xxl\:h-75 {
    height: 75px !important;
  }

  .xxl\:h-77 {
    height: 77px !important;
  }

  .xxl\:h-80 {
    height: 80px !important;
  }

  .xxl\:h-84 {
    height: 84px !important;
  }

  .xxl\:h-85 {
    height: 85px !important;
  }

  .xxl\:h-90 {
    height: 90px !important;
  }

  .xxl\:h-95 {
    height: 95px !important;
  }

  .xxl\:h-96 {
    height: 96px !important;
  }

  .xxl\:h-98 {
    height: 98px !important;
  }

  .xxl\:h-100 {
    height: 100px !important;
  }

  .xxl\:h-105 {
    height: 105px !important;
  }

  .xxl\:h-110 {
    height: 110px !important;
  }

  .xxl\:h-114 {
    height: 114px !important;
  }

  .xxl\:h-115 {
    height: 115px !important;
  }

  .xxl\:h-120 {
    height: 120px !important;
  }

  .xxl\:h-125 {
    height: 125px !important;
  }

  .xxl\:h-128 {
    height: 128px !important;
  }

  .xxl\:h-130 {
    height: 130px !important;
  }

  .xxl\:h-135 {
    height: 135px !important;
  }

  .xxl\:h-140 {
    height: 140px !important;
  }

  .xxl\:h-142 {
    height: 142px !important;
  }

  .xxl\:h-145 {
    height: 145px !important;
  }

  .xxl\:h-150 {
    height: 150px !important;
  }

  .xxl\:h-156 {
    height: 156px !important;
  }

  .xxl\:h-165 {
    height: 165px !important;
  }

  .xxl\:h-170 {
    height: 170px !important;
  }

  .xxl\:h-180 {
    height: 180px !important;
  }

  .xxl\:h-185 {
    height: 185px !important;
  }

  .xxl\:h-190 {
    height: 190px !important;
  }

  .xxl\:h-200 {
    height: 200px !important;
  }

  .xxl\:h-225 {
    height: 225px !important;
  }

  .xxl\:h-256 {
    height: 256px !important;
  }

  .xxl\:h-auto {
    height: auto !important;
  }

  .xxl\:h-px {
    height: 1px !important;
  }

  .xxl\:h-1\/2 {
    height: 50% !important;
  }

  .xxl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xxl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xxl\:h-1\/4 {
    height: 25% !important;
  }

  .xxl\:h-2\/4 {
    height: 50% !important;
  }

  .xxl\:h-3\/4 {
    height: 75% !important;
  }

  .xxl\:h-1\/5 {
    height: 20% !important;
  }

  .xxl\:h-2\/5 {
    height: 40% !important;
  }

  .xxl\:h-3\/5 {
    height: 60% !important;
  }

  .xxl\:h-4\/5 {
    height: 80% !important;
  }

  .xxl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xxl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xxl\:h-3\/6 {
    height: 50% !important;
  }

  .xxl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xxl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xxl\:h-full {
    height: 100% !important;
  }

  .xxl\:h-screen {
    height: 100vh !important;
  }

  .xxl\:max-h-0 {
    max-height: 0px !important;
  }

  .xxl\:max-h-2 {
    max-height: 2px !important;
  }

  .xxl\:max-h-3 {
    max-height: 3px !important;
  }

  .xxl\:max-h-4 {
    max-height: 4px !important;
  }

  .xxl\:max-h-6 {
    max-height: 6px !important;
  }

  .xxl\:max-h-8 {
    max-height: 8px !important;
  }

  .xxl\:max-h-10 {
    max-height: 10px !important;
  }

  .xxl\:max-h-12 {
    max-height: 12px !important;
  }

  .xxl\:max-h-14 {
    max-height: 14px !important;
  }

  .xxl\:max-h-16 {
    max-height: 16px !important;
  }

  .xxl\:max-h-20 {
    max-height: 20px !important;
  }

  .xxl\:max-h-22 {
    max-height: 22px !important;
  }

  .xxl\:max-h-24 {
    max-height: 24px !important;
  }

  .xxl\:max-h-25 {
    max-height: 25px !important;
  }

  .xxl\:max-h-27 {
    max-height: 27px !important;
  }

  .xxl\:max-h-30 {
    max-height: 30px !important;
  }

  .xxl\:max-h-36 {
    max-height: 36px !important;
  }

  .xxl\:max-h-40 {
    max-height: 40px !important;
  }

  .xxl\:max-h-42 {
    max-height: 42px !important;
  }

  .xxl\:max-h-44 {
    max-height: 44px !important;
  }

  .xxl\:max-h-48 {
    max-height: 48px !important;
  }

  .xxl\:max-h-52 {
    max-height: 52px !important;
  }

  .xxl\:max-h-64 {
    max-height: 64px !important;
  }

  .xxl\:max-h-72 {
    max-height: 72px !important;
  }

  .xxl\:max-h-74 {
    max-height: 74px !important;
  }

  .xxl\:max-h-77 {
    max-height: 77px !important;
  }

  .xxl\:max-h-84 {
    max-height: 84px !important;
  }

  .xxl\:max-h-96 {
    max-height: 96px !important;
  }

  .xxl\:max-h-98 {
    max-height: 98px !important;
  }

  .xxl\:max-h-100 {
    max-height: 100px !important;
  }

  .xxl\:max-h-105 {
    max-height: 105px !important;
  }

  .xxl\:max-h-114 {
    max-height: 114px !important;
  }

  .xxl\:max-h-115 {
    max-height: 115px !important;
  }

  .xxl\:max-h-120 {
    max-height: 120px !important;
  }

  .xxl\:max-h-128 {
    max-height: 128px !important;
  }

  .xxl\:max-h-156 {
    max-height: 156px !important;
  }

  .xxl\:max-h-200 {
    max-height: 200px !important;
  }

  .xxl\:max-h-256 {
    max-height: 256px !important;
  }

  .xxl\:max-h-px {
    max-height: 1px !important;
  }

  .xxl\:max-h-full {
    max-height: 100% !important;
  }

  .xxl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xxl\:min-h-0 {
    min-height: 0px !important;
  }

  .xxl\:min-h-full {
    min-height: 100% !important;
  }

  .xxl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xxl\:w-0 {
    width: 0px !important;
  }

  .xxl\:w-2 {
    width: 2px !important;
  }

  .xxl\:w-3 {
    width: 3px !important;
  }

  .xxl\:w-4 {
    width: 4px !important;
  }

  .xxl\:w-6 {
    width: 6px !important;
  }

  .xxl\:w-8 {
    width: 8px !important;
  }

  .xxl\:w-10 {
    width: 10px !important;
  }

  .xxl\:w-12 {
    width: 12px !important;
  }

  .xxl\:w-14 {
    width: 14px !important;
  }

  .xxl\:w-16 {
    width: 16px !important;
  }

  .xxl\:w-20 {
    width: 20px !important;
  }

  .xxl\:w-22 {
    width: 22px !important;
  }

  .xxl\:w-24 {
    width: 24px !important;
  }

  .xxl\:w-25 {
    width: 25px !important;
  }

  .xxl\:w-27 {
    width: 27px !important;
  }

  .xxl\:w-30 {
    width: 30px !important;
  }

  .xxl\:w-36 {
    width: 36px !important;
  }

  .xxl\:w-40 {
    width: 40px !important;
  }

  .xxl\:w-42 {
    width: 42px !important;
  }

  .xxl\:w-44 {
    width: 44px !important;
  }

  .xxl\:w-48 {
    width: 48px !important;
  }

  .xxl\:w-52 {
    width: 52px !important;
  }

  .xxl\:w-64 {
    width: 64px !important;
  }

  .xxl\:w-72 {
    width: 72px !important;
  }

  .xxl\:w-74 {
    width: 74px !important;
  }

  .xxl\:w-77 {
    width: 77px !important;
  }

  .xxl\:w-84 {
    width: 84px !important;
  }

  .xxl\:w-96 {
    width: 96px !important;
  }

  .xxl\:w-98 {
    width: 98px !important;
  }

  .xxl\:w-100 {
    width: 100px !important;
  }

  .xxl\:w-105 {
    width: 105px !important;
  }

  .xxl\:w-114 {
    width: 114px !important;
  }

  .xxl\:w-115 {
    width: 115px !important;
  }

  .xxl\:w-120 {
    width: 120px !important;
  }

  .xxl\:w-128 {
    width: 128px !important;
  }

  .xxl\:w-156 {
    width: 156px !important;
  }

  .xxl\:w-200 {
    width: 200px !important;
  }

  .xxl\:w-256 {
    width: 256px !important;
  }

  .xxl\:w-auto {
    width: auto !important;
  }

  .xxl\:w-px {
    width: 1px !important;
  }

  .xxl\:w-1\/2 {
    width: 50% !important;
  }

  .xxl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xxl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xxl\:w-1\/4 {
    width: 25% !important;
  }

  .xxl\:w-2\/4 {
    width: 50% !important;
  }

  .xxl\:w-3\/4 {
    width: 75% !important;
  }

  .xxl\:w-1\/5 {
    width: 20% !important;
  }

  .xxl\:w-2\/5 {
    width: 40% !important;
  }

  .xxl\:w-3\/5 {
    width: 60% !important;
  }

  .xxl\:w-4\/5 {
    width: 80% !important;
  }

  .xxl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xxl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xxl\:w-3\/6 {
    width: 50% !important;
  }

  .xxl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xxl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xxl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xxl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xxl\:w-3\/12 {
    width: 25% !important;
  }

  .xxl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xxl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xxl\:w-6\/12 {
    width: 50% !important;
  }

  .xxl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xxl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xxl\:w-9\/12 {
    width: 75% !important;
  }

  .xxl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xxl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xxl\:w-full {
    width: 100% !important;
  }

  .xxl\:w-screen {
    width: 100vw !important;
  }

  .xxl\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xxl\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xxl\:min-w-0 {
    min-width: 0px !important;
  }

  .xxl\:min-w-full {
    min-width: 100% !important;
  }

  .xxl\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xxl\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xxl\:max-w-0 {
    max-width: 0rem !important;
  }

  .xxl\:max-w-none {
    max-width: none !important;
  }

  .xxl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xxl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xxl\:max-w-md {
    max-width: 28rem !important;
  }

  .xxl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xxl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xxl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xxl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xxl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xxl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xxl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xxl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xxl\:max-w-full {
    max-width: 100% !important;
  }

  .xxl\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xxl\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xxl\:max-w-prose {
    max-width: 65ch !important;
  }

  .xxl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xxl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xxl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xxl\:flex-none {
    flex: none !important;
  }

  .xxl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xxl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xxl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xxl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xxl\:table-auto {
    table-layout: auto !important;
  }

  .xxl\:table-fixed {
    table-layout: fixed !important;
  }

  .xxl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xxl\:border-separate {
    border-collapse: separate !important;
  }

  .xxl\:origin-center {
    transform-origin: center !important;
  }

  .xxl\:origin-top {
    transform-origin: top !important;
  }

  .xxl\:origin-top-right {
    transform-origin: top right !important;
  }

  .xxl\:origin-right {
    transform-origin: right !important;
  }

  .xxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xxl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xxl\:origin-left {
    transform-origin: left !important;
  }

  .xxl\:origin-top-left {
    transform-origin: top left !important;
  }

  .xxl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxl\:transform-none {
    transform: none !important;
  }

  .xxl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xxl\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .xxl\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .xxl\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .xxl\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .xxl\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .xxl\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .xxl\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .xxl\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .xxl\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .xxl\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .xxl\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .xxl\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .xxl\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .xxl\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .xxl\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .xxl\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .xxl\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .xxl\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .xxl\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .xxl\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .xxl\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .xxl\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .xxl\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .xxl\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .xxl\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .xxl\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .xxl\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .xxl\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .xxl\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .xxl\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .xxl\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .xxl\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .xxl\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .xxl\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .xxl\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .xxl\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .xxl\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .xxl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xxl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xxl\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .xxl\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .xxl\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .xxl\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .xxl\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .xxl\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .xxl\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .xxl\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .xxl\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .xxl\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .xxl\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .xxl\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .xxl\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .xxl\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .xxl\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .xxl\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .xxl\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .xxl\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .xxl\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .xxl\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .xxl\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .xxl\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .xxl\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .xxl\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .xxl\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .xxl\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .xxl\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .xxl\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .xxl\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .xxl\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .xxl\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .xxl\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .xxl\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .xxl\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .xxl\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .xxl\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .xxl\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .xxl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xxl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xxl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xxl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xxl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xxl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xxl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xxl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xxl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xxl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xxl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xxl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xxl\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .xxl\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .xxl\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .xxl\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .xxl\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .xxl\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .xxl\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .xxl\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .xxl\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .xxl\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .xxl\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .xxl\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .xxl\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .xxl\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .xxl\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .xxl\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .xxl\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .xxl\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .xxl\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .xxl\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .xxl\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .xxl\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .xxl\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .xxl\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .xxl\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .xxl\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .xxl\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .xxl\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .xxl\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .xxl\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .xxl\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .xxl\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .xxl\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .xxl\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .xxl\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .xxl\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .xxl\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .xxl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xxl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xxl\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .xxl\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .xxl\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .xxl\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .xxl\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .xxl\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .xxl\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .xxl\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .xxl\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .xxl\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .xxl\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .xxl\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .xxl\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .xxl\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .xxl\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .xxl\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .xxl\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .xxl\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .xxl\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .xxl\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .xxl\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .xxl\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .xxl\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .xxl\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .xxl\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .xxl\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .xxl\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .xxl\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .xxl\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .xxl\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .xxl\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .xxl\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .xxl\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .xxl\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .xxl\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .xxl\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .xxl\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .xxl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xxl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xxl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xxl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xxl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xxl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xxl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xxl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xxl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xxl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xxl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xxl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xxl\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .xxl\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .xxl\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .xxl\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .xxl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .xxl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .xxl\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .xxl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .xxl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .xxl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .xxl\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .xxl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .xxl\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .xxl\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .xxl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .xxl\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .xxl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .xxl\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .xxl\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .xxl\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .xxl\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .xxl\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .xxl\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .xxl\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .xxl\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .xxl\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .xxl\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .xxl\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .xxl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .xxl\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .xxl\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .xxl\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .xxl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .xxl\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .xxl\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .xxl\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .xxl\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .xxl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xxl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xxl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .xxl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .xxl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .xxl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .xxl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .xxl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .xxl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .xxl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .xxl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .xxl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .xxl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .xxl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .xxl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .xxl\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .xxl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .xxl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .xxl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .xxl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .xxl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .xxl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .xxl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .xxl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .xxl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .xxl\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .xxl\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .xxl\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .xxl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .xxl\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .xxl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .xxl\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .xxl\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .xxl\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .xxl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .xxl\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .xxl\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .xxl\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .xxl\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .xxl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xxl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xxl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xxl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xxl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xxl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xxl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xxl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xxl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xxl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xxl\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .xxl\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .xxl\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .xxl\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .xxl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .xxl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .xxl\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .xxl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .xxl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .xxl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .xxl\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .xxl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .xxl\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .xxl\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .xxl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .xxl\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .xxl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .xxl\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .xxl\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .xxl\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .xxl\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .xxl\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .xxl\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .xxl\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .xxl\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .xxl\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .xxl\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .xxl\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .xxl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .xxl\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .xxl\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .xxl\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .xxl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .xxl\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .xxl\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .xxl\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .xxl\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .xxl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xxl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xxl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .xxl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .xxl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .xxl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .xxl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .xxl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .xxl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .xxl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .xxl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .xxl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .xxl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .xxl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .xxl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .xxl\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .xxl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .xxl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .xxl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .xxl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .xxl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .xxl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .xxl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .xxl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .xxl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .xxl\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .xxl\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .xxl\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .xxl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .xxl\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .xxl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .xxl\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .xxl\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .xxl\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .xxl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .xxl\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .xxl\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .xxl\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .xxl\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .xxl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xxl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xxl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xxl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xxl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xxl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xxl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xxl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xxl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xxl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xxl\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .xxl\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .xxl\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .xxl\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .xxl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .xxl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .xxl\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .xxl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .xxl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .xxl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .xxl\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .xxl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .xxl\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .xxl\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .xxl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .xxl\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .xxl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .xxl\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .xxl\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .xxl\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .xxl\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .xxl\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .xxl\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .xxl\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .xxl\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .xxl\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .xxl\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .xxl\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .xxl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .xxl\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .xxl\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .xxl\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .xxl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .xxl\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .xxl\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .xxl\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .xxl\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .xxl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xxl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xxl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .xxl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .xxl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .xxl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .xxl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .xxl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .xxl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .xxl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .xxl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .xxl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .xxl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .xxl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .xxl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .xxl\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .xxl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .xxl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .xxl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .xxl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .xxl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .xxl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .xxl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .xxl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .xxl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .xxl\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .xxl\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .xxl\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .xxl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .xxl\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .xxl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .xxl\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .xxl\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .xxl\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .xxl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .xxl\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .xxl\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .xxl\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .xxl\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .xxl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xxl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xxl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xxl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xxl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xxl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xxl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xxl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xxl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xxl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xxl\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .xxl\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .xxl\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .xxl\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .xxl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .xxl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .xxl\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .xxl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .xxl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .xxl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .xxl\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .xxl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .xxl\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .xxl\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .xxl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .xxl\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .xxl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .xxl\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .xxl\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .xxl\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .xxl\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .xxl\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .xxl\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .xxl\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .xxl\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .xxl\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .xxl\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .xxl\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .xxl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .xxl\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .xxl\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .xxl\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .xxl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .xxl\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .xxl\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .xxl\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .xxl\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .xxl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xxl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xxl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .xxl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .xxl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .xxl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .xxl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .xxl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .xxl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .xxl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .xxl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .xxl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .xxl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .xxl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .xxl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .xxl\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .xxl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .xxl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .xxl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .xxl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .xxl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .xxl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .xxl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .xxl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .xxl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .xxl\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .xxl\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .xxl\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .xxl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .xxl\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .xxl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .xxl\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .xxl\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .xxl\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .xxl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .xxl\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .xxl\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .xxl\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .xxl\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .xxl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xxl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xxl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xxl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xxl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xxl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xxl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xxl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xxl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xxl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xxl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xxl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xxl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xxl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xxl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xxl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xxl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xxl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xxl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xxl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xxl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xxl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xxl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xxl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xxl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xxl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xxl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xxl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xxl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xxl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xxl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xxl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xxl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xxl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xxl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xxl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xxl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xxl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xxl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xxl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xxl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xxl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xxl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xxl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xxl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xxl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xxl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xxl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xxl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xxl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xxl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xxl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xxl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xxl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xxl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xxl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xxl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xxl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xxl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xxl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xxl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xxl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xxl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xxl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xxl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xxl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xxl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xxl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xxl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xxl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xxl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xxl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xxl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xxl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xxl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xxl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xxl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xxl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xxl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xxl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xxl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xxl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xxl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xxl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xxl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xxl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xxl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xxl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xxl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xxl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xxl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xxl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xxl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xxl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xxl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xxl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xxl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xxl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xxl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xxl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xxl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xxl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xxl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xxl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xxl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xxl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xxl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xxl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xxl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xxl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xxl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xxl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xxl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xxl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xxl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xxl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xxl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xxl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xxl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xxl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xxl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xxl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xxl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xxl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xxl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xxl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xxl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xxl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xxl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xxl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xxl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xxl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xxl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xxl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xxl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xxl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xxl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xxl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xxl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xxl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xxl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xxl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xxl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xxl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xxl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xxl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xxl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xxl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xxl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xxl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xxl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xxl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xxl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xxl\:cursor-auto {
    cursor: auto !important;
  }

  .xxl\:cursor-default {
    cursor: default !important;
  }

  .xxl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xxl\:cursor-wait {
    cursor: wait !important;
  }

  .xxl\:cursor-text {
    cursor: text !important;
  }

  .xxl\:cursor-move {
    cursor: move !important;
  }

  .xxl\:cursor-help {
    cursor: help !important;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xxl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xxl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xxl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xxl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xxl\:resize-none {
    resize: none !important;
  }

  .xxl\:resize-y {
    resize: vertical !important;
  }

  .xxl\:resize-x {
    resize: horizontal !important;
  }

  .xxl\:resize {
    resize: both !important;
  }

  .xxl\:list-inside {
    list-style-position: inside !important;
  }

  .xxl\:list-outside {
    list-style-position: outside !important;
  }

  .xxl\:list-none {
    list-style-type: none !important;
  }

  .xxl\:list-disc {
    list-style-type: disc !important;
  }

  .xxl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xxl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xxl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xxl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xxl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xxl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xxl\:flex-row {
    flex-direction: row !important;
  }

  .xxl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xxl\:flex-col {
    flex-direction: column !important;
  }

  .xxl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xxl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xxl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xxl\:place-content-center {
    place-content: center !important;
  }

  .xxl\:place-content-start {
    place-content: start !important;
  }

  .xxl\:place-content-end {
    place-content: end !important;
  }

  .xxl\:place-content-between {
    place-content: space-between !important;
  }

  .xxl\:place-content-around {
    place-content: space-around !important;
  }

  .xxl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xxl\:place-content-stretch {
    place-content: stretch !important;
  }

  .xxl\:place-items-start {
    place-items: start !important;
  }

  .xxl\:place-items-end {
    place-items: end !important;
  }

  .xxl\:place-items-center {
    place-items: center !important;
  }

  .xxl\:place-items-stretch {
    place-items: stretch !important;
  }

  .xxl\:content-center {
    align-content: center !important;
  }

  .xxl\:content-start {
    align-content: flex-start !important;
  }

  .xxl\:content-end {
    align-content: flex-end !important;
  }

  .xxl\:content-between {
    align-content: space-between !important;
  }

  .xxl\:content-around {
    align-content: space-around !important;
  }

  .xxl\:content-evenly {
    align-content: space-evenly !important;
  }

  .xxl\:items-start {
    align-items: flex-start !important;
  }

  .xxl\:items-end {
    align-items: flex-end !important;
  }

  .xxl\:items-center {
    align-items: center !important;
  }

  .xxl\:items-baseline {
    align-items: baseline !important;
  }

  .xxl\:items-stretch {
    align-items: stretch !important;
  }

  .xxl\:justify-start {
    justify-content: flex-start !important;
  }

  .xxl\:justify-end {
    justify-content: flex-end !important;
  }

  .xxl\:justify-center {
    justify-content: center !important;
  }

  .xxl\:justify-between {
    justify-content: space-between !important;
  }

  .xxl\:justify-around {
    justify-content: space-around !important;
  }

  .xxl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xxl\:justify-items-start {
    justify-items: start !important;
  }

  .xxl\:justify-items-end {
    justify-items: end !important;
  }

  .xxl\:justify-items-center {
    justify-items: center !important;
  }

  .xxl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xxl\:gap-0 {
    gap: 0px !important;
  }

  .xxl\:gap-1 {
    gap: 0.25rem !important;
  }

  .xxl\:gap-2 {
    gap: 0.5rem !important;
  }

  .xxl\:gap-3 {
    gap: 0.75rem !important;
  }

  .xxl\:gap-4 {
    gap: 1rem !important;
  }

  .xxl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xxl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xxl\:gap-7 {
    gap: 1.75rem !important;
  }

  .xxl\:gap-8 {
    gap: 2rem !important;
  }

  .xxl\:gap-9 {
    gap: 2.25rem !important;
  }

  .xxl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xxl\:gap-11 {
    gap: 2.75rem !important;
  }

  .xxl\:gap-12 {
    gap: 3rem !important;
  }

  .xxl\:gap-13 {
    gap: 3.375rem !important;
  }

  .xxl\:gap-14 {
    gap: 3.5rem !important;
  }

  .xxl\:gap-16 {
    gap: 4rem !important;
  }

  .xxl\:gap-20 {
    gap: 5rem !important;
  }

  .xxl\:gap-24 {
    gap: 6rem !important;
  }

  .xxl\:gap-28 {
    gap: 7rem !important;
  }

  .xxl\:gap-32 {
    gap: 8rem !important;
  }

  .xxl\:gap-36 {
    gap: 9rem !important;
  }

  .xxl\:gap-40 {
    gap: 10rem !important;
  }

  .xxl\:gap-44 {
    gap: 11rem !important;
  }

  .xxl\:gap-48 {
    gap: 12rem !important;
  }

  .xxl\:gap-52 {
    gap: 13rem !important;
  }

  .xxl\:gap-56 {
    gap: 14rem !important;
  }

  .xxl\:gap-60 {
    gap: 15rem !important;
  }

  .xxl\:gap-64 {
    gap: 16rem !important;
  }

  .xxl\:gap-72 {
    gap: 18rem !important;
  }

  .xxl\:gap-80 {
    gap: 20rem !important;
  }

  .xxl\:gap-96 {
    gap: 24rem !important;
  }

  .xxl\:gap-x-0 {
    gap: 0px !important;
  }

  .xxl\:gap-y-0 {
    gap: 0px !important;
  }

  .xxl\:gap-px {
    gap: 1px !important;
  }

  .xxl\:gap-x-px\\ {
    gap: 1px !important;
  }

  .xxl\:gap-y-px\\ {
    gap: 1px !important;
  }

  .xxl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xxl\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .xxl\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .xxl\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .xxl\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .xxl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xxl\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .xxl\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .xxl\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .xxl\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .xxl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xxl\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .xxl\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .xxl\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .xxl\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .xxl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xxl\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .xxl\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .xxl\:gap-x-4 {
    gap: 1rem !important;
  }

  .xxl\:gap-y-4 {
    gap: 1rem !important;
  }

  .xxl\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .xxl\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .xxl\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .xxl\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .xxl\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .xxl\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .xxl\:gap-x-8 {
    gap: 2rem !important;
  }

  .xxl\:gap-y-8 {
    gap: 2rem !important;
  }

  .xxl\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .xxl\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .xxl\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .xxl\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .xxl\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .xxl\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .xxl\:gap-x-12 {
    gap: 3rem !important;
  }

  .xxl\:gap-y-12 {
    gap: 3rem !important;
  }

  .xxl\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .xxl\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .xxl\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .xxl\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .xxl\:gap-x-16 {
    gap: 4rem !important;
  }

  .xxl\:gap-y-16 {
    gap: 4rem !important;
  }

  .xxl\:gap-x-20 {
    gap: 5rem !important;
  }

  .xxl\:gap-y-20 {
    gap: 5rem !important;
  }

  .xxl\:gap-x-24 {
    gap: 6rem !important;
  }

  .xxl\:gap-y-24 {
    gap: 6rem !important;
  }

  .xxl\:gap-x-28 {
    gap: 7rem !important;
  }

  .xxl\:gap-y-28 {
    gap: 7rem !important;
  }

  .xxl\:gap-x-32 {
    gap: 8rem !important;
  }

  .xxl\:gap-y-32 {
    gap: 8rem !important;
  }

  .xxl\:gap-x-36 {
    gap: 9rem !important;
  }

  .xxl\:gap-y-36 {
    gap: 9rem !important;
  }

  .xxl\:gap-x-40 {
    gap: 10rem !important;
  }

  .xxl\:gap-y-40 {
    gap: 10rem !important;
  }

  .xxl\:gap-x-44 {
    gap: 11rem !important;
  }

  .xxl\:gap-y-44 {
    gap: 11rem !important;
  }

  .xxl\:gap-x-48 {
    gap: 12rem !important;
  }

  .xxl\:gap-y-48 {
    gap: 12rem !important;
  }

  .xxl\:gap-x-52 {
    gap: 13rem !important;
  }

  .xxl\:gap-y-52 {
    gap: 13rem !important;
  }

  .xxl\:gap-x-56 {
    gap: 14rem !important;
  }

  .xxl\:gap-y-56 {
    gap: 14rem !important;
  }

  .xxl\:gap-x-60 {
    gap: 15rem !important;
  }

  .xxl\:gap-y-60 {
    gap: 15rem !important;
  }

  .xxl\:gap-x-64 {
    gap: 16rem !important;
  }

  .xxl\:gap-y-64 {
    gap: 16rem !important;
  }

  .xxl\:gap-x-72 {
    gap: 18rem !important;
  }

  .xxl\:gap-y-72 {
    gap: 18rem !important;
  }

  .xxl\:gap-x-80 {
    gap: 20rem !important;
  }

  .xxl\:gap-y-80 {
    gap: 20rem !important;
  }

  .xxl\:gap-x-96 {
    gap: 24rem !important;
  }

  .xxl\:gap-y-96 {
    gap: 24rem !important;
  }

  .xxl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xxl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xxl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xxl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xxl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xxl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xxl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xxl\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xxl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xxl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xxl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xxl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xxl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xxl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xxl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xxl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xxl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xxl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xxl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xxl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xxl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xxl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xxl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xxl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xxl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xxl\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xxl\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xxl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xxl\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xxl\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xxl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xxl\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xxl\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xxl\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xxl\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xxl\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xxl\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xxl\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xxl\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xxl\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xxl\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xxl\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xxl\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xxl\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xxl\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xxl\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xxl\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xxl\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xxl\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xxl\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xxl\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xxl\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xxl\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xxl\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xxl\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xxl\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xxl\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xxl\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xxl\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xxl\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xxl\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xxl\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xxl\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xxl\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xxl\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xxl\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xxl\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xxl\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xxl\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xxl\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xxl\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xxl\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xxl\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xxl\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xxl\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xxl\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xxl\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xxl\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xxl\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xxl\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xxl\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xxl\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xxl\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xxl\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xxl\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xxl\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xxl\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xxl\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xxl\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xxl\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xxl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xxl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xxl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xxl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xxl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .xxl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xxl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xxl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xxl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xxl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xxl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xxl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xxl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xxl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xxl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xxl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xxl\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .xxl\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .xxl\:gap-y-px {
    row-gap: 1px !important;
  }

  .xxl\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .xxl\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .xxl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xxl\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xxl\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xxl\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xxl\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xxl\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xxl\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xxl\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xxl\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xxl\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xxl\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xxl\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xxl\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .xxl\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .xxl\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .xxl\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .xxl\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .xxl\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .xxl\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .xxl\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .xxl\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .xxl\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .xxl\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .xxl\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .xxl\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .xxl\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .xxl\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .xxl\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .xxl\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .xxl\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .xxl\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .xxl\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .xxl\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .xxl\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .xxl\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .xxl\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .xxl\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .xxl\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .xxl\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .xxl\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .xxl\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .xxl\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

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

  .xxl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

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

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

  .xxl\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .xxl\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

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

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

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

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

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

  .xxl\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

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

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

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

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

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

  .xxl\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

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

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

  .xxl\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xxl\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .xxl\:place-self-auto {
    place-self: auto !important;
  }

  .xxl\:place-self-start {
    place-self: start !important;
  }

  .xxl\:place-self-end {
    place-self: end !important;
  }

  .xxl\:place-self-center {
    place-self: center !important;
  }

  .xxl\:place-self-stretch {
    place-self: stretch !important;
  }

  .xxl\:self-auto {
    align-self: auto !important;
  }

  .xxl\:self-start {
    align-self: flex-start !important;
  }

  .xxl\:self-end {
    align-self: flex-end !important;
  }

  .xxl\:self-center {
    align-self: center !important;
  }

  .xxl\:self-stretch {
    align-self: stretch !important;
  }

  .xxl\:self-baseline {
    align-self: baseline !important;
  }

  .xxl\:justify-self-auto {
    justify-self: auto !important;
  }

  .xxl\:justify-self-start {
    justify-self: start !important;
  }

  .xxl\:justify-self-end {
    justify-self: end !important;
  }

  .xxl\:justify-self-center {
    justify-self: center !important;
  }

  .xxl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xxl\:overflow-auto {
    overflow: auto !important;
  }

  .xxl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xxl\:overflow-visible {
    overflow: visible !important;
  }

  .xxl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xxl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xxl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xxl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xxl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xxl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xxl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xxl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xxl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xxl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xxl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xxl\:overflow-clip {
    text-overflow: clip !important;
  }

  .xxl\:whitespace-normal {
    white-space: normal !important;
  }

  .xxl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xxl\:whitespace-pre {
    white-space: pre !important;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xxl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xxl\:break-all {
    word-break: break-all !important;
  }

  .xxl\:rounded-4 {
    border-radius: 4px !important;
  }

  .xxl\:rounded-6 {
    border-radius: 6px !important;
  }

  .xxl\:rounded-50 {
    border-radius: 50% !important;
  }

  .xxl\:rounded-100 {
    border-radius: 100px !important;
  }

  .xxl\:rounded-200 {
    border-radius: 200px !important;
  }

  .xxl\:rounded-none {
    border-radius: 0px !important;
  }

  .xxl\:rounded-br8 {
    border-radius: 8px !important;
  }

  .xxl\:rounded-br6 {
    border-radius: 6px !important;
  }

  .xxl\:rounded-br30 {
    border-radius: 30px !important;
  }

  .xxl\:rounded-br32 {
    border-radius: 32px !important;
  }

  .xxl\:rounded-br50 {
    border-radius: 50px !important;
  }

  .xxl\:rounded-br90 {
    border-radius: 90px !important;
  }

  .xxl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xxl\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xxl\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xxl\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .xxl\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .xxl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xxl\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .xxl\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xxl\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .xxl\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .xxl\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xxl\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .xxl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xxl\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xxl\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .xxl\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .xxl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xxl\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .xxl\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xxl\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .xxl\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .xxl\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xxl\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .xxl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xxl\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xxl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xxl\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xxl\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xxl\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xxl\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xxl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xxl\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xxl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xxl\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xxl\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xxl\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xxl\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xxl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .xxl\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .xxl\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .xxl\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .xxl\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .xxl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xxl\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .xxl\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .xxl\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .xxl\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .xxl\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .xxl\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .xxl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xxl\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .xxl\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .xxl\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .xxl\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .xxl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xxl\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .xxl\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .xxl\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .xxl\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .xxl\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .xxl\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .xxl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .xxl\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .xxl\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .xxl\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .xxl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xxl\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .xxl\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .xxl\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .xxl\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .xxl\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .xxl\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .xxl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .xxl\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .xxl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xxl\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .xxl\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .xxl\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .xxl\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .xxl\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .xxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:border-0 {
    border-width: 0px !important;
  }

  .xxl\:border-1 {
    border-width: 1px !important;
  }

  .xxl\:border-2 {
    border-width: 2px !important;
  }

  .xxl\:border-3 {
    border-width: 3px !important;
  }

  .xxl\:border-4 {
    border-width: 4px !important;
  }

  .xxl\:border-8 {
    border-width: 8px !important;
  }

  .xxl\:border {
    border-width: 1px !important;
  }

  .xxl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xxl\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xxl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xxl\:border-t-3 {
    border-top-width: 3px !important;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xxl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xxl\:border-t {
    border-top-width: 1px !important;
  }

  .xxl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xxl\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xxl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xxl\:border-r-3 {
    border-right-width: 3px !important;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xxl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xxl\:border-r {
    border-right-width: 1px !important;
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xxl\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xxl\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xxl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xxl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xxl\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xxl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xxl\:border-l-3 {
    border-left-width: 3px !important;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xxl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xxl\:border-l {
    border-left-width: 1px !important;
  }

  .xxl\:border-solid {
    border-style: solid !important;
  }

  .xxl\:border-dashed {
    border-style: dashed !important;
  }

  .xxl\:border-dotted {
    border-style: dotted !important;
  }

  .xxl\:border-double {
    border-style: double !important;
  }

  .xxl\:border-none {
    border-style: none !important;
  }

  .xxl\:border-transparent {
    border-color: transparent !important;
  }

  .xxl\:border-current {
    border-color: currentColor !important;
  }

  .xxl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xxl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xxl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xxl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xxl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xxl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xxl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xxl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xxl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .xxl\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .xxl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .xxl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .xxl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xxl\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .xxl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xxl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .xxl\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .xxl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .xxl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .xxl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xxl\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .xxl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xxl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .xxl\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .xxl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .xxl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .xxl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xxl\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .xxl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xxl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .xxl\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .xxl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .xxl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .xxl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xxl\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .xxl\:bg-transparent {
    background-color: transparent !important;
  }

  .xxl\:bg-current {
    background-color: currentColor !important;
  }

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

  .xxl\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .group:hover .xxl\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

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

  .group:hover .xxl\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xxl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xxl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xxl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

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

  .xxl\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xxl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xxl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xxl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .xxl\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .xxl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .xxl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .xxl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .xxl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .xxl\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .xxl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .xxl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .xxl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .xxl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .xxl\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .xxl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .xxl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .xxl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .xxl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .xxl\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .xxl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .xxl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .xxl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .xxl\:bg-none {
    background-image: none !important;
  }

  .xxl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xxl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xxl\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xxl\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xxl\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xxl\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xxl\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xxl\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xxl\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xxl\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xxl\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xxl\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xxl\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xxl\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xxl\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xxl\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xxl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xxl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xxl\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .xxl\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .xxl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .xxl\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .xxl\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xxl\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .xxl\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .xxl\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xxl\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xxl\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .xxl\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .xxl\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .xxl\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .xxl\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xxl\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xxl\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .xxl\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xxl\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xxl\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .xxl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xxl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xxl\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .xxl\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .xxl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xxl\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .xxl\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xxl\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .xxl\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .xxl\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xxl\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xxl\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .xxl\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .xxl\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .xxl\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .xxl\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xxl\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xxl\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .xxl\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xxl\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xxl\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .xxl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xxl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xxl\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .xxl\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .xxl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xxl\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .xxl\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xxl\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .xxl\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .xxl\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .xxl\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xxl\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .xxl\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .xxl\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .xxl\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .xxl\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xxl\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xxl\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .xxl\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xxl\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xxl\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .xxl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xxl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xxl\:bg-auto {
    background-size: auto !important;
  }

  .xxl\:bg-cover {
    background-size: cover !important;
  }

  .xxl\:bg-contain {
    background-size: contain !important;
  }

  .xxl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xxl\:bg-local {
    background-attachment: local !important;
  }

  .xxl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xxl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xxl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xxl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xxl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xxl\:bg-bottom {
    background-position: bottom !important;
  }

  .xxl\:bg-center {
    background-position: center !important;
  }

  .xxl\:bg-left {
    background-position: left !important;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xxl\:bg-left-top {
    background-position: left top !important;
  }

  .xxl\:bg-right {
    background-position: right !important;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xxl\:bg-right-top {
    background-position: right top !important;
  }

  .xxl\:bg-top {
    background-position: top !important;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xxl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xxl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xxl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xxl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xxl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xxl\:fill-current {
    fill: currentColor !important;
  }

  .xxl\:stroke-current {
    stroke: currentColor !important;
  }

  .xxl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xxl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xxl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xxl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xxl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xxl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xxl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xxl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xxl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xxl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xxl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xxl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xxl\:p-0 {
    padding: 0px !important;
  }

  .xxl\:p-2 {
    padding: 2px !important;
  }

  .xxl\:p-3 {
    padding: 3px !important;
  }

  .xxl\:p-4 {
    padding: 4px !important;
  }

  .xxl\:p-6 {
    padding: 6px !important;
  }

  .xxl\:p-8 {
    padding: 8px !important;
  }

  .xxl\:p-10 {
    padding: 10px !important;
  }

  .xxl\:p-12 {
    padding: 12px !important;
  }

  .xxl\:p-14 {
    padding: 14px !important;
  }

  .xxl\:p-16 {
    padding: 16px !important;
  }

  .xxl\:p-20 {
    padding: 20px !important;
  }

  .xxl\:p-22 {
    padding: 22px !important;
  }

  .xxl\:p-24 {
    padding: 24px !important;
  }

  .xxl\:p-25 {
    padding: 25px !important;
  }

  .xxl\:p-27 {
    padding: 27px !important;
  }

  .xxl\:p-30 {
    padding: 30px !important;
  }

  .xxl\:p-36 {
    padding: 36px !important;
  }

  .xxl\:p-40 {
    padding: 40px !important;
  }

  .xxl\:p-42 {
    padding: 42px !important;
  }

  .xxl\:p-44 {
    padding: 44px !important;
  }

  .xxl\:p-48 {
    padding: 48px !important;
  }

  .xxl\:p-52 {
    padding: 52px !important;
  }

  .xxl\:p-64 {
    padding: 64px !important;
  }

  .xxl\:p-72 {
    padding: 72px !important;
  }

  .xxl\:p-74 {
    padding: 74px !important;
  }

  .xxl\:p-77 {
    padding: 77px !important;
  }

  .xxl\:p-84 {
    padding: 84px !important;
  }

  .xxl\:p-96 {
    padding: 96px !important;
  }

  .xxl\:p-98 {
    padding: 98px !important;
  }

  .xxl\:p-100 {
    padding: 100px !important;
  }

  .xxl\:p-105 {
    padding: 105px !important;
  }

  .xxl\:p-114 {
    padding: 114px !important;
  }

  .xxl\:p-115 {
    padding: 115px !important;
  }

  .xxl\:p-120 {
    padding: 120px !important;
  }

  .xxl\:p-128 {
    padding: 128px !important;
  }

  .xxl\:p-156 {
    padding: 156px !important;
  }

  .xxl\:p-200 {
    padding: 200px !important;
  }

  .xxl\:p-256 {
    padding: 256px !important;
  }

  .xxl\:p-px {
    padding: 1px !important;
  }

  .xxl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xxl\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xxl\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xxl\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xxl\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .xxl\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xxl\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xxl\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .xxl\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xxl\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .xxl\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xxl\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .xxl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xxl\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xxl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .xxl\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xxl\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xxl\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .xxl\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .xxl\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xxl\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xxl\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .xxl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xxl\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .xxl\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .xxl\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .xxl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xxl\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .xxl\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xxl\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .xxl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xxl\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xxl\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xxl\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xxl\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .xxl\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xxl\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xxl\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .xxl\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xxl\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .xxl\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xxl\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .xxl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xxl\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xxl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .xxl\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xxl\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xxl\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .xxl\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .xxl\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xxl\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xxl\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .xxl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xxl\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .xxl\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .xxl\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .xxl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xxl\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .xxl\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xxl\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .xxl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxl\:pt-0 {
    padding-top: 0px !important;
  }

  .xxl\:pt-2 {
    padding-top: 2px !important;
  }

  .xxl\:pt-3 {
    padding-top: 3px !important;
  }

  .xxl\:pt-4 {
    padding-top: 4px !important;
  }

  .xxl\:pt-6 {
    padding-top: 6px !important;
  }

  .xxl\:pt-8 {
    padding-top: 8px !important;
  }

  .xxl\:pt-10 {
    padding-top: 10px !important;
  }

  .xxl\:pt-12 {
    padding-top: 12px !important;
  }

  .xxl\:pt-14 {
    padding-top: 14px !important;
  }

  .xxl\:pt-16 {
    padding-top: 16px !important;
  }

  .xxl\:pt-20 {
    padding-top: 20px !important;
  }

  .xxl\:pt-22 {
    padding-top: 22px !important;
  }

  .xxl\:pt-24 {
    padding-top: 24px !important;
  }

  .xxl\:pt-25 {
    padding-top: 25px !important;
  }

  .xxl\:pt-27 {
    padding-top: 27px !important;
  }

  .xxl\:pt-30 {
    padding-top: 30px !important;
  }

  .xxl\:pt-36 {
    padding-top: 36px !important;
  }

  .xxl\:pt-40 {
    padding-top: 40px !important;
  }

  .xxl\:pt-42 {
    padding-top: 42px !important;
  }

  .xxl\:pt-44 {
    padding-top: 44px !important;
  }

  .xxl\:pt-48 {
    padding-top: 48px !important;
  }

  .xxl\:pt-52 {
    padding-top: 52px !important;
  }

  .xxl\:pt-64 {
    padding-top: 64px !important;
  }

  .xxl\:pt-72 {
    padding-top: 72px !important;
  }

  .xxl\:pt-74 {
    padding-top: 74px !important;
  }

  .xxl\:pt-77 {
    padding-top: 77px !important;
  }

  .xxl\:pt-84 {
    padding-top: 84px !important;
  }

  .xxl\:pt-96 {
    padding-top: 96px !important;
  }

  .xxl\:pt-98 {
    padding-top: 98px !important;
  }

  .xxl\:pt-100 {
    padding-top: 100px !important;
  }

  .xxl\:pt-105 {
    padding-top: 105px !important;
  }

  .xxl\:pt-114 {
    padding-top: 114px !important;
  }

  .xxl\:pt-115 {
    padding-top: 115px !important;
  }

  .xxl\:pt-120 {
    padding-top: 120px !important;
  }

  .xxl\:pt-128 {
    padding-top: 128px !important;
  }

  .xxl\:pt-156 {
    padding-top: 156px !important;
  }

  .xxl\:pt-200 {
    padding-top: 200px !important;
  }

  .xxl\:pt-256 {
    padding-top: 256px !important;
  }

  .xxl\:pt-px {
    padding-top: 1px !important;
  }

  .xxl\:pr-0 {
    padding-right: 0px !important;
  }

  .xxl\:pr-2 {
    padding-right: 2px !important;
  }

  .xxl\:pr-3 {
    padding-right: 3px !important;
  }

  .xxl\:pr-4 {
    padding-right: 4px !important;
  }

  .xxl\:pr-6 {
    padding-right: 6px !important;
  }

  .xxl\:pr-8 {
    padding-right: 8px !important;
  }

  .xxl\:pr-10 {
    padding-right: 10px !important;
  }

  .xxl\:pr-12 {
    padding-right: 12px !important;
  }

  .xxl\:pr-14 {
    padding-right: 14px !important;
  }

  .xxl\:pr-16 {
    padding-right: 16px !important;
  }

  .xxl\:pr-20 {
    padding-right: 20px !important;
  }

  .xxl\:pr-22 {
    padding-right: 22px !important;
  }

  .xxl\:pr-24 {
    padding-right: 24px !important;
  }

  .xxl\:pr-25 {
    padding-right: 25px !important;
  }

  .xxl\:pr-27 {
    padding-right: 27px !important;
  }

  .xxl\:pr-30 {
    padding-right: 30px !important;
  }

  .xxl\:pr-36 {
    padding-right: 36px !important;
  }

  .xxl\:pr-40 {
    padding-right: 40px !important;
  }

  .xxl\:pr-42 {
    padding-right: 42px !important;
  }

  .xxl\:pr-44 {
    padding-right: 44px !important;
  }

  .xxl\:pr-48 {
    padding-right: 48px !important;
  }

  .xxl\:pr-52 {
    padding-right: 52px !important;
  }

  .xxl\:pr-64 {
    padding-right: 64px !important;
  }

  .xxl\:pr-72 {
    padding-right: 72px !important;
  }

  .xxl\:pr-74 {
    padding-right: 74px !important;
  }

  .xxl\:pr-77 {
    padding-right: 77px !important;
  }

  .xxl\:pr-84 {
    padding-right: 84px !important;
  }

  .xxl\:pr-96 {
    padding-right: 96px !important;
  }

  .xxl\:pr-98 {
    padding-right: 98px !important;
  }

  .xxl\:pr-100 {
    padding-right: 100px !important;
  }

  .xxl\:pr-105 {
    padding-right: 105px !important;
  }

  .xxl\:pr-114 {
    padding-right: 114px !important;
  }

  .xxl\:pr-115 {
    padding-right: 115px !important;
  }

  .xxl\:pr-120 {
    padding-right: 120px !important;
  }

  .xxl\:pr-128 {
    padding-right: 128px !important;
  }

  .xxl\:pr-156 {
    padding-right: 156px !important;
  }

  .xxl\:pr-200 {
    padding-right: 200px !important;
  }

  .xxl\:pr-256 {
    padding-right: 256px !important;
  }

  .xxl\:pr-px {
    padding-right: 1px !important;
  }

  .xxl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xxl\:pb-2 {
    padding-bottom: 2px !important;
  }

  .xxl\:pb-3 {
    padding-bottom: 3px !important;
  }

  .xxl\:pb-4 {
    padding-bottom: 4px !important;
  }

  .xxl\:pb-6 {
    padding-bottom: 6px !important;
  }

  .xxl\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xxl\:pb-10 {
    padding-bottom: 10px !important;
  }

  .xxl\:pb-12 {
    padding-bottom: 12px !important;
  }

  .xxl\:pb-14 {
    padding-bottom: 14px !important;
  }

  .xxl\:pb-16 {
    padding-bottom: 16px !important;
  }

  .xxl\:pb-20 {
    padding-bottom: 20px !important;
  }

  .xxl\:pb-22 {
    padding-bottom: 22px !important;
  }

  .xxl\:pb-24 {
    padding-bottom: 24px !important;
  }

  .xxl\:pb-25 {
    padding-bottom: 25px !important;
  }

  .xxl\:pb-27 {
    padding-bottom: 27px !important;
  }

  .xxl\:pb-30 {
    padding-bottom: 30px !important;
  }

  .xxl\:pb-36 {
    padding-bottom: 36px !important;
  }

  .xxl\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xxl\:pb-42 {
    padding-bottom: 42px !important;
  }

  .xxl\:pb-44 {
    padding-bottom: 44px !important;
  }

  .xxl\:pb-48 {
    padding-bottom: 48px !important;
  }

  .xxl\:pb-52 {
    padding-bottom: 52px !important;
  }

  .xxl\:pb-64 {
    padding-bottom: 64px !important;
  }

  .xxl\:pb-72 {
    padding-bottom: 72px !important;
  }

  .xxl\:pb-74 {
    padding-bottom: 74px !important;
  }

  .xxl\:pb-77 {
    padding-bottom: 77px !important;
  }

  .xxl\:pb-84 {
    padding-bottom: 84px !important;
  }

  .xxl\:pb-96 {
    padding-bottom: 96px !important;
  }

  .xxl\:pb-98 {
    padding-bottom: 98px !important;
  }

  .xxl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xxl\:pb-105 {
    padding-bottom: 105px !important;
  }

  .xxl\:pb-114 {
    padding-bottom: 114px !important;
  }

  .xxl\:pb-115 {
    padding-bottom: 115px !important;
  }

  .xxl\:pb-120 {
    padding-bottom: 120px !important;
  }

  .xxl\:pb-128 {
    padding-bottom: 128px !important;
  }

  .xxl\:pb-156 {
    padding-bottom: 156px !important;
  }

  .xxl\:pb-200 {
    padding-bottom: 200px !important;
  }

  .xxl\:pb-256 {
    padding-bottom: 256px !important;
  }

  .xxl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xxl\:pl-0 {
    padding-left: 0px !important;
  }

  .xxl\:pl-2 {
    padding-left: 2px !important;
  }

  .xxl\:pl-3 {
    padding-left: 3px !important;
  }

  .xxl\:pl-4 {
    padding-left: 4px !important;
  }

  .xxl\:pl-6 {
    padding-left: 6px !important;
  }

  .xxl\:pl-8 {
    padding-left: 8px !important;
  }

  .xxl\:pl-10 {
    padding-left: 10px !important;
  }

  .xxl\:pl-12 {
    padding-left: 12px !important;
  }

  .xxl\:pl-14 {
    padding-left: 14px !important;
  }

  .xxl\:pl-16 {
    padding-left: 16px !important;
  }

  .xxl\:pl-20 {
    padding-left: 20px !important;
  }

  .xxl\:pl-22 {
    padding-left: 22px !important;
  }

  .xxl\:pl-24 {
    padding-left: 24px !important;
  }

  .xxl\:pl-25 {
    padding-left: 25px !important;
  }

  .xxl\:pl-27 {
    padding-left: 27px !important;
  }

  .xxl\:pl-30 {
    padding-left: 30px !important;
  }

  .xxl\:pl-36 {
    padding-left: 36px !important;
  }

  .xxl\:pl-40 {
    padding-left: 40px !important;
  }

  .xxl\:pl-42 {
    padding-left: 42px !important;
  }

  .xxl\:pl-44 {
    padding-left: 44px !important;
  }

  .xxl\:pl-48 {
    padding-left: 48px !important;
  }

  .xxl\:pl-52 {
    padding-left: 52px !important;
  }

  .xxl\:pl-64 {
    padding-left: 64px !important;
  }

  .xxl\:pl-72 {
    padding-left: 72px !important;
  }

  .xxl\:pl-74 {
    padding-left: 74px !important;
  }

  .xxl\:pl-77 {
    padding-left: 77px !important;
  }

  .xxl\:pl-84 {
    padding-left: 84px !important;
  }

  .xxl\:pl-96 {
    padding-left: 96px !important;
  }

  .xxl\:pl-98 {
    padding-left: 98px !important;
  }

  .xxl\:pl-100 {
    padding-left: 100px !important;
  }

  .xxl\:pl-105 {
    padding-left: 105px !important;
  }

  .xxl\:pl-114 {
    padding-left: 114px !important;
  }

  .xxl\:pl-115 {
    padding-left: 115px !important;
  }

  .xxl\:pl-120 {
    padding-left: 120px !important;
  }

  .xxl\:pl-128 {
    padding-left: 128px !important;
  }

  .xxl\:pl-156 {
    padding-left: 156px !important;
  }

  .xxl\:pl-200 {
    padding-left: 200px !important;
  }

  .xxl\:pl-256 {
    padding-left: 256px !important;
  }

  .xxl\:pl-px {
    padding-left: 1px !important;
  }

  .xxl\:text-left {
    text-align: left !important;
  }

  .xxl\:text-center {
    text-align: center !important;
  }

  .xxl\:text-right {
    text-align: right !important;
  }

  .xxl\:text-justify {
    text-align: justify !important;
  }

  .xxl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xxl\:align-top {
    vertical-align: top !important;
  }

  .xxl\:align-middle {
    vertical-align: middle !important;
  }

  .xxl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xxl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xxl\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .xxl\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .xxl\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xxl\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .xxl\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .xxl\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .xxl\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .xxl\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .xxl\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .xxl\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .xxl\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .xxl\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .xxl\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .xxl\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .xxl\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .xxl\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .xxl\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .xxl\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .xxl\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .xxl\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .xxl\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .xxl\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .xxl\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .xxl\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .xxl\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .xxl\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xxl\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .xxl\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .xxl\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .xxl\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .xxl\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .xxl\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .xxl\:font-thin {
    font-weight: 100 !important;
  }

  .xxl\:font-extralight {
    font-weight: 200 !important;
  }

  .xxl\:font-light {
    font-weight: 300 !important;
  }

  .xxl\:font-normal {
    font-weight: 400 !important;
  }

  .xxl\:font-medium {
    font-weight: 500 !important;
  }

  .xxl\:font-semibold {
    font-weight: 600 !important;
  }

  .xxl\:font-bold {
    font-weight: 700 !important;
  }

  .xxl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xxl\:font-black {
    font-weight: 900 !important;
  }

  .xxl\:uppercase {
    text-transform: uppercase !important;
  }

  .xxl\:lowercase {
    text-transform: lowercase !important;
  }

  .xxl\:capitalize {
    text-transform: capitalize !important;
  }

  .xxl\:normal-case {
    text-transform: none !important;
  }

  .xxl\:italic {
    font-style: italic !important;
  }

  .xxl\:not-italic {
    font-style: normal !important;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xxl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xxl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xxl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xxl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xxl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xxl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xxl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xxl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xxl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xxl\:leading-none {
    line-height: 1 !important;
  }

  .xxl\:leading-lh-122 {
    line-height: 122px !important;
  }

  .xxl\:leading-lh-76 {
    line-height: 76px !important;
  }

  .xxl\:leading-lh-65 {
    line-height: 65px !important;
  }

  .xxl\:leading-lh-61 {
    line-height: 61px !important;
  }

  .xxl\:leading-lh-54 {
    line-height: 54px !important;
  }

  .xxl\:leading-lh-46 {
    line-height: 46px !important;
  }

  .xxl\:leading-lh-44 {
    line-height: 44px !important;
  }

  .xxl\:leading-lh-42 {
    line-height: 42px !important;
  }

  .xxl\:leading-lh-40 {
    line-height: 40px !important;
  }

  .xxl\:leading-lh-36 {
    line-height: 36px !important;
  }

  .xxl\:leading-lh-35 {
    line-height: 35px !important;
  }

  .xxl\:leading-lh-34 {
    line-height: 34px !important;
  }

  .xxl\:leading-lh-32 {
    line-height: 32px !important;
  }

  .xxl\:leading-lh-29 {
    line-height: 29px !important;
  }

  .xxl\:leading-lh-26 {
    line-height: 26px !important;
  }

  .xxl\:leading-lh-25 {
    line-height: 25px !important;
  }

  .xxl\:leading-lh-23 {
    line-height: 23px !important;
  }

  .xxl\:leading-lh-21 {
    line-height: 21px !important;
  }

  .xxl\:leading-lh-20 {
    line-height: 20px !important;
  }

  .xxl\:leading-lh-17 {
    line-height: 17px !important;
  }

  .xxl\:leading-lh-15 {
    line-height: 15px !important;
  }

  .xxl\:leading-lh-13 {
    line-height: 13px !important;
  }

  .xxl\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .xxl\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .xxl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .xxl\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .xxl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xxl\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .xxl\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .xxl\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .xxl\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .xxl\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .xxl\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .xxl\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .xxl\:text-transparent {
    color: transparent !important;
  }

  .xxl\:text-current {
    color: currentColor !important;
  }

  .xxl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xxl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xxl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xxl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xxl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xxl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xxl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xxl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xxl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .xxl\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .xxl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .xxl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .xxl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xxl\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .xxl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xxl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .xxl\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .xxl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .xxl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .xxl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xxl\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .xxl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xxl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .xxl\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .xxl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .xxl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .xxl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xxl\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .xxl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xxl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .xxl\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .xxl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .xxl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .xxl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xxl\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .xxl\:underline {
    text-decoration: underline !important;
  }

  .xxl\:line-through {
    text-decoration: line-through !important;
  }

  .xxl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xxl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xxl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xxl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xxl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xxl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xxl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xxl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xxl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xxl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xxl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xxl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xxl\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xxl\:opacity-0 {
    opacity: 0 !important;
  }

  .xxl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xxl\:opacity-7 {
    opacity: 0.7 !important;
  }

  .xxl\:opacity-10 {
    opacity: 0.10 !important;
  }

  .xxl\:opacity-15 {
    opacity: 0.15 !important;
  }

  .xxl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xxl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xxl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xxl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xxl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xxl\:opacity-57 {
    opacity: 0.57 !important;
  }

  .xxl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xxl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xxl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xxl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xxl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xxl\:opacity-94 {
    opacity: 0.94 !important;
  }

  .xxl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xxl\:opacity-100 {
    opacity: 1 !important;
  }

  .xxl\:opacity-02 {
    opacity: 0.2 !important;
  }

  .xxl\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .xxl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xxl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xxl\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .xxl\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .xxl\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .xxl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xxl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xxl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xxl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xxl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xxl\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .xxl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xxl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xxl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xxl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xxl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xxl\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .xxl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xxl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xxl\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .xxl\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xxl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xxl\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .xxl\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .xxl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .xxl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xxl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xxl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xxl\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .xxl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xxl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xxl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xxl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xxl\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .xxl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xxl\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .xxl\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xxl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xxl\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .xxl\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .xxl\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .xxl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xxl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xxl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xxl\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .xxl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xxl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xxl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xxl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xxl\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .xxl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xxl\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .xxl\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .xxl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xxl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xxl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xxl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xxl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xxl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xxl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xxl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xxl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xxl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xxl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xxl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xxl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xxl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xxl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xxl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xxl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xxl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xxl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xxl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xxl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xxl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xxl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xxl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xxl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xxl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xxl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xxl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xxl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xxl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xxl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xxl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xxl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xxl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xxl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xxl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xxl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xxl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xxl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xxl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xxl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xxl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xxl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xxl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xxl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .xxl\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .xxl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .xxl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .xxl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .xxl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .xxl\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .xxl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .xxl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .xxl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .xxl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .xxl\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .xxl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .xxl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .xxl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .xxl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxl\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xxl\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xxl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .xxl\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xxl\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xxl\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .xxl\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xxl\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xxl\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xxl\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xxl\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xxl\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .xxl\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xxl\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xxl\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xxl\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xxl\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xxl\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xxl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xxl\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xxl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .xxl\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xxl\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xxl\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .xxl\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xxl\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xxl\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xxl\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xxl\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xxl\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .xxl\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xxl\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xxl\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xxl\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xxl\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xxl\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xxl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xxl\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xxl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .xxl\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xxl\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xxl\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .xxl\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xxl\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xxl\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xxl\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xxl\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xxl\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .xxl\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xxl\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xxl\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xxl\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xxl\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xxl\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xxl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xxl\:filter-none {
    filter: none !important;
  }

  .xxl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xxl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xxl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xxl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xxl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xxl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xxl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xxl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xxl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xxl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xxl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xxl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xxl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xxl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xxl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xxl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xxl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xxl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xxl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xxl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xxl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xxl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xxl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xxl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xxl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xxl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xxl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xxl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xxl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xxl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xxl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xxl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xxl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xxl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xxl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xxl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xxl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xxl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xxl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xxl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xxl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xxl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xxl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xxl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xxl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xxl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xxl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xxl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xxl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xxl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xxl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xxl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xxl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xxl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xxl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xxl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xxl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xxl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xxl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xxl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xxl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xxl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xxl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xxl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xxl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xxl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xxl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xxl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xxl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xxl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xxl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xxl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xxl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xxl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xxl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xxl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xxl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xxl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xxl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xxl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xxl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xxl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xxl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xxl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xxl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xxl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xxl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xxl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xxl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xxl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xxl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xxl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xxl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xxl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xxl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xxl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xxl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xxl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xxl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xxl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xxl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xxl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xxl\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xxl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .xxl\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .xxl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xxl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xxl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xxl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xxl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xxl\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .xxl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xxl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xxl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xxl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xxl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xxl\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .xxl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xxl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xxl\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xxl\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .xxl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xxl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xxl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xxl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xxl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xxl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xxl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xxl\:transition-none {
    transition-property: none !important;
  }

  .xxl\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xxl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xxl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xxl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xxl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xxl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xxl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xxl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xxl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xxl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xxl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xxl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xxl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xxl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xxl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xxl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xxl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xxl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xxl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1440px) {
  .xl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

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

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

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

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

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

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xl\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .xl\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xl\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .xl\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .xl\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xl\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .xl\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .xl\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .xl\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .xl\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .xl\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .xl\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .xl\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .xl\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .xl\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .xl\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .xl\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .xl\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .xl\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .xl\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .xl\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .xl\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .xl\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .xl\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .xl\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .xl\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .xl\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .xl\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .xl\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .xl\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .xl\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .xl\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .xl\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .xl\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .xl\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .xl\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .xl\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .xl\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .xl\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .xl\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .xl\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .xl\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .xl\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .xl\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .xl\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .xl\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .xl\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .xl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .xl\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .xl\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .xl\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .xl\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .xl\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .xl\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .xl\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .xl\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .xl\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .xl\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .xl\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .xl\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .xl\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .xl\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .xl\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .xl\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .xl\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .xl\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .xl\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .xl\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .xl\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .xl\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .xl\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .xl\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .xl\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .xl\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .xl\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .xl\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .xl\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .xl\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .xl\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .xl\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .xl\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .xl\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .xl\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .xl\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .xl\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .xl\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .xl\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .xl\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .xl\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .xl\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .xl\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .xl\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .xl\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .xl\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .xl\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .xl\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .xl\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .xl\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .xl\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .xl\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .xl\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .xl\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .xl\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .xl\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .xl\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .xl\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .xl\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .xl\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .xl\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .xl\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .xl\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .xl\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .xl\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .xl\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .xl\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .xl\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .xl\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .xl\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .xl\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .xl\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .xl\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .xl\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .xl\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .xl\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .xl\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .xl\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .xl\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .xl\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .xl\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .xl\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .xl\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .xl\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .xl\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .xl\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .xl\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .xl\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .xl\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .xl\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .xl\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .xl\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .xl\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .xl\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .xl\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .xl\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .xl\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .xl\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .xl\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .xl\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .xl\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .xl\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .xl\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .xl\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .xl\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .xl\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .xl\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .xl\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .xl\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .xl\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .xl\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .xl\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .xl\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .xl\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .xl\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .xl\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .xl\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .xl\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .xl\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .xl\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .xl\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .xl\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .xl\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .xl\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .xl\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .xl\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .xl\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .xl\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .xl\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .xl\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .xl\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .xl\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .xl\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .xl\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .xl\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .xl\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .xl\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .xl\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .xl\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .xl\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .xl\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .xl\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .xl\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .xl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .xl\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .xl\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .xl\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .xl\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .xl\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .xl\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .xl\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .xl\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .xl\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .xl\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .xl\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .xl\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .xl\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .xl\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .xl\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .xl\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .xl\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .xl\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .xl\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .xl\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .xl\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .xl\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .xl\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .xl\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:top-0 {
    top: 0px !important;
  }

  .xl\:top-2 {
    top: 2px !important;
  }

  .xl\:top-3 {
    top: 3px !important;
  }

  .xl\:top-4 {
    top: 4px !important;
  }

  .xl\:top-6 {
    top: 6px !important;
  }

  .xl\:top-8 {
    top: 8px !important;
  }

  .xl\:top-10 {
    top: 10px !important;
  }

  .xl\:top-12 {
    top: 12px !important;
  }

  .xl\:top-14 {
    top: 14px !important;
  }

  .xl\:top-16 {
    top: 16px !important;
  }

  .xl\:top-20 {
    top: 20px !important;
  }

  .xl\:top-22 {
    top: 22px !important;
  }

  .xl\:top-24 {
    top: 24px !important;
  }

  .xl\:top-25 {
    top: 25px !important;
  }

  .xl\:top-27 {
    top: 27px !important;
  }

  .xl\:top-30 {
    top: 30px !important;
  }

  .xl\:top-36 {
    top: 36px !important;
  }

  .xl\:top-40 {
    top: 40px !important;
  }

  .xl\:top-42 {
    top: 42px !important;
  }

  .xl\:top-44 {
    top: 44px !important;
  }

  .xl\:top-48 {
    top: 48px !important;
  }

  .xl\:top-52 {
    top: 52px !important;
  }

  .xl\:top-64 {
    top: 64px !important;
  }

  .xl\:top-72 {
    top: 72px !important;
  }

  .xl\:top-74 {
    top: 74px !important;
  }

  .xl\:top-77 {
    top: 77px !important;
  }

  .xl\:top-84 {
    top: 84px !important;
  }

  .xl\:top-96 {
    top: 96px !important;
  }

  .xl\:top-98 {
    top: 98px !important;
  }

  .xl\:top-100 {
    top: 100px !important;
  }

  .xl\:top-105 {
    top: 105px !important;
  }

  .xl\:top-114 {
    top: 114px !important;
  }

  .xl\:top-115 {
    top: 115px !important;
  }

  .xl\:top-120 {
    top: 120px !important;
  }

  .xl\:top-128 {
    top: 128px !important;
  }

  .xl\:top-156 {
    top: 156px !important;
  }

  .xl\:top-200 {
    top: 200px !important;
  }

  .xl\:top-256 {
    top: 256px !important;
  }

  .xl\:top-auto {
    top: auto !important;
  }

  .xl\:top-px {
    top: 1px !important;
  }

  .xl\:-top-0 {
    top: 0px !important;
  }

  .xl\:-top-2 {
    top: -2px !important;
  }

  .xl\:-top-3 {
    top: -3px !important;
  }

  .xl\:-top-4 {
    top: -4px !important;
  }

  .xl\:-top-6 {
    top: -6px !important;
  }

  .xl\:-top-8 {
    top: -8px !important;
  }

  .xl\:-top-10 {
    top: -10px !important;
  }

  .xl\:-top-12 {
    top: -12px !important;
  }

  .xl\:-top-14 {
    top: -14px !important;
  }

  .xl\:-top-16 {
    top: -16px !important;
  }

  .xl\:-top-20 {
    top: -20px !important;
  }

  .xl\:-top-22 {
    top: -22px !important;
  }

  .xl\:-top-24 {
    top: -24px !important;
  }

  .xl\:-top-25 {
    top: -25px !important;
  }

  .xl\:-top-27 {
    top: -27px !important;
  }

  .xl\:-top-30 {
    top: -30px !important;
  }

  .xl\:-top-36 {
    top: -36px !important;
  }

  .xl\:-top-40 {
    top: -40px !important;
  }

  .xl\:-top-42 {
    top: -42px !important;
  }

  .xl\:-top-44 {
    top: -44px !important;
  }

  .xl\:-top-48 {
    top: -48px !important;
  }

  .xl\:-top-52 {
    top: -52px !important;
  }

  .xl\:-top-64 {
    top: -64px !important;
  }

  .xl\:-top-72 {
    top: -72px !important;
  }

  .xl\:-top-74 {
    top: -74px !important;
  }

  .xl\:-top-77 {
    top: -77px !important;
  }

  .xl\:-top-84 {
    top: -84px !important;
  }

  .xl\:-top-96 {
    top: -96px !important;
  }

  .xl\:-top-98 {
    top: -98px !important;
  }

  .xl\:-top-100 {
    top: -100px !important;
  }

  .xl\:-top-105 {
    top: -105px !important;
  }

  .xl\:-top-114 {
    top: -114px !important;
  }

  .xl\:-top-115 {
    top: -115px !important;
  }

  .xl\:-top-120 {
    top: -120px !important;
  }

  .xl\:-top-128 {
    top: -128px !important;
  }

  .xl\:-top-156 {
    top: -156px !important;
  }

  .xl\:-top-200 {
    top: -200px !important;
  }

  .xl\:-top-256 {
    top: -256px !important;
  }

  .xl\:-top-px {
    top: -1px !important;
  }

  .xl\:top-1\/2 {
    top: 50% !important;
  }

  .xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:top-1\/4 {
    top: 25% !important;
  }

  .xl\:top-2\/4 {
    top: 50% !important;
  }

  .xl\:top-3\/4 {
    top: 75% !important;
  }

  .xl\:top-full {
    top: 100% !important;
  }

  .xl\:-top-1\/2 {
    top: -50% !important;
  }

  .xl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xl\:-top-1\/4 {
    top: -25% !important;
  }

  .xl\:-top-2\/4 {
    top: -50% !important;
  }

  .xl\:-top-3\/4 {
    top: -75% !important;
  }

  .xl\:-top-full {
    top: -100% !important;
  }

  .xl\:right-0 {
    right: 0px !important;
  }

  .xl\:right-2 {
    right: 2px !important;
  }

  .xl\:right-3 {
    right: 3px !important;
  }

  .xl\:right-4 {
    right: 4px !important;
  }

  .xl\:right-6 {
    right: 6px !important;
  }

  .xl\:right-8 {
    right: 8px !important;
  }

  .xl\:right-10 {
    right: 10px !important;
  }

  .xl\:right-12 {
    right: 12px !important;
  }

  .xl\:right-14 {
    right: 14px !important;
  }

  .xl\:right-16 {
    right: 16px !important;
  }

  .xl\:right-20 {
    right: 20px !important;
  }

  .xl\:right-22 {
    right: 22px !important;
  }

  .xl\:right-24 {
    right: 24px !important;
  }

  .xl\:right-25 {
    right: 25px !important;
  }

  .xl\:right-27 {
    right: 27px !important;
  }

  .xl\:right-30 {
    right: 30px !important;
  }

  .xl\:right-36 {
    right: 36px !important;
  }

  .xl\:right-40 {
    right: 40px !important;
  }

  .xl\:right-42 {
    right: 42px !important;
  }

  .xl\:right-44 {
    right: 44px !important;
  }

  .xl\:right-48 {
    right: 48px !important;
  }

  .xl\:right-52 {
    right: 52px !important;
  }

  .xl\:right-64 {
    right: 64px !important;
  }

  .xl\:right-72 {
    right: 72px !important;
  }

  .xl\:right-74 {
    right: 74px !important;
  }

  .xl\:right-77 {
    right: 77px !important;
  }

  .xl\:right-84 {
    right: 84px !important;
  }

  .xl\:right-96 {
    right: 96px !important;
  }

  .xl\:right-98 {
    right: 98px !important;
  }

  .xl\:right-100 {
    right: 100px !important;
  }

  .xl\:right-105 {
    right: 105px !important;
  }

  .xl\:right-114 {
    right: 114px !important;
  }

  .xl\:right-115 {
    right: 115px !important;
  }

  .xl\:right-120 {
    right: 120px !important;
  }

  .xl\:right-128 {
    right: 128px !important;
  }

  .xl\:right-156 {
    right: 156px !important;
  }

  .xl\:right-200 {
    right: 200px !important;
  }

  .xl\:right-256 {
    right: 256px !important;
  }

  .xl\:right-auto {
    right: auto !important;
  }

  .xl\:right-px {
    right: 1px !important;
  }

  .xl\:-right-0 {
    right: 0px !important;
  }

  .xl\:-right-2 {
    right: -2px !important;
  }

  .xl\:-right-3 {
    right: -3px !important;
  }

  .xl\:-right-4 {
    right: -4px !important;
  }

  .xl\:-right-6 {
    right: -6px !important;
  }

  .xl\:-right-8 {
    right: -8px !important;
  }

  .xl\:-right-10 {
    right: -10px !important;
  }

  .xl\:-right-12 {
    right: -12px !important;
  }

  .xl\:-right-14 {
    right: -14px !important;
  }

  .xl\:-right-16 {
    right: -16px !important;
  }

  .xl\:-right-20 {
    right: -20px !important;
  }

  .xl\:-right-22 {
    right: -22px !important;
  }

  .xl\:-right-24 {
    right: -24px !important;
  }

  .xl\:-right-25 {
    right: -25px !important;
  }

  .xl\:-right-27 {
    right: -27px !important;
  }

  .xl\:-right-30 {
    right: -30px !important;
  }

  .xl\:-right-36 {
    right: -36px !important;
  }

  .xl\:-right-40 {
    right: -40px !important;
  }

  .xl\:-right-42 {
    right: -42px !important;
  }

  .xl\:-right-44 {
    right: -44px !important;
  }

  .xl\:-right-48 {
    right: -48px !important;
  }

  .xl\:-right-52 {
    right: -52px !important;
  }

  .xl\:-right-64 {
    right: -64px !important;
  }

  .xl\:-right-72 {
    right: -72px !important;
  }

  .xl\:-right-74 {
    right: -74px !important;
  }

  .xl\:-right-77 {
    right: -77px !important;
  }

  .xl\:-right-84 {
    right: -84px !important;
  }

  .xl\:-right-96 {
    right: -96px !important;
  }

  .xl\:-right-98 {
    right: -98px !important;
  }

  .xl\:-right-100 {
    right: -100px !important;
  }

  .xl\:-right-105 {
    right: -105px !important;
  }

  .xl\:-right-114 {
    right: -114px !important;
  }

  .xl\:-right-115 {
    right: -115px !important;
  }

  .xl\:-right-120 {
    right: -120px !important;
  }

  .xl\:-right-128 {
    right: -128px !important;
  }

  .xl\:-right-156 {
    right: -156px !important;
  }

  .xl\:-right-200 {
    right: -200px !important;
  }

  .xl\:-right-256 {
    right: -256px !important;
  }

  .xl\:-right-px {
    right: -1px !important;
  }

  .xl\:right-1\/2 {
    right: 50% !important;
  }

  .xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:right-1\/4 {
    right: 25% !important;
  }

  .xl\:right-2\/4 {
    right: 50% !important;
  }

  .xl\:right-3\/4 {
    right: 75% !important;
  }

  .xl\:right-full {
    right: 100% !important;
  }

  .xl\:-right-1\/2 {
    right: -50% !important;
  }

  .xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xl\:-right-1\/4 {
    right: -25% !important;
  }

  .xl\:-right-2\/4 {
    right: -50% !important;
  }

  .xl\:-right-3\/4 {
    right: -75% !important;
  }

  .xl\:-right-full {
    right: -100% !important;
  }

  .xl\:bottom-0 {
    bottom: 0px !important;
  }

  .xl\:bottom-2 {
    bottom: 2px !important;
  }

  .xl\:bottom-3 {
    bottom: 3px !important;
  }

  .xl\:bottom-4 {
    bottom: 4px !important;
  }

  .xl\:bottom-6 {
    bottom: 6px !important;
  }

  .xl\:bottom-8 {
    bottom: 8px !important;
  }

  .xl\:bottom-10 {
    bottom: 10px !important;
  }

  .xl\:bottom-12 {
    bottom: 12px !important;
  }

  .xl\:bottom-14 {
    bottom: 14px !important;
  }

  .xl\:bottom-16 {
    bottom: 16px !important;
  }

  .xl\:bottom-20 {
    bottom: 20px !important;
  }

  .xl\:bottom-22 {
    bottom: 22px !important;
  }

  .xl\:bottom-24 {
    bottom: 24px !important;
  }

  .xl\:bottom-25 {
    bottom: 25px !important;
  }

  .xl\:bottom-27 {
    bottom: 27px !important;
  }

  .xl\:bottom-30 {
    bottom: 30px !important;
  }

  .xl\:bottom-36 {
    bottom: 36px !important;
  }

  .xl\:bottom-40 {
    bottom: 40px !important;
  }

  .xl\:bottom-42 {
    bottom: 42px !important;
  }

  .xl\:bottom-44 {
    bottom: 44px !important;
  }

  .xl\:bottom-48 {
    bottom: 48px !important;
  }

  .xl\:bottom-52 {
    bottom: 52px !important;
  }

  .xl\:bottom-64 {
    bottom: 64px !important;
  }

  .xl\:bottom-72 {
    bottom: 72px !important;
  }

  .xl\:bottom-74 {
    bottom: 74px !important;
  }

  .xl\:bottom-77 {
    bottom: 77px !important;
  }

  .xl\:bottom-84 {
    bottom: 84px !important;
  }

  .xl\:bottom-96 {
    bottom: 96px !important;
  }

  .xl\:bottom-98 {
    bottom: 98px !important;
  }

  .xl\:bottom-100 {
    bottom: 100px !important;
  }

  .xl\:bottom-105 {
    bottom: 105px !important;
  }

  .xl\:bottom-114 {
    bottom: 114px !important;
  }

  .xl\:bottom-115 {
    bottom: 115px !important;
  }

  .xl\:bottom-120 {
    bottom: 120px !important;
  }

  .xl\:bottom-128 {
    bottom: 128px !important;
  }

  .xl\:bottom-156 {
    bottom: 156px !important;
  }

  .xl\:bottom-200 {
    bottom: 200px !important;
  }

  .xl\:bottom-256 {
    bottom: 256px !important;
  }

  .xl\:bottom-auto {
    bottom: auto !important;
  }

  .xl\:bottom-px {
    bottom: 1px !important;
  }

  .xl\:-bottom-0 {
    bottom: 0px !important;
  }

  .xl\:-bottom-2 {
    bottom: -2px !important;
  }

  .xl\:-bottom-3 {
    bottom: -3px !important;
  }

  .xl\:-bottom-4 {
    bottom: -4px !important;
  }

  .xl\:-bottom-6 {
    bottom: -6px !important;
  }

  .xl\:-bottom-8 {
    bottom: -8px !important;
  }

  .xl\:-bottom-10 {
    bottom: -10px !important;
  }

  .xl\:-bottom-12 {
    bottom: -12px !important;
  }

  .xl\:-bottom-14 {
    bottom: -14px !important;
  }

  .xl\:-bottom-16 {
    bottom: -16px !important;
  }

  .xl\:-bottom-20 {
    bottom: -20px !important;
  }

  .xl\:-bottom-22 {
    bottom: -22px !important;
  }

  .xl\:-bottom-24 {
    bottom: -24px !important;
  }

  .xl\:-bottom-25 {
    bottom: -25px !important;
  }

  .xl\:-bottom-27 {
    bottom: -27px !important;
  }

  .xl\:-bottom-30 {
    bottom: -30px !important;
  }

  .xl\:-bottom-36 {
    bottom: -36px !important;
  }

  .xl\:-bottom-40 {
    bottom: -40px !important;
  }

  .xl\:-bottom-42 {
    bottom: -42px !important;
  }

  .xl\:-bottom-44 {
    bottom: -44px !important;
  }

  .xl\:-bottom-48 {
    bottom: -48px !important;
  }

  .xl\:-bottom-52 {
    bottom: -52px !important;
  }

  .xl\:-bottom-64 {
    bottom: -64px !important;
  }

  .xl\:-bottom-72 {
    bottom: -72px !important;
  }

  .xl\:-bottom-74 {
    bottom: -74px !important;
  }

  .xl\:-bottom-77 {
    bottom: -77px !important;
  }

  .xl\:-bottom-84 {
    bottom: -84px !important;
  }

  .xl\:-bottom-96 {
    bottom: -96px !important;
  }

  .xl\:-bottom-98 {
    bottom: -98px !important;
  }

  .xl\:-bottom-100 {
    bottom: -100px !important;
  }

  .xl\:-bottom-105 {
    bottom: -105px !important;
  }

  .xl\:-bottom-114 {
    bottom: -114px !important;
  }

  .xl\:-bottom-115 {
    bottom: -115px !important;
  }

  .xl\:-bottom-120 {
    bottom: -120px !important;
  }

  .xl\:-bottom-128 {
    bottom: -128px !important;
  }

  .xl\:-bottom-156 {
    bottom: -156px !important;
  }

  .xl\:-bottom-200 {
    bottom: -200px !important;
  }

  .xl\:-bottom-256 {
    bottom: -256px !important;
  }

  .xl\:-bottom-px {
    bottom: -1px !important;
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:bottom-full {
    bottom: 100% !important;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xl\:-bottom-full {
    bottom: -100% !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:left-2 {
    left: 2px !important;
  }

  .xl\:left-3 {
    left: 3px !important;
  }

  .xl\:left-4 {
    left: 4px !important;
  }

  .xl\:left-6 {
    left: 6px !important;
  }

  .xl\:left-8 {
    left: 8px !important;
  }

  .xl\:left-10 {
    left: 10px !important;
  }

  .xl\:left-12 {
    left: 12px !important;
  }

  .xl\:left-14 {
    left: 14px !important;
  }

  .xl\:left-16 {
    left: 16px !important;
  }

  .xl\:left-20 {
    left: 20px !important;
  }

  .xl\:left-22 {
    left: 22px !important;
  }

  .xl\:left-24 {
    left: 24px !important;
  }

  .xl\:left-25 {
    left: 25px !important;
  }

  .xl\:left-27 {
    left: 27px !important;
  }

  .xl\:left-30 {
    left: 30px !important;
  }

  .xl\:left-36 {
    left: 36px !important;
  }

  .xl\:left-40 {
    left: 40px !important;
  }

  .xl\:left-42 {
    left: 42px !important;
  }

  .xl\:left-44 {
    left: 44px !important;
  }

  .xl\:left-48 {
    left: 48px !important;
  }

  .xl\:left-52 {
    left: 52px !important;
  }

  .xl\:left-64 {
    left: 64px !important;
  }

  .xl\:left-72 {
    left: 72px !important;
  }

  .xl\:left-74 {
    left: 74px !important;
  }

  .xl\:left-77 {
    left: 77px !important;
  }

  .xl\:left-84 {
    left: 84px !important;
  }

  .xl\:left-96 {
    left: 96px !important;
  }

  .xl\:left-98 {
    left: 98px !important;
  }

  .xl\:left-100 {
    left: 100px !important;
  }

  .xl\:left-105 {
    left: 105px !important;
  }

  .xl\:left-114 {
    left: 114px !important;
  }

  .xl\:left-115 {
    left: 115px !important;
  }

  .xl\:left-120 {
    left: 120px !important;
  }

  .xl\:left-128 {
    left: 128px !important;
  }

  .xl\:left-156 {
    left: 156px !important;
  }

  .xl\:left-200 {
    left: 200px !important;
  }

  .xl\:left-256 {
    left: 256px !important;
  }

  .xl\:left-auto {
    left: auto !important;
  }

  .xl\:left-px {
    left: 1px !important;
  }

  .xl\:-left-0 {
    left: 0px !important;
  }

  .xl\:-left-2 {
    left: -2px !important;
  }

  .xl\:-left-3 {
    left: -3px !important;
  }

  .xl\:-left-4 {
    left: -4px !important;
  }

  .xl\:-left-6 {
    left: -6px !important;
  }

  .xl\:-left-8 {
    left: -8px !important;
  }

  .xl\:-left-10 {
    left: -10px !important;
  }

  .xl\:-left-12 {
    left: -12px !important;
  }

  .xl\:-left-14 {
    left: -14px !important;
  }

  .xl\:-left-16 {
    left: -16px !important;
  }

  .xl\:-left-20 {
    left: -20px !important;
  }

  .xl\:-left-22 {
    left: -22px !important;
  }

  .xl\:-left-24 {
    left: -24px !important;
  }

  .xl\:-left-25 {
    left: -25px !important;
  }

  .xl\:-left-27 {
    left: -27px !important;
  }

  .xl\:-left-30 {
    left: -30px !important;
  }

  .xl\:-left-36 {
    left: -36px !important;
  }

  .xl\:-left-40 {
    left: -40px !important;
  }

  .xl\:-left-42 {
    left: -42px !important;
  }

  .xl\:-left-44 {
    left: -44px !important;
  }

  .xl\:-left-48 {
    left: -48px !important;
  }

  .xl\:-left-52 {
    left: -52px !important;
  }

  .xl\:-left-64 {
    left: -64px !important;
  }

  .xl\:-left-72 {
    left: -72px !important;
  }

  .xl\:-left-74 {
    left: -74px !important;
  }

  .xl\:-left-77 {
    left: -77px !important;
  }

  .xl\:-left-84 {
    left: -84px !important;
  }

  .xl\:-left-96 {
    left: -96px !important;
  }

  .xl\:-left-98 {
    left: -98px !important;
  }

  .xl\:-left-100 {
    left: -100px !important;
  }

  .xl\:-left-105 {
    left: -105px !important;
  }

  .xl\:-left-114 {
    left: -114px !important;
  }

  .xl\:-left-115 {
    left: -115px !important;
  }

  .xl\:-left-120 {
    left: -120px !important;
  }

  .xl\:-left-128 {
    left: -128px !important;
  }

  .xl\:-left-156 {
    left: -156px !important;
  }

  .xl\:-left-200 {
    left: -200px !important;
  }

  .xl\:-left-256 {
    left: -256px !important;
  }

  .xl\:-left-px {
    left: -1px !important;
  }

  .xl\:left-1\/2 {
    left: 50% !important;
  }

  .xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:left-1\/4 {
    left: 25% !important;
  }

  .xl\:left-2\/4 {
    left: 50% !important;
  }

  .xl\:left-3\/4 {
    left: 75% !important;
  }

  .xl\:left-full {
    left: 100% !important;
  }

  .xl\:-left-1\/2 {
    left: -50% !important;
  }

  .xl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xl\:-left-1\/4 {
    left: -25% !important;
  }

  .xl\:-left-2\/4 {
    left: -50% !important;
  }

  .xl\:-left-3\/4 {
    left: -75% !important;
  }

  .xl\:-left-full {
    left: -100% !important;
  }

  .xl\:isolate {
    isolation: isolate !important;
  }

  .xl\:isolation-auto {
    isolation: auto !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-1 {
    z-index: 1 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xl\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:order-5 {
    order: 5 !important;
  }

  .xl\:order-6 {
    order: 6 !important;
  }

  .xl\:order-7 {
    order: 7 !important;
  }

  .xl\:order-8 {
    order: 8 !important;
  }

  .xl\:order-9 {
    order: 9 !important;
  }

  .xl\:order-10 {
    order: 10 !important;
  }

  .xl\:order-11 {
    order: 11 !important;
  }

  .xl\:order-12 {
    order: 12 !important;
  }

  .xl\:order-first {
    order: -9999 !important;
  }

  .xl\:order-last {
    order: 9999 !important;
  }

  .xl\:order-none {
    order: 0 !important;
  }

  .xl\:col-auto {
    grid-column: auto !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:row-auto {
    grid-row: auto !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clear-left {
    clear: left !important;
  }

  .xl\:clear-right {
    clear: right !important;
  }

  .xl\:clear-both {
    clear: both !important;
  }

  .xl\:clear-none {
    clear: none !important;
  }

  .xl\:m-0 {
    margin: 0px !important;
  }

  .xl\:m-2 {
    margin: 2px !important;
  }

  .xl\:m-3 {
    margin: 3px !important;
  }

  .xl\:m-4 {
    margin: 4px !important;
  }

  .xl\:m-6 {
    margin: 6px !important;
  }

  .xl\:m-8 {
    margin: 8px !important;
  }

  .xl\:m-10 {
    margin: 10px !important;
  }

  .xl\:m-12 {
    margin: 12px !important;
  }

  .xl\:m-14 {
    margin: 14px !important;
  }

  .xl\:m-16 {
    margin: 16px !important;
  }

  .xl\:m-20 {
    margin: 20px !important;
  }

  .xl\:m-22 {
    margin: 22px !important;
  }

  .xl\:m-24 {
    margin: 24px !important;
  }

  .xl\:m-25 {
    margin: 25px !important;
  }

  .xl\:m-27 {
    margin: 27px !important;
  }

  .xl\:m-30 {
    margin: 30px !important;
  }

  .xl\:m-36 {
    margin: 36px !important;
  }

  .xl\:m-40 {
    margin: 40px !important;
  }

  .xl\:m-42 {
    margin: 42px !important;
  }

  .xl\:m-44 {
    margin: 44px !important;
  }

  .xl\:m-48 {
    margin: 48px !important;
  }

  .xl\:m-52 {
    margin: 52px !important;
  }

  .xl\:m-64 {
    margin: 64px !important;
  }

  .xl\:m-72 {
    margin: 72px !important;
  }

  .xl\:m-74 {
    margin: 74px !important;
  }

  .xl\:m-77 {
    margin: 77px !important;
  }

  .xl\:m-84 {
    margin: 84px !important;
  }

  .xl\:m-96 {
    margin: 96px !important;
  }

  .xl\:m-98 {
    margin: 98px !important;
  }

  .xl\:m-100 {
    margin: 100px !important;
  }

  .xl\:m-105 {
    margin: 105px !important;
  }

  .xl\:m-114 {
    margin: 114px !important;
  }

  .xl\:m-115 {
    margin: 115px !important;
  }

  .xl\:m-120 {
    margin: 120px !important;
  }

  .xl\:m-128 {
    margin: 128px !important;
  }

  .xl\:m-156 {
    margin: 156px !important;
  }

  .xl\:m-200 {
    margin: 200px !important;
  }

  .xl\:m-256 {
    margin: 256px !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:-m-0 {
    margin: 0px !important;
  }

  .xl\:-m-2 {
    margin: -2px !important;
  }

  .xl\:-m-3 {
    margin: -3px !important;
  }

  .xl\:-m-4 {
    margin: -4px !important;
  }

  .xl\:-m-6 {
    margin: -6px !important;
  }

  .xl\:-m-8 {
    margin: -8px !important;
  }

  .xl\:-m-10 {
    margin: -10px !important;
  }

  .xl\:-m-12 {
    margin: -12px !important;
  }

  .xl\:-m-14 {
    margin: -14px !important;
  }

  .xl\:-m-16 {
    margin: -16px !important;
  }

  .xl\:-m-20 {
    margin: -20px !important;
  }

  .xl\:-m-22 {
    margin: -22px !important;
  }

  .xl\:-m-24 {
    margin: -24px !important;
  }

  .xl\:-m-25 {
    margin: -25px !important;
  }

  .xl\:-m-27 {
    margin: -27px !important;
  }

  .xl\:-m-30 {
    margin: -30px !important;
  }

  .xl\:-m-36 {
    margin: -36px !important;
  }

  .xl\:-m-40 {
    margin: -40px !important;
  }

  .xl\:-m-42 {
    margin: -42px !important;
  }

  .xl\:-m-44 {
    margin: -44px !important;
  }

  .xl\:-m-48 {
    margin: -48px !important;
  }

  .xl\:-m-52 {
    margin: -52px !important;
  }

  .xl\:-m-64 {
    margin: -64px !important;
  }

  .xl\:-m-72 {
    margin: -72px !important;
  }

  .xl\:-m-74 {
    margin: -74px !important;
  }

  .xl\:-m-77 {
    margin: -77px !important;
  }

  .xl\:-m-84 {
    margin: -84px !important;
  }

  .xl\:-m-96 {
    margin: -96px !important;
  }

  .xl\:-m-98 {
    margin: -98px !important;
  }

  .xl\:-m-100 {
    margin: -100px !important;
  }

  .xl\:-m-105 {
    margin: -105px !important;
  }

  .xl\:-m-114 {
    margin: -114px !important;
  }

  .xl\:-m-115 {
    margin: -115px !important;
  }

  .xl\:-m-120 {
    margin: -120px !important;
  }

  .xl\:-m-128 {
    margin: -128px !important;
  }

  .xl\:-m-156 {
    margin: -156px !important;
  }

  .xl\:-m-200 {
    margin: -200px !important;
  }

  .xl\:-m-256 {
    margin: -256px !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xl\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xl\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xl\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .xl\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xl\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xl\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .xl\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xl\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .xl\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xl\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .xl\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xl\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xl\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .xl\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xl\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xl\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .xl\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .xl\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xl\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xl\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .xl\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xl\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .xl\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .xl\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .xl\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xl\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .xl\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .xl\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xl\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xl\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xl\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xl\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .xl\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xl\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xl\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xl\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .xl\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xl\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .xl\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xl\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xl\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .xl\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xl\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xl\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .xl\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xl\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xl\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xl\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xl\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xl\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .xl\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .xl\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xl\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xl\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .xl\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xl\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .xl\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .xl\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .xl\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xl\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .xl\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .xl\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xl\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xl\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xl\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xl\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .xl\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xl\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xl\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .xl\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xl\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .xl\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xl\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .xl\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xl\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xl\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .xl\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xl\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xl\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .xl\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .xl\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xl\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xl\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .xl\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xl\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .xl\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .xl\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .xl\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xl\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .xl\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .xl\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xl\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xl\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xl\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xl\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .xl\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xl\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xl\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xl\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .xl\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xl\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xl\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .xl\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xl\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xl\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .xl\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xl\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xl\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .xl\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xl\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xl\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xl\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xl\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xl\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .xl\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .xl\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xl\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xl\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .xl\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xl\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .xl\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .xl\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .xl\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xl\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .xl\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .xl\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xl\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mt-2 {
    margin-top: 2px !important;
  }

  .xl\:mt-3 {
    margin-top: 3px !important;
  }

  .xl\:mt-4 {
    margin-top: 4px !important;
  }

  .xl\:mt-6 {
    margin-top: 6px !important;
  }

  .xl\:mt-8 {
    margin-top: 8px !important;
  }

  .xl\:mt-10 {
    margin-top: 10px !important;
  }

  .xl\:mt-12 {
    margin-top: 12px !important;
  }

  .xl\:mt-14 {
    margin-top: 14px !important;
  }

  .xl\:mt-16 {
    margin-top: 16px !important;
  }

  .xl\:mt-20 {
    margin-top: 20px !important;
  }

  .xl\:mt-22 {
    margin-top: 22px !important;
  }

  .xl\:mt-24 {
    margin-top: 24px !important;
  }

  .xl\:mt-25 {
    margin-top: 25px !important;
  }

  .xl\:mt-27 {
    margin-top: 27px !important;
  }

  .xl\:mt-30 {
    margin-top: 30px !important;
  }

  .xl\:mt-36 {
    margin-top: 36px !important;
  }

  .xl\:mt-40 {
    margin-top: 40px !important;
  }

  .xl\:mt-42 {
    margin-top: 42px !important;
  }

  .xl\:mt-44 {
    margin-top: 44px !important;
  }

  .xl\:mt-48 {
    margin-top: 48px !important;
  }

  .xl\:mt-52 {
    margin-top: 52px !important;
  }

  .xl\:mt-64 {
    margin-top: 64px !important;
  }

  .xl\:mt-72 {
    margin-top: 72px !important;
  }

  .xl\:mt-74 {
    margin-top: 74px !important;
  }

  .xl\:mt-77 {
    margin-top: 77px !important;
  }

  .xl\:mt-84 {
    margin-top: 84px !important;
  }

  .xl\:mt-96 {
    margin-top: 96px !important;
  }

  .xl\:mt-98 {
    margin-top: 98px !important;
  }

  .xl\:mt-100 {
    margin-top: 100px !important;
  }

  .xl\:mt-105 {
    margin-top: 105px !important;
  }

  .xl\:mt-114 {
    margin-top: 114px !important;
  }

  .xl\:mt-115 {
    margin-top: 115px !important;
  }

  .xl\:mt-120 {
    margin-top: 120px !important;
  }

  .xl\:mt-128 {
    margin-top: 128px !important;
  }

  .xl\:mt-156 {
    margin-top: 156px !important;
  }

  .xl\:mt-200 {
    margin-top: 200px !important;
  }

  .xl\:mt-256 {
    margin-top: 256px !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:-mt-0 {
    margin-top: 0px !important;
  }

  .xl\:-mt-2 {
    margin-top: -2px !important;
  }

  .xl\:-mt-3 {
    margin-top: -3px !important;
  }

  .xl\:-mt-4 {
    margin-top: -4px !important;
  }

  .xl\:-mt-6 {
    margin-top: -6px !important;
  }

  .xl\:-mt-8 {
    margin-top: -8px !important;
  }

  .xl\:-mt-10 {
    margin-top: -10px !important;
  }

  .xl\:-mt-12 {
    margin-top: -12px !important;
  }

  .xl\:-mt-14 {
    margin-top: -14px !important;
  }

  .xl\:-mt-16 {
    margin-top: -16px !important;
  }

  .xl\:-mt-20 {
    margin-top: -20px !important;
  }

  .xl\:-mt-22 {
    margin-top: -22px !important;
  }

  .xl\:-mt-24 {
    margin-top: -24px !important;
  }

  .xl\:-mt-25 {
    margin-top: -25px !important;
  }

  .xl\:-mt-27 {
    margin-top: -27px !important;
  }

  .xl\:-mt-30 {
    margin-top: -30px !important;
  }

  .xl\:-mt-36 {
    margin-top: -36px !important;
  }

  .xl\:-mt-40 {
    margin-top: -40px !important;
  }

  .xl\:-mt-42 {
    margin-top: -42px !important;
  }

  .xl\:-mt-44 {
    margin-top: -44px !important;
  }

  .xl\:-mt-48 {
    margin-top: -48px !important;
  }

  .xl\:-mt-52 {
    margin-top: -52px !important;
  }

  .xl\:-mt-64 {
    margin-top: -64px !important;
  }

  .xl\:-mt-72 {
    margin-top: -72px !important;
  }

  .xl\:-mt-74 {
    margin-top: -74px !important;
  }

  .xl\:-mt-77 {
    margin-top: -77px !important;
  }

  .xl\:-mt-84 {
    margin-top: -84px !important;
  }

  .xl\:-mt-96 {
    margin-top: -96px !important;
  }

  .xl\:-mt-98 {
    margin-top: -98px !important;
  }

  .xl\:-mt-100 {
    margin-top: -100px !important;
  }

  .xl\:-mt-105 {
    margin-top: -105px !important;
  }

  .xl\:-mt-114 {
    margin-top: -114px !important;
  }

  .xl\:-mt-115 {
    margin-top: -115px !important;
  }

  .xl\:-mt-120 {
    margin-top: -120px !important;
  }

  .xl\:-mt-128 {
    margin-top: -128px !important;
  }

  .xl\:-mt-156 {
    margin-top: -156px !important;
  }

  .xl\:-mt-200 {
    margin-top: -200px !important;
  }

  .xl\:-mt-256 {
    margin-top: -256px !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:mr-2 {
    margin-right: 2px !important;
  }

  .xl\:mr-3 {
    margin-right: 3px !important;
  }

  .xl\:mr-4 {
    margin-right: 4px !important;
  }

  .xl\:mr-6 {
    margin-right: 6px !important;
  }

  .xl\:mr-8 {
    margin-right: 8px !important;
  }

  .xl\:mr-10 {
    margin-right: 10px !important;
  }

  .xl\:mr-12 {
    margin-right: 12px !important;
  }

  .xl\:mr-14 {
    margin-right: 14px !important;
  }

  .xl\:mr-16 {
    margin-right: 16px !important;
  }

  .xl\:mr-20 {
    margin-right: 20px !important;
  }

  .xl\:mr-22 {
    margin-right: 22px !important;
  }

  .xl\:mr-24 {
    margin-right: 24px !important;
  }

  .xl\:mr-25 {
    margin-right: 25px !important;
  }

  .xl\:mr-27 {
    margin-right: 27px !important;
  }

  .xl\:mr-30 {
    margin-right: 30px !important;
  }

  .xl\:mr-36 {
    margin-right: 36px !important;
  }

  .xl\:mr-40 {
    margin-right: 40px !important;
  }

  .xl\:mr-42 {
    margin-right: 42px !important;
  }

  .xl\:mr-44 {
    margin-right: 44px !important;
  }

  .xl\:mr-48 {
    margin-right: 48px !important;
  }

  .xl\:mr-52 {
    margin-right: 52px !important;
  }

  .xl\:mr-64 {
    margin-right: 64px !important;
  }

  .xl\:mr-72 {
    margin-right: 72px !important;
  }

  .xl\:mr-74 {
    margin-right: 74px !important;
  }

  .xl\:mr-77 {
    margin-right: 77px !important;
  }

  .xl\:mr-84 {
    margin-right: 84px !important;
  }

  .xl\:mr-96 {
    margin-right: 96px !important;
  }

  .xl\:mr-98 {
    margin-right: 98px !important;
  }

  .xl\:mr-100 {
    margin-right: 100px !important;
  }

  .xl\:mr-105 {
    margin-right: 105px !important;
  }

  .xl\:mr-114 {
    margin-right: 114px !important;
  }

  .xl\:mr-115 {
    margin-right: 115px !important;
  }

  .xl\:mr-120 {
    margin-right: 120px !important;
  }

  .xl\:mr-128 {
    margin-right: 128px !important;
  }

  .xl\:mr-156 {
    margin-right: 156px !important;
  }

  .xl\:mr-200 {
    margin-right: 200px !important;
  }

  .xl\:mr-256 {
    margin-right: 256px !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:-mr-0 {
    margin-right: 0px !important;
  }

  .xl\:-mr-2 {
    margin-right: -2px !important;
  }

  .xl\:-mr-3 {
    margin-right: -3px !important;
  }

  .xl\:-mr-4 {
    margin-right: -4px !important;
  }

  .xl\:-mr-6 {
    margin-right: -6px !important;
  }

  .xl\:-mr-8 {
    margin-right: -8px !important;
  }

  .xl\:-mr-10 {
    margin-right: -10px !important;
  }

  .xl\:-mr-12 {
    margin-right: -12px !important;
  }

  .xl\:-mr-14 {
    margin-right: -14px !important;
  }

  .xl\:-mr-16 {
    margin-right: -16px !important;
  }

  .xl\:-mr-20 {
    margin-right: -20px !important;
  }

  .xl\:-mr-22 {
    margin-right: -22px !important;
  }

  .xl\:-mr-24 {
    margin-right: -24px !important;
  }

  .xl\:-mr-25 {
    margin-right: -25px !important;
  }

  .xl\:-mr-27 {
    margin-right: -27px !important;
  }

  .xl\:-mr-30 {
    margin-right: -30px !important;
  }

  .xl\:-mr-36 {
    margin-right: -36px !important;
  }

  .xl\:-mr-40 {
    margin-right: -40px !important;
  }

  .xl\:-mr-42 {
    margin-right: -42px !important;
  }

  .xl\:-mr-44 {
    margin-right: -44px !important;
  }

  .xl\:-mr-48 {
    margin-right: -48px !important;
  }

  .xl\:-mr-52 {
    margin-right: -52px !important;
  }

  .xl\:-mr-64 {
    margin-right: -64px !important;
  }

  .xl\:-mr-72 {
    margin-right: -72px !important;
  }

  .xl\:-mr-74 {
    margin-right: -74px !important;
  }

  .xl\:-mr-77 {
    margin-right: -77px !important;
  }

  .xl\:-mr-84 {
    margin-right: -84px !important;
  }

  .xl\:-mr-96 {
    margin-right: -96px !important;
  }

  .xl\:-mr-98 {
    margin-right: -98px !important;
  }

  .xl\:-mr-100 {
    margin-right: -100px !important;
  }

  .xl\:-mr-105 {
    margin-right: -105px !important;
  }

  .xl\:-mr-114 {
    margin-right: -114px !important;
  }

  .xl\:-mr-115 {
    margin-right: -115px !important;
  }

  .xl\:-mr-120 {
    margin-right: -120px !important;
  }

  .xl\:-mr-128 {
    margin-right: -128px !important;
  }

  .xl\:-mr-156 {
    margin-right: -156px !important;
  }

  .xl\:-mr-200 {
    margin-right: -200px !important;
  }

  .xl\:-mr-256 {
    margin-right: -256px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mb-2 {
    margin-bottom: 2px !important;
  }

  .xl\:mb-3 {
    margin-bottom: 3px !important;
  }

  .xl\:mb-4 {
    margin-bottom: 4px !important;
  }

  .xl\:mb-6 {
    margin-bottom: 6px !important;
  }

  .xl\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }

  .xl\:mb-12 {
    margin-bottom: 12px !important;
  }

  .xl\:mb-14 {
    margin-bottom: 14px !important;
  }

  .xl\:mb-16 {
    margin-bottom: 16px !important;
  }

  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }

  .xl\:mb-22 {
    margin-bottom: 22px !important;
  }

  .xl\:mb-24 {
    margin-bottom: 24px !important;
  }

  .xl\:mb-25 {
    margin-bottom: 25px !important;
  }

  .xl\:mb-27 {
    margin-bottom: 27px !important;
  }

  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }

  .xl\:mb-36 {
    margin-bottom: 36px !important;
  }

  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xl\:mb-42 {
    margin-bottom: 42px !important;
  }

  .xl\:mb-44 {
    margin-bottom: 44px !important;
  }

  .xl\:mb-48 {
    margin-bottom: 48px !important;
  }

  .xl\:mb-52 {
    margin-bottom: 52px !important;
  }

  .xl\:mb-64 {
    margin-bottom: 64px !important;
  }

  .xl\:mb-72 {
    margin-bottom: 72px !important;
  }

  .xl\:mb-74 {
    margin-bottom: 74px !important;
  }

  .xl\:mb-77 {
    margin-bottom: 77px !important;
  }

  .xl\:mb-84 {
    margin-bottom: 84px !important;
  }

  .xl\:mb-96 {
    margin-bottom: 96px !important;
  }

  .xl\:mb-98 {
    margin-bottom: 98px !important;
  }

  .xl\:mb-100 {
    margin-bottom: 100px !important;
  }

  .xl\:mb-105 {
    margin-bottom: 105px !important;
  }

  .xl\:mb-114 {
    margin-bottom: 114px !important;
  }

  .xl\:mb-115 {
    margin-bottom: 115px !important;
  }

  .xl\:mb-120 {
    margin-bottom: 120px !important;
  }

  .xl\:mb-128 {
    margin-bottom: 128px !important;
  }

  .xl\:mb-156 {
    margin-bottom: 156px !important;
  }

  .xl\:mb-200 {
    margin-bottom: 200px !important;
  }

  .xl\:mb-256 {
    margin-bottom: 256px !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .xl\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .xl\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .xl\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .xl\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .xl\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .xl\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .xl\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .xl\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .xl\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .xl\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .xl\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .xl\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .xl\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .xl\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .xl\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .xl\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .xl\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .xl\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .xl\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .xl\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .xl\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .xl\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .xl\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .xl\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:ml-2 {
    margin-left: 2px !important;
  }

  .xl\:ml-3 {
    margin-left: 3px !important;
  }

  .xl\:ml-4 {
    margin-left: 4px !important;
  }

  .xl\:ml-6 {
    margin-left: 6px !important;
  }

  .xl\:ml-8 {
    margin-left: 8px !important;
  }

  .xl\:ml-10 {
    margin-left: 10px !important;
  }

  .xl\:ml-12 {
    margin-left: 12px !important;
  }

  .xl\:ml-14 {
    margin-left: 14px !important;
  }

  .xl\:ml-16 {
    margin-left: 16px !important;
  }

  .xl\:ml-20 {
    margin-left: 20px !important;
  }

  .xl\:ml-22 {
    margin-left: 22px !important;
  }

  .xl\:ml-24 {
    margin-left: 24px !important;
  }

  .xl\:ml-25 {
    margin-left: 25px !important;
  }

  .xl\:ml-27 {
    margin-left: 27px !important;
  }

  .xl\:ml-30 {
    margin-left: 30px !important;
  }

  .xl\:ml-36 {
    margin-left: 36px !important;
  }

  .xl\:ml-40 {
    margin-left: 40px !important;
  }

  .xl\:ml-42 {
    margin-left: 42px !important;
  }

  .xl\:ml-44 {
    margin-left: 44px !important;
  }

  .xl\:ml-48 {
    margin-left: 48px !important;
  }

  .xl\:ml-52 {
    margin-left: 52px !important;
  }

  .xl\:ml-64 {
    margin-left: 64px !important;
  }

  .xl\:ml-72 {
    margin-left: 72px !important;
  }

  .xl\:ml-74 {
    margin-left: 74px !important;
  }

  .xl\:ml-77 {
    margin-left: 77px !important;
  }

  .xl\:ml-84 {
    margin-left: 84px !important;
  }

  .xl\:ml-96 {
    margin-left: 96px !important;
  }

  .xl\:ml-98 {
    margin-left: 98px !important;
  }

  .xl\:ml-100 {
    margin-left: 100px !important;
  }

  .xl\:ml-105 {
    margin-left: 105px !important;
  }

  .xl\:ml-114 {
    margin-left: 114px !important;
  }

  .xl\:ml-115 {
    margin-left: 115px !important;
  }

  .xl\:ml-120 {
    margin-left: 120px !important;
  }

  .xl\:ml-128 {
    margin-left: 128px !important;
  }

  .xl\:ml-156 {
    margin-left: 156px !important;
  }

  .xl\:ml-200 {
    margin-left: 200px !important;
  }

  .xl\:ml-256 {
    margin-left: 256px !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:-ml-0 {
    margin-left: 0px !important;
  }

  .xl\:-ml-2 {
    margin-left: -2px !important;
  }

  .xl\:-ml-3 {
    margin-left: -3px !important;
  }

  .xl\:-ml-4 {
    margin-left: -4px !important;
  }

  .xl\:-ml-6 {
    margin-left: -6px !important;
  }

  .xl\:-ml-8 {
    margin-left: -8px !important;
  }

  .xl\:-ml-10 {
    margin-left: -10px !important;
  }

  .xl\:-ml-12 {
    margin-left: -12px !important;
  }

  .xl\:-ml-14 {
    margin-left: -14px !important;
  }

  .xl\:-ml-16 {
    margin-left: -16px !important;
  }

  .xl\:-ml-20 {
    margin-left: -20px !important;
  }

  .xl\:-ml-22 {
    margin-left: -22px !important;
  }

  .xl\:-ml-24 {
    margin-left: -24px !important;
  }

  .xl\:-ml-25 {
    margin-left: -25px !important;
  }

  .xl\:-ml-27 {
    margin-left: -27px !important;
  }

  .xl\:-ml-30 {
    margin-left: -30px !important;
  }

  .xl\:-ml-36 {
    margin-left: -36px !important;
  }

  .xl\:-ml-40 {
    margin-left: -40px !important;
  }

  .xl\:-ml-42 {
    margin-left: -42px !important;
  }

  .xl\:-ml-44 {
    margin-left: -44px !important;
  }

  .xl\:-ml-48 {
    margin-left: -48px !important;
  }

  .xl\:-ml-52 {
    margin-left: -52px !important;
  }

  .xl\:-ml-64 {
    margin-left: -64px !important;
  }

  .xl\:-ml-72 {
    margin-left: -72px !important;
  }

  .xl\:-ml-74 {
    margin-left: -74px !important;
  }

  .xl\:-ml-77 {
    margin-left: -77px !important;
  }

  .xl\:-ml-84 {
    margin-left: -84px !important;
  }

  .xl\:-ml-96 {
    margin-left: -96px !important;
  }

  .xl\:-ml-98 {
    margin-left: -98px !important;
  }

  .xl\:-ml-100 {
    margin-left: -100px !important;
  }

  .xl\:-ml-105 {
    margin-left: -105px !important;
  }

  .xl\:-ml-114 {
    margin-left: -114px !important;
  }

  .xl\:-ml-115 {
    margin-left: -115px !important;
  }

  .xl\:-ml-120 {
    margin-left: -120px !important;
  }

  .xl\:-ml-128 {
    margin-left: -128px !important;
  }

  .xl\:-ml-156 {
    margin-left: -156px !important;
  }

  .xl\:-ml-200 {
    margin-left: -200px !important;
  }

  .xl\:-ml-256 {
    margin-left: -256px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:box-border {
    box-sizing: border-box !important;
  }

  .xl\:box-content {
    box-sizing: content-box !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:inline-table {
    display: inline-table !important;
  }

  .xl\:table-caption {
    display: table-caption !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:table-column {
    display: table-column !important;
  }

  .xl\:table-column-group {
    display: table-column-group !important;
  }

  .xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:table-header-group {
    display: table-header-group !important;
  }

  .xl\:table-row-group {
    display: table-row-group !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:flow-root {
    display: flow-root !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:inline-grid {
    display: inline-grid !important;
  }

  .xl\:contents {
    display: contents !important;
  }

  .xl\:list-item {
    display: list-item !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:h-0 {
    height: 0px !important;
  }

  .xl\:h-2 {
    height: 2px !important;
  }

  .xl\:h-3 {
    height: 3px !important;
  }

  .xl\:h-4 {
    height: 4px !important;
  }

  .xl\:h-5 {
    height: 5px !important;
  }

  .xl\:h-6 {
    height: 6px !important;
  }

  .xl\:h-8 {
    height: 8px !important;
  }

  .xl\:h-10 {
    height: 10px !important;
  }

  .xl\:h-12 {
    height: 12px !important;
  }

  .xl\:h-14 {
    height: 14px !important;
  }

  .xl\:h-15 {
    height: 15px !important;
  }

  .xl\:h-16 {
    height: 16px !important;
  }

  .xl\:h-20 {
    height: 20px !important;
  }

  .xl\:h-22 {
    height: 22px !important;
  }

  .xl\:h-24 {
    height: 24px !important;
  }

  .xl\:h-25 {
    height: 25px !important;
  }

  .xl\:h-26 {
    height: 26px !important;
  }

  .xl\:h-27 {
    height: 27px !important;
  }

  .xl\:h-28 {
    height: 28px !important;
  }

  .xl\:h-30 {
    height: 30px !important;
  }

  .xl\:h-32 {
    height: 32px !important;
  }

  .xl\:h-33 {
    height: 33px !important;
  }

  .xl\:h-34 {
    height: 34px !important;
  }

  .xl\:h-35 {
    height: 35px !important;
  }

  .xl\:h-36 {
    height: 36px !important;
  }

  .xl\:h-38 {
    height: 38px !important;
  }

  .xl\:h-40 {
    height: 40px !important;
  }

  .xl\:h-42 {
    height: 42px !important;
  }

  .xl\:h-44 {
    height: 44px !important;
  }

  .xl\:h-45 {
    height: 45px !important;
  }

  .xl\:h-48 {
    height: 48px !important;
  }

  .xl\:h-50 {
    height: 50px !important;
  }

  .xl\:h-52 {
    height: 52px !important;
  }

  .xl\:h-55 {
    height: 55px !important;
  }

  .xl\:h-60 {
    height: 60px !important;
  }

  .xl\:h-64 {
    height: 64px !important;
  }

  .xl\:h-65 {
    height: 65px !important;
  }

  .xl\:h-70 {
    height: 70px !important;
  }

  .xl\:h-72 {
    height: 72px !important;
  }

  .xl\:h-74 {
    height: 74px !important;
  }

  .xl\:h-75 {
    height: 75px !important;
  }

  .xl\:h-77 {
    height: 77px !important;
  }

  .xl\:h-80 {
    height: 80px !important;
  }

  .xl\:h-84 {
    height: 84px !important;
  }

  .xl\:h-85 {
    height: 85px !important;
  }

  .xl\:h-90 {
    height: 90px !important;
  }

  .xl\:h-95 {
    height: 95px !important;
  }

  .xl\:h-96 {
    height: 96px !important;
  }

  .xl\:h-98 {
    height: 98px !important;
  }

  .xl\:h-100 {
    height: 100px !important;
  }

  .xl\:h-105 {
    height: 105px !important;
  }

  .xl\:h-110 {
    height: 110px !important;
  }

  .xl\:h-114 {
    height: 114px !important;
  }

  .xl\:h-115 {
    height: 115px !important;
  }

  .xl\:h-120 {
    height: 120px !important;
  }

  .xl\:h-125 {
    height: 125px !important;
  }

  .xl\:h-128 {
    height: 128px !important;
  }

  .xl\:h-130 {
    height: 130px !important;
  }

  .xl\:h-135 {
    height: 135px !important;
  }

  .xl\:h-140 {
    height: 140px !important;
  }

  .xl\:h-142 {
    height: 142px !important;
  }

  .xl\:h-145 {
    height: 145px !important;
  }

  .xl\:h-150 {
    height: 150px !important;
  }

  .xl\:h-156 {
    height: 156px !important;
  }

  .xl\:h-165 {
    height: 165px !important;
  }

  .xl\:h-170 {
    height: 170px !important;
  }

  .xl\:h-180 {
    height: 180px !important;
  }

  .xl\:h-185 {
    height: 185px !important;
  }

  .xl\:h-190 {
    height: 190px !important;
  }

  .xl\:h-200 {
    height: 200px !important;
  }

  .xl\:h-225 {
    height: 225px !important;
  }

  .xl\:h-256 {
    height: 256px !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-1\/2 {
    height: 50% !important;
  }

  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:h-1\/4 {
    height: 25% !important;
  }

  .xl\:h-2\/4 {
    height: 50% !important;
  }

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-1\/5 {
    height: 20% !important;
  }

  .xl\:h-2\/5 {
    height: 40% !important;
  }

  .xl\:h-3\/5 {
    height: 60% !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:h-3\/6 {
    height: 50% !important;
  }

  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:max-h-0 {
    max-height: 0px !important;
  }

  .xl\:max-h-2 {
    max-height: 2px !important;
  }

  .xl\:max-h-3 {
    max-height: 3px !important;
  }

  .xl\:max-h-4 {
    max-height: 4px !important;
  }

  .xl\:max-h-6 {
    max-height: 6px !important;
  }

  .xl\:max-h-8 {
    max-height: 8px !important;
  }

  .xl\:max-h-10 {
    max-height: 10px !important;
  }

  .xl\:max-h-12 {
    max-height: 12px !important;
  }

  .xl\:max-h-14 {
    max-height: 14px !important;
  }

  .xl\:max-h-16 {
    max-height: 16px !important;
  }

  .xl\:max-h-20 {
    max-height: 20px !important;
  }

  .xl\:max-h-22 {
    max-height: 22px !important;
  }

  .xl\:max-h-24 {
    max-height: 24px !important;
  }

  .xl\:max-h-25 {
    max-height: 25px !important;
  }

  .xl\:max-h-27 {
    max-height: 27px !important;
  }

  .xl\:max-h-30 {
    max-height: 30px !important;
  }

  .xl\:max-h-36 {
    max-height: 36px !important;
  }

  .xl\:max-h-40 {
    max-height: 40px !important;
  }

  .xl\:max-h-42 {
    max-height: 42px !important;
  }

  .xl\:max-h-44 {
    max-height: 44px !important;
  }

  .xl\:max-h-48 {
    max-height: 48px !important;
  }

  .xl\:max-h-52 {
    max-height: 52px !important;
  }

  .xl\:max-h-64 {
    max-height: 64px !important;
  }

  .xl\:max-h-72 {
    max-height: 72px !important;
  }

  .xl\:max-h-74 {
    max-height: 74px !important;
  }

  .xl\:max-h-77 {
    max-height: 77px !important;
  }

  .xl\:max-h-84 {
    max-height: 84px !important;
  }

  .xl\:max-h-96 {
    max-height: 96px !important;
  }

  .xl\:max-h-98 {
    max-height: 98px !important;
  }

  .xl\:max-h-100 {
    max-height: 100px !important;
  }

  .xl\:max-h-105 {
    max-height: 105px !important;
  }

  .xl\:max-h-114 {
    max-height: 114px !important;
  }

  .xl\:max-h-115 {
    max-height: 115px !important;
  }

  .xl\:max-h-120 {
    max-height: 120px !important;
  }

  .xl\:max-h-128 {
    max-height: 128px !important;
  }

  .xl\:max-h-156 {
    max-height: 156px !important;
  }

  .xl\:max-h-200 {
    max-height: 200px !important;
  }

  .xl\:max-h-256 {
    max-height: 256px !important;
  }

  .xl\:max-h-px {
    max-height: 1px !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:min-h-0 {
    min-height: 0px !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:w-0 {
    width: 0px !important;
  }

  .xl\:w-2 {
    width: 2px !important;
  }

  .xl\:w-3 {
    width: 3px !important;
  }

  .xl\:w-4 {
    width: 4px !important;
  }

  .xl\:w-6 {
    width: 6px !important;
  }

  .xl\:w-8 {
    width: 8px !important;
  }

  .xl\:w-10 {
    width: 10px !important;
  }

  .xl\:w-12 {
    width: 12px !important;
  }

  .xl\:w-14 {
    width: 14px !important;
  }

  .xl\:w-16 {
    width: 16px !important;
  }

  .xl\:w-20 {
    width: 20px !important;
  }

  .xl\:w-22 {
    width: 22px !important;
  }

  .xl\:w-24 {
    width: 24px !important;
  }

  .xl\:w-25 {
    width: 25px !important;
  }

  .xl\:w-27 {
    width: 27px !important;
  }

  .xl\:w-30 {
    width: 30px !important;
  }

  .xl\:w-36 {
    width: 36px !important;
  }

  .xl\:w-40 {
    width: 40px !important;
  }

  .xl\:w-42 {
    width: 42px !important;
  }

  .xl\:w-44 {
    width: 44px !important;
  }

  .xl\:w-48 {
    width: 48px !important;
  }

  .xl\:w-52 {
    width: 52px !important;
  }

  .xl\:w-64 {
    width: 64px !important;
  }

  .xl\:w-72 {
    width: 72px !important;
  }

  .xl\:w-74 {
    width: 74px !important;
  }

  .xl\:w-77 {
    width: 77px !important;
  }

  .xl\:w-84 {
    width: 84px !important;
  }

  .xl\:w-96 {
    width: 96px !important;
  }

  .xl\:w-98 {
    width: 98px !important;
  }

  .xl\:w-100 {
    width: 100px !important;
  }

  .xl\:w-105 {
    width: 105px !important;
  }

  .xl\:w-114 {
    width: 114px !important;
  }

  .xl\:w-115 {
    width: 115px !important;
  }

  .xl\:w-120 {
    width: 120px !important;
  }

  .xl\:w-128 {
    width: 128px !important;
  }

  .xl\:w-156 {
    width: 156px !important;
  }

  .xl\:w-200 {
    width: 200px !important;
  }

  .xl\:w-256 {
    width: 256px !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:min-w-0 {
    min-width: 0px !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:max-w-0 {
    max-width: 0rem !important;
  }

  .xl\:max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:max-w-md {
    max-width: 28rem !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:origin-center {
    transform-origin: center !important;
  }

  .xl\:origin-top {
    transform-origin: top !important;
  }

  .xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:origin-right {
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:origin-left {
    transform-origin: left !important;
  }

  .xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none {
    transform: none !important;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .xl\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .xl\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .xl\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .xl\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .xl\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .xl\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .xl\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .xl\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .xl\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .xl\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .xl\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .xl\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .xl\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .xl\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .xl\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .xl\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .xl\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .xl\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .xl\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .xl\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .xl\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .xl\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .xl\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .xl\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .xl\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .xl\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .xl\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .xl\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .xl\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .xl\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .xl\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .xl\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .xl\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .xl\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .xl\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .xl\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .xl\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .xl\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .xl\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .xl\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .xl\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .xl\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .xl\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .xl\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .xl\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .xl\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .xl\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .xl\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .xl\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .xl\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .xl\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .xl\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .xl\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .xl\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .xl\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .xl\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .xl\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .xl\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .xl\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .xl\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .xl\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .xl\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .xl\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .xl\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .xl\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .xl\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .xl\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .xl\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .xl\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .xl\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .xl\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .xl\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .xl\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .xl\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .xl\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .xl\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .xl\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .xl\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .xl\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .xl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .xl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .xl\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .xl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .xl\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .xl\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .xl\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .xl\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .xl\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .xl\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .xl\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .xl\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .xl\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .xl\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .xl\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .xl\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .xl\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .xl\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .xl\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .xl\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .xl\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .xl\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .xl\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .xl\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .xl\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .xl\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .xl\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .xl\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .xl\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .xl\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .xl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .xl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .xl\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .xl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .xl\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .xl\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .xl\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .xl\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .xl\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .xl\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .xl\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .xl\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .xl\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .xl\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .xl\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .xl\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .xl\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .xl\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .xl\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .xl\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .xl\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .xl\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .xl\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .xl\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .xl\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .xl\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .xl\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .xl\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .xl\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .xl\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .xl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .xl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .xl\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .xl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .xl\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .xl\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .xl\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .xl\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .xl\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .xl\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .xl\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .xl\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .xl\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .xl\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .xl\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .xl\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .xl\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .xl\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .xl\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .xl\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .xl\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .xl\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .xl\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .xl\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .xl\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .xl\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .xl\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .xl\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .xl\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .xl\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .xl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .xl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .xl\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .xl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .xl\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .xl\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .xl\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .xl\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .xl\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .xl\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .xl\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .xl\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .xl\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .xl\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .xl\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-help {
    cursor: help !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:place-content-center {
    place-content: center !important;
  }

  .xl\:place-content-start {
    place-content: start !important;
  }

  .xl\:place-content-end {
    place-content: end !important;
  }

  .xl\:place-content-between {
    place-content: space-between !important;
  }

  .xl\:place-content-around {
    place-content: space-around !important;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:place-items-start {
    place-items: start !important;
  }

  .xl\:place-items-end {
    place-items: end !important;
  }

  .xl\:place-items-center {
    place-items: center !important;
  }

  .xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:justify-items-start {
    justify-items: start !important;
  }

  .xl\:justify-items-end {
    justify-items: end !important;
  }

  .xl\:justify-items-center {
    justify-items: center !important;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-4 {
    gap: 1rem !important;
  }

  .xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-16 {
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-24 {
    gap: 6rem !important;
  }

  .xl\:gap-28 {
    gap: 7rem !important;
  }

  .xl\:gap-32 {
    gap: 8rem !important;
  }

  .xl\:gap-36 {
    gap: 9rem !important;
  }

  .xl\:gap-40 {
    gap: 10rem !important;
  }

  .xl\:gap-44 {
    gap: 11rem !important;
  }

  .xl\:gap-48 {
    gap: 12rem !important;
  }

  .xl\:gap-52 {
    gap: 13rem !important;
  }

  .xl\:gap-56 {
    gap: 14rem !important;
  }

  .xl\:gap-60 {
    gap: 15rem !important;
  }

  .xl\:gap-64 {
    gap: 16rem !important;
  }

  .xl\:gap-72 {
    gap: 18rem !important;
  }

  .xl\:gap-80 {
    gap: 20rem !important;
  }

  .xl\:gap-96 {
    gap: 24rem !important;
  }

  .xl\:gap-x-0 {
    gap: 0px !important;
  }

  .xl\:gap-y-0 {
    gap: 0px !important;
  }

  .xl\:gap-px {
    gap: 1px !important;
  }

  .xl\:gap-x-px\\ {
    gap: 1px !important;
  }

  .xl\:gap-y-px\\ {
    gap: 1px !important;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-x-4 {
    gap: 1rem !important;
  }

  .xl\:gap-y-4 {
    gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-x-8 {
    gap: 2rem !important;
  }

  .xl\:gap-y-8 {
    gap: 2rem !important;
  }

  .xl\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    gap: 3rem !important;
  }

  .xl\:gap-y-12 {
    gap: 3rem !important;
  }

  .xl\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    gap: 4rem !important;
  }

  .xl\:gap-y-16 {
    gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    gap: 5rem !important;
  }

  .xl\:gap-y-20 {
    gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    gap: 6rem !important;
  }

  .xl\:gap-y-24 {
    gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    gap: 7rem !important;
  }

  .xl\:gap-y-28 {
    gap: 7rem !important;
  }

  .xl\:gap-x-32 {
    gap: 8rem !important;
  }

  .xl\:gap-y-32 {
    gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    gap: 9rem !important;
  }

  .xl\:gap-y-36 {
    gap: 9rem !important;
  }

  .xl\:gap-x-40 {
    gap: 10rem !important;
  }

  .xl\:gap-y-40 {
    gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    gap: 11rem !important;
  }

  .xl\:gap-y-44 {
    gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    gap: 12rem !important;
  }

  .xl\:gap-y-48 {
    gap: 12rem !important;
  }

  .xl\:gap-x-52 {
    gap: 13rem !important;
  }

  .xl\:gap-y-52 {
    gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    gap: 14rem !important;
  }

  .xl\:gap-y-56 {
    gap: 14rem !important;
  }

  .xl\:gap-x-60 {
    gap: 15rem !important;
  }

  .xl\:gap-y-60 {
    gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    gap: 16rem !important;
  }

  .xl\:gap-y-64 {
    gap: 16rem !important;
  }

  .xl\:gap-x-72 {
    gap: 18rem !important;
  }

  .xl\:gap-y-72 {
    gap: 18rem !important;
  }

  .xl\:gap-x-80 {
    gap: 20rem !important;
  }

  .xl\:gap-y-80 {
    gap: 20rem !important;
  }

  .xl\:gap-x-96 {
    gap: 24rem !important;
  }

  .xl\:gap-y-96 {
    gap: 24rem !important;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .xl\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

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

  .xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

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

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

  .xl\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .xl\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

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

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

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

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

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

  .xl\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

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

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

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

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

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

  .xl\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

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

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

  .xl\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .xl\:place-self-auto {
    place-self: auto !important;
  }

  .xl\:place-self-start {
    place-self: start !important;
  }

  .xl\:place-self-end {
    place-self: end !important;
  }

  .xl\:place-self-center {
    place-self: center !important;
  }

  .xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:self-baseline {
    align-self: baseline !important;
  }

  .xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:justify-self-start {
    justify-self: start !important;
  }

  .xl\:justify-self-end {
    justify-self: end !important;
  }

  .xl\:justify-self-center {
    justify-self: center !important;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip {
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:rounded-4 {
    border-radius: 4px !important;
  }

  .xl\:rounded-6 {
    border-radius: 6px !important;
  }

  .xl\:rounded-50 {
    border-radius: 50% !important;
  }

  .xl\:rounded-100 {
    border-radius: 100px !important;
  }

  .xl\:rounded-200 {
    border-radius: 200px !important;
  }

  .xl\:rounded-none {
    border-radius: 0px !important;
  }

  .xl\:rounded-br8 {
    border-radius: 8px !important;
  }

  .xl\:rounded-br6 {
    border-radius: 6px !important;
  }

  .xl\:rounded-br30 {
    border-radius: 30px !important;
  }

  .xl\:rounded-br32 {
    border-radius: 32px !important;
  }

  .xl\:rounded-br50 {
    border-radius: 50px !important;
  }

  .xl\:rounded-br90 {
    border-radius: 90px !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .xl\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .xl\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .xl\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .xl\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .xl\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .xl\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .xl\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .xl\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xl\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xl\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .xl\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .xl\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .xl\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .xl\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xl\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .xl\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .xl\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .xl\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .xl\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .xl\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .xl\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .xl\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .xl\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .xl\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .xl\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .xl\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .xl\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .xl\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .xl\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-0 {
    border-width: 0px !important;
  }

  .xl\:border-1 {
    border-width: 1px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-3 {
    border-width: 3px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-t-3 {
    border-top-width: 3px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-r-3 {
    border-right-width: 3px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-l-3 {
    border-left-width: 3px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-current {
    border-color: currentColor !important;
  }

  .xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .xl\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xl\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .xl\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .xl\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .xl\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-current {
    background-color: currentColor !important;
  }

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

  .xl\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .group:hover .xl\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

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

  .group:hover .xl\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

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

  .xl\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

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

  .xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .xl\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .xl\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .xl\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .xl\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .xl\:bg-none {
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xl\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xl\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xl\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xl\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xl\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xl\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xl\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xl\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xl\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xl\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xl\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xl\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xl\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xl\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .xl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .xl\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .xl\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xl\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .xl\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .xl\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xl\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xl\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .xl\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .xl\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .xl\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .xl\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xl\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xl\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .xl\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xl\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xl\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .xl\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xl\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .xl\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .xl\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xl\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xl\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .xl\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .xl\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .xl\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .xl\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xl\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xl\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .xl\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xl\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xl\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .xl\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .xl\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xl\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .xl\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .xl\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .xl\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xl\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .xl\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .xl\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .xl\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .xl\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xl\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xl\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .xl\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xl\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xl\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0 {
    padding: 0px !important;
  }

  .xl\:p-2 {
    padding: 2px !important;
  }

  .xl\:p-3 {
    padding: 3px !important;
  }

  .xl\:p-4 {
    padding: 4px !important;
  }

  .xl\:p-6 {
    padding: 6px !important;
  }

  .xl\:p-8 {
    padding: 8px !important;
  }

  .xl\:p-10 {
    padding: 10px !important;
  }

  .xl\:p-12 {
    padding: 12px !important;
  }

  .xl\:p-14 {
    padding: 14px !important;
  }

  .xl\:p-16 {
    padding: 16px !important;
  }

  .xl\:p-20 {
    padding: 20px !important;
  }

  .xl\:p-22 {
    padding: 22px !important;
  }

  .xl\:p-24 {
    padding: 24px !important;
  }

  .xl\:p-25 {
    padding: 25px !important;
  }

  .xl\:p-27 {
    padding: 27px !important;
  }

  .xl\:p-30 {
    padding: 30px !important;
  }

  .xl\:p-36 {
    padding: 36px !important;
  }

  .xl\:p-40 {
    padding: 40px !important;
  }

  .xl\:p-42 {
    padding: 42px !important;
  }

  .xl\:p-44 {
    padding: 44px !important;
  }

  .xl\:p-48 {
    padding: 48px !important;
  }

  .xl\:p-52 {
    padding: 52px !important;
  }

  .xl\:p-64 {
    padding: 64px !important;
  }

  .xl\:p-72 {
    padding: 72px !important;
  }

  .xl\:p-74 {
    padding: 74px !important;
  }

  .xl\:p-77 {
    padding: 77px !important;
  }

  .xl\:p-84 {
    padding: 84px !important;
  }

  .xl\:p-96 {
    padding: 96px !important;
  }

  .xl\:p-98 {
    padding: 98px !important;
  }

  .xl\:p-100 {
    padding: 100px !important;
  }

  .xl\:p-105 {
    padding: 105px !important;
  }

  .xl\:p-114 {
    padding: 114px !important;
  }

  .xl\:p-115 {
    padding: 115px !important;
  }

  .xl\:p-120 {
    padding: 120px !important;
  }

  .xl\:p-128 {
    padding: 128px !important;
  }

  .xl\:p-156 {
    padding: 156px !important;
  }

  .xl\:p-200 {
    padding: 200px !important;
  }

  .xl\:p-256 {
    padding: 256px !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xl\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xl\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xl\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .xl\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xl\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xl\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .xl\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .xl\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xl\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xl\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .xl\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xl\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xl\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .xl\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .xl\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xl\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xl\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .xl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xl\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .xl\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .xl\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .xl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xl\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .xl\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xl\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xl\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xl\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xl\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .xl\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xl\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xl\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .xl\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xl\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .xl\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xl\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xl\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .xl\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xl\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xl\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .xl\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .xl\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xl\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xl\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .xl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xl\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .xl\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .xl\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .xl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xl\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .xl\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xl\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0px !important;
  }

  .xl\:pt-2 {
    padding-top: 2px !important;
  }

  .xl\:pt-3 {
    padding-top: 3px !important;
  }

  .xl\:pt-4 {
    padding-top: 4px !important;
  }

  .xl\:pt-6 {
    padding-top: 6px !important;
  }

  .xl\:pt-8 {
    padding-top: 8px !important;
  }

  .xl\:pt-10 {
    padding-top: 10px !important;
  }

  .xl\:pt-12 {
    padding-top: 12px !important;
  }

  .xl\:pt-14 {
    padding-top: 14px !important;
  }

  .xl\:pt-16 {
    padding-top: 16px !important;
  }

  .xl\:pt-20 {
    padding-top: 20px !important;
  }

  .xl\:pt-22 {
    padding-top: 22px !important;
  }

  .xl\:pt-24 {
    padding-top: 24px !important;
  }

  .xl\:pt-25 {
    padding-top: 25px !important;
  }

  .xl\:pt-27 {
    padding-top: 27px !important;
  }

  .xl\:pt-30 {
    padding-top: 30px !important;
  }

  .xl\:pt-36 {
    padding-top: 36px !important;
  }

  .xl\:pt-40 {
    padding-top: 40px !important;
  }

  .xl\:pt-42 {
    padding-top: 42px !important;
  }

  .xl\:pt-44 {
    padding-top: 44px !important;
  }

  .xl\:pt-48 {
    padding-top: 48px !important;
  }

  .xl\:pt-52 {
    padding-top: 52px !important;
  }

  .xl\:pt-64 {
    padding-top: 64px !important;
  }

  .xl\:pt-72 {
    padding-top: 72px !important;
  }

  .xl\:pt-74 {
    padding-top: 74px !important;
  }

  .xl\:pt-77 {
    padding-top: 77px !important;
  }

  .xl\:pt-84 {
    padding-top: 84px !important;
  }

  .xl\:pt-96 {
    padding-top: 96px !important;
  }

  .xl\:pt-98 {
    padding-top: 98px !important;
  }

  .xl\:pt-100 {
    padding-top: 100px !important;
  }

  .xl\:pt-105 {
    padding-top: 105px !important;
  }

  .xl\:pt-114 {
    padding-top: 114px !important;
  }

  .xl\:pt-115 {
    padding-top: 115px !important;
  }

  .xl\:pt-120 {
    padding-top: 120px !important;
  }

  .xl\:pt-128 {
    padding-top: 128px !important;
  }

  .xl\:pt-156 {
    padding-top: 156px !important;
  }

  .xl\:pt-200 {
    padding-top: 200px !important;
  }

  .xl\:pt-256 {
    padding-top: 256px !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-0 {
    padding-right: 0px !important;
  }

  .xl\:pr-2 {
    padding-right: 2px !important;
  }

  .xl\:pr-3 {
    padding-right: 3px !important;
  }

  .xl\:pr-4 {
    padding-right: 4px !important;
  }

  .xl\:pr-6 {
    padding-right: 6px !important;
  }

  .xl\:pr-8 {
    padding-right: 8px !important;
  }

  .xl\:pr-10 {
    padding-right: 10px !important;
  }

  .xl\:pr-12 {
    padding-right: 12px !important;
  }

  .xl\:pr-14 {
    padding-right: 14px !important;
  }

  .xl\:pr-16 {
    padding-right: 16px !important;
  }

  .xl\:pr-20 {
    padding-right: 20px !important;
  }

  .xl\:pr-22 {
    padding-right: 22px !important;
  }

  .xl\:pr-24 {
    padding-right: 24px !important;
  }

  .xl\:pr-25 {
    padding-right: 25px !important;
  }

  .xl\:pr-27 {
    padding-right: 27px !important;
  }

  .xl\:pr-30 {
    padding-right: 30px !important;
  }

  .xl\:pr-36 {
    padding-right: 36px !important;
  }

  .xl\:pr-40 {
    padding-right: 40px !important;
  }

  .xl\:pr-42 {
    padding-right: 42px !important;
  }

  .xl\:pr-44 {
    padding-right: 44px !important;
  }

  .xl\:pr-48 {
    padding-right: 48px !important;
  }

  .xl\:pr-52 {
    padding-right: 52px !important;
  }

  .xl\:pr-64 {
    padding-right: 64px !important;
  }

  .xl\:pr-72 {
    padding-right: 72px !important;
  }

  .xl\:pr-74 {
    padding-right: 74px !important;
  }

  .xl\:pr-77 {
    padding-right: 77px !important;
  }

  .xl\:pr-84 {
    padding-right: 84px !important;
  }

  .xl\:pr-96 {
    padding-right: 96px !important;
  }

  .xl\:pr-98 {
    padding-right: 98px !important;
  }

  .xl\:pr-100 {
    padding-right: 100px !important;
  }

  .xl\:pr-105 {
    padding-right: 105px !important;
  }

  .xl\:pr-114 {
    padding-right: 114px !important;
  }

  .xl\:pr-115 {
    padding-right: 115px !important;
  }

  .xl\:pr-120 {
    padding-right: 120px !important;
  }

  .xl\:pr-128 {
    padding-right: 128px !important;
  }

  .xl\:pr-156 {
    padding-right: 156px !important;
  }

  .xl\:pr-200 {
    padding-right: 200px !important;
  }

  .xl\:pr-256 {
    padding-right: 256px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:pb-2 {
    padding-bottom: 2px !important;
  }

  .xl\:pb-3 {
    padding-bottom: 3px !important;
  }

  .xl\:pb-4 {
    padding-bottom: 4px !important;
  }

  .xl\:pb-6 {
    padding-bottom: 6px !important;
  }

  .xl\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }

  .xl\:pb-12 {
    padding-bottom: 12px !important;
  }

  .xl\:pb-14 {
    padding-bottom: 14px !important;
  }

  .xl\:pb-16 {
    padding-bottom: 16px !important;
  }

  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }

  .xl\:pb-22 {
    padding-bottom: 22px !important;
  }

  .xl\:pb-24 {
    padding-bottom: 24px !important;
  }

  .xl\:pb-25 {
    padding-bottom: 25px !important;
  }

  .xl\:pb-27 {
    padding-bottom: 27px !important;
  }

  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }

  .xl\:pb-36 {
    padding-bottom: 36px !important;
  }

  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xl\:pb-42 {
    padding-bottom: 42px !important;
  }

  .xl\:pb-44 {
    padding-bottom: 44px !important;
  }

  .xl\:pb-48 {
    padding-bottom: 48px !important;
  }

  .xl\:pb-52 {
    padding-bottom: 52px !important;
  }

  .xl\:pb-64 {
    padding-bottom: 64px !important;
  }

  .xl\:pb-72 {
    padding-bottom: 72px !important;
  }

  .xl\:pb-74 {
    padding-bottom: 74px !important;
  }

  .xl\:pb-77 {
    padding-bottom: 77px !important;
  }

  .xl\:pb-84 {
    padding-bottom: 84px !important;
  }

  .xl\:pb-96 {
    padding-bottom: 96px !important;
  }

  .xl\:pb-98 {
    padding-bottom: 98px !important;
  }

  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xl\:pb-105 {
    padding-bottom: 105px !important;
  }

  .xl\:pb-114 {
    padding-bottom: 114px !important;
  }

  .xl\:pb-115 {
    padding-bottom: 115px !important;
  }

  .xl\:pb-120 {
    padding-bottom: 120px !important;
  }

  .xl\:pb-128 {
    padding-bottom: 128px !important;
  }

  .xl\:pb-156 {
    padding-bottom: 156px !important;
  }

  .xl\:pb-200 {
    padding-bottom: 200px !important;
  }

  .xl\:pb-256 {
    padding-bottom: 256px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-0 {
    padding-left: 0px !important;
  }

  .xl\:pl-2 {
    padding-left: 2px !important;
  }

  .xl\:pl-3 {
    padding-left: 3px !important;
  }

  .xl\:pl-4 {
    padding-left: 4px !important;
  }

  .xl\:pl-6 {
    padding-left: 6px !important;
  }

  .xl\:pl-8 {
    padding-left: 8px !important;
  }

  .xl\:pl-10 {
    padding-left: 10px !important;
  }

  .xl\:pl-12 {
    padding-left: 12px !important;
  }

  .xl\:pl-14 {
    padding-left: 14px !important;
  }

  .xl\:pl-16 {
    padding-left: 16px !important;
  }

  .xl\:pl-20 {
    padding-left: 20px !important;
  }

  .xl\:pl-22 {
    padding-left: 22px !important;
  }

  .xl\:pl-24 {
    padding-left: 24px !important;
  }

  .xl\:pl-25 {
    padding-left: 25px !important;
  }

  .xl\:pl-27 {
    padding-left: 27px !important;
  }

  .xl\:pl-30 {
    padding-left: 30px !important;
  }

  .xl\:pl-36 {
    padding-left: 36px !important;
  }

  .xl\:pl-40 {
    padding-left: 40px !important;
  }

  .xl\:pl-42 {
    padding-left: 42px !important;
  }

  .xl\:pl-44 {
    padding-left: 44px !important;
  }

  .xl\:pl-48 {
    padding-left: 48px !important;
  }

  .xl\:pl-52 {
    padding-left: 52px !important;
  }

  .xl\:pl-64 {
    padding-left: 64px !important;
  }

  .xl\:pl-72 {
    padding-left: 72px !important;
  }

  .xl\:pl-74 {
    padding-left: 74px !important;
  }

  .xl\:pl-77 {
    padding-left: 77px !important;
  }

  .xl\:pl-84 {
    padding-left: 84px !important;
  }

  .xl\:pl-96 {
    padding-left: 96px !important;
  }

  .xl\:pl-98 {
    padding-left: 98px !important;
  }

  .xl\:pl-100 {
    padding-left: 100px !important;
  }

  .xl\:pl-105 {
    padding-left: 105px !important;
  }

  .xl\:pl-114 {
    padding-left: 114px !important;
  }

  .xl\:pl-115 {
    padding-left: 115px !important;
  }

  .xl\:pl-120 {
    padding-left: 120px !important;
  }

  .xl\:pl-128 {
    padding-left: 128px !important;
  }

  .xl\:pl-156 {
    padding-left: 156px !important;
  }

  .xl\:pl-200 {
    padding-left: 200px !important;
  }

  .xl\:pl-256 {
    padding-left: 256px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .xl\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .xl\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xl\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .xl\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .xl\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .xl\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .xl\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .xl\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .xl\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .xl\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .xl\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .xl\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .xl\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .xl\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .xl\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .xl\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .xl\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .xl\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .xl\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .xl\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .xl\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .xl\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .xl\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .xl\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .xl\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xl\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .xl\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .xl\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .xl\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .xl\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .xl\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .xl\:font-thin {
    font-weight: 100 !important;
  }

  .xl\:font-extralight {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-lh-122 {
    line-height: 122px !important;
  }

  .xl\:leading-lh-76 {
    line-height: 76px !important;
  }

  .xl\:leading-lh-65 {
    line-height: 65px !important;
  }

  .xl\:leading-lh-61 {
    line-height: 61px !important;
  }

  .xl\:leading-lh-54 {
    line-height: 54px !important;
  }

  .xl\:leading-lh-46 {
    line-height: 46px !important;
  }

  .xl\:leading-lh-44 {
    line-height: 44px !important;
  }

  .xl\:leading-lh-42 {
    line-height: 42px !important;
  }

  .xl\:leading-lh-40 {
    line-height: 40px !important;
  }

  .xl\:leading-lh-36 {
    line-height: 36px !important;
  }

  .xl\:leading-lh-35 {
    line-height: 35px !important;
  }

  .xl\:leading-lh-34 {
    line-height: 34px !important;
  }

  .xl\:leading-lh-32 {
    line-height: 32px !important;
  }

  .xl\:leading-lh-29 {
    line-height: 29px !important;
  }

  .xl\:leading-lh-26 {
    line-height: 26px !important;
  }

  .xl\:leading-lh-25 {
    line-height: 25px !important;
  }

  .xl\:leading-lh-23 {
    line-height: 23px !important;
  }

  .xl\:leading-lh-21 {
    line-height: 21px !important;
  }

  .xl\:leading-lh-20 {
    line-height: 20px !important;
  }

  .xl\:leading-lh-17 {
    line-height: 17px !important;
  }

  .xl\:leading-lh-15 {
    line-height: 15px !important;
  }

  .xl\:leading-lh-13 {
    line-height: 13px !important;
  }

  .xl\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .xl\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .xl\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .xl\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .xl\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .xl\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .xl\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .xl\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-current {
    color: currentColor !important;
  }

  .xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .xl\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xl\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .xl\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .xl\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .xl\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xl\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xl\:opacity-7 {
    opacity: 0.7 !important;
  }

  .xl\:opacity-10 {
    opacity: 0.10 !important;
  }

  .xl\:opacity-15 {
    opacity: 0.15 !important;
  }

  .xl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-57 {
    opacity: 0.57 !important;
  }

  .xl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xl\:opacity-94 {
    opacity: 0.94 !important;
  }

  .xl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:opacity-02 {
    opacity: 0.2 !important;
  }

  .xl\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .xl\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .xl\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .xl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .xl\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .xl\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .xl\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .xl\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .xl\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xl\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xl\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .xl\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xl\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xl\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xl\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xl\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xl\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .xl\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xl\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xl\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xl\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xl\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xl\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .xl\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xl\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xl\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .xl\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xl\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xl\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xl\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xl\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xl\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .xl\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xl\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xl\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xl\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xl\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xl\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xl\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .xl\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xl\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xl\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .xl\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xl\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xl\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xl\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xl\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xl\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .xl\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xl\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xl\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xl\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xl\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xl\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:filter-none {
    filter: none !important;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .xl\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none {
    transition-property: none !important;
  }

  .xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1350px) {
  .lx\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

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

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

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

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

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

  .lx\:pointer-events-none {
    pointer-events: none !important;
  }

  .lx\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lx\:visible {
    visibility: visible !important;
  }

  .lx\:invisible {
    visibility: hidden !important;
  }

  .lx\:static {
    position: static !important;
  }

  .lx\:fixed {
    position: fixed !important;
  }

  .lx\:absolute {
    position: absolute !important;
  }

  .lx\:relative {
    position: relative !important;
  }

  .lx\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lx\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lx\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .lx\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .lx\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .lx\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .lx\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .lx\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .lx\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .lx\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .lx\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .lx\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .lx\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .lx\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .lx\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .lx\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .lx\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .lx\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .lx\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .lx\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .lx\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .lx\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .lx\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .lx\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .lx\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .lx\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .lx\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .lx\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .lx\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .lx\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .lx\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .lx\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .lx\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .lx\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .lx\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .lx\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .lx\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .lx\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .lx\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .lx\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lx\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lx\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lx\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .lx\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .lx\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .lx\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .lx\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .lx\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .lx\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .lx\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .lx\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .lx\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .lx\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .lx\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .lx\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .lx\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .lx\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .lx\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .lx\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .lx\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .lx\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .lx\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .lx\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .lx\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .lx\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .lx\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .lx\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .lx\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .lx\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .lx\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .lx\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .lx\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .lx\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .lx\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .lx\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .lx\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .lx\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .lx\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .lx\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .lx\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lx\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lx\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lx\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lx\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lx\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lx\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lx\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lx\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lx\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lx\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lx\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lx\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lx\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lx\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lx\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lx\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .lx\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .lx\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .lx\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .lx\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .lx\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .lx\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .lx\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .lx\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .lx\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .lx\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .lx\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .lx\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .lx\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .lx\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .lx\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .lx\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .lx\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .lx\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .lx\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .lx\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .lx\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .lx\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .lx\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .lx\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .lx\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .lx\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .lx\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .lx\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .lx\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .lx\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .lx\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .lx\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .lx\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .lx\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .lx\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .lx\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .lx\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lx\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .lx\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lx\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .lx\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .lx\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .lx\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .lx\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .lx\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .lx\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .lx\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .lx\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .lx\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .lx\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .lx\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .lx\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .lx\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .lx\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .lx\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .lx\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .lx\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .lx\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .lx\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .lx\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .lx\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .lx\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .lx\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .lx\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .lx\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .lx\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .lx\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .lx\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .lx\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .lx\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .lx\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .lx\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .lx\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .lx\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .lx\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .lx\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .lx\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .lx\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .lx\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lx\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lx\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .lx\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .lx\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .lx\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .lx\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .lx\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lx\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lx\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .lx\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .lx\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .lx\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .lx\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lx\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .lx\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .lx\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .lx\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .lx\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .lx\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .lx\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .lx\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .lx\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .lx\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .lx\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .lx\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .lx\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .lx\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .lx\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .lx\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .lx\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .lx\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .lx\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .lx\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .lx\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .lx\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .lx\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .lx\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .lx\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .lx\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .lx\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .lx\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .lx\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .lx\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .lx\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .lx\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .lx\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .lx\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .lx\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .lx\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .lx\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .lx\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lx\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lx\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lx\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .lx\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .lx\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .lx\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .lx\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .lx\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .lx\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .lx\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .lx\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .lx\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .lx\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .lx\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .lx\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .lx\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .lx\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .lx\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .lx\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .lx\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .lx\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .lx\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .lx\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .lx\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .lx\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .lx\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .lx\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .lx\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .lx\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .lx\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .lx\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .lx\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .lx\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .lx\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .lx\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .lx\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .lx\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .lx\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .lx\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .lx\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lx\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lx\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lx\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lx\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lx\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lx\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lx\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lx\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lx\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lx\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lx\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lx\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lx\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lx\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lx\:top-0 {
    top: 0px !important;
  }

  .lx\:top-2 {
    top: 2px !important;
  }

  .lx\:top-3 {
    top: 3px !important;
  }

  .lx\:top-4 {
    top: 4px !important;
  }

  .lx\:top-6 {
    top: 6px !important;
  }

  .lx\:top-8 {
    top: 8px !important;
  }

  .lx\:top-10 {
    top: 10px !important;
  }

  .lx\:top-12 {
    top: 12px !important;
  }

  .lx\:top-14 {
    top: 14px !important;
  }

  .lx\:top-16 {
    top: 16px !important;
  }

  .lx\:top-20 {
    top: 20px !important;
  }

  .lx\:top-22 {
    top: 22px !important;
  }

  .lx\:top-24 {
    top: 24px !important;
  }

  .lx\:top-25 {
    top: 25px !important;
  }

  .lx\:top-27 {
    top: 27px !important;
  }

  .lx\:top-30 {
    top: 30px !important;
  }

  .lx\:top-36 {
    top: 36px !important;
  }

  .lx\:top-40 {
    top: 40px !important;
  }

  .lx\:top-42 {
    top: 42px !important;
  }

  .lx\:top-44 {
    top: 44px !important;
  }

  .lx\:top-48 {
    top: 48px !important;
  }

  .lx\:top-52 {
    top: 52px !important;
  }

  .lx\:top-64 {
    top: 64px !important;
  }

  .lx\:top-72 {
    top: 72px !important;
  }

  .lx\:top-74 {
    top: 74px !important;
  }

  .lx\:top-77 {
    top: 77px !important;
  }

  .lx\:top-84 {
    top: 84px !important;
  }

  .lx\:top-96 {
    top: 96px !important;
  }

  .lx\:top-98 {
    top: 98px !important;
  }

  .lx\:top-100 {
    top: 100px !important;
  }

  .lx\:top-105 {
    top: 105px !important;
  }

  .lx\:top-114 {
    top: 114px !important;
  }

  .lx\:top-115 {
    top: 115px !important;
  }

  .lx\:top-120 {
    top: 120px !important;
  }

  .lx\:top-128 {
    top: 128px !important;
  }

  .lx\:top-156 {
    top: 156px !important;
  }

  .lx\:top-200 {
    top: 200px !important;
  }

  .lx\:top-256 {
    top: 256px !important;
  }

  .lx\:top-auto {
    top: auto !important;
  }

  .lx\:top-px {
    top: 1px !important;
  }

  .lx\:-top-0 {
    top: 0px !important;
  }

  .lx\:-top-2 {
    top: -2px !important;
  }

  .lx\:-top-3 {
    top: -3px !important;
  }

  .lx\:-top-4 {
    top: -4px !important;
  }

  .lx\:-top-6 {
    top: -6px !important;
  }

  .lx\:-top-8 {
    top: -8px !important;
  }

  .lx\:-top-10 {
    top: -10px !important;
  }

  .lx\:-top-12 {
    top: -12px !important;
  }

  .lx\:-top-14 {
    top: -14px !important;
  }

  .lx\:-top-16 {
    top: -16px !important;
  }

  .lx\:-top-20 {
    top: -20px !important;
  }

  .lx\:-top-22 {
    top: -22px !important;
  }

  .lx\:-top-24 {
    top: -24px !important;
  }

  .lx\:-top-25 {
    top: -25px !important;
  }

  .lx\:-top-27 {
    top: -27px !important;
  }

  .lx\:-top-30 {
    top: -30px !important;
  }

  .lx\:-top-36 {
    top: -36px !important;
  }

  .lx\:-top-40 {
    top: -40px !important;
  }

  .lx\:-top-42 {
    top: -42px !important;
  }

  .lx\:-top-44 {
    top: -44px !important;
  }

  .lx\:-top-48 {
    top: -48px !important;
  }

  .lx\:-top-52 {
    top: -52px !important;
  }

  .lx\:-top-64 {
    top: -64px !important;
  }

  .lx\:-top-72 {
    top: -72px !important;
  }

  .lx\:-top-74 {
    top: -74px !important;
  }

  .lx\:-top-77 {
    top: -77px !important;
  }

  .lx\:-top-84 {
    top: -84px !important;
  }

  .lx\:-top-96 {
    top: -96px !important;
  }

  .lx\:-top-98 {
    top: -98px !important;
  }

  .lx\:-top-100 {
    top: -100px !important;
  }

  .lx\:-top-105 {
    top: -105px !important;
  }

  .lx\:-top-114 {
    top: -114px !important;
  }

  .lx\:-top-115 {
    top: -115px !important;
  }

  .lx\:-top-120 {
    top: -120px !important;
  }

  .lx\:-top-128 {
    top: -128px !important;
  }

  .lx\:-top-156 {
    top: -156px !important;
  }

  .lx\:-top-200 {
    top: -200px !important;
  }

  .lx\:-top-256 {
    top: -256px !important;
  }

  .lx\:-top-px {
    top: -1px !important;
  }

  .lx\:top-1\/2 {
    top: 50% !important;
  }

  .lx\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lx\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lx\:top-1\/4 {
    top: 25% !important;
  }

  .lx\:top-2\/4 {
    top: 50% !important;
  }

  .lx\:top-3\/4 {
    top: 75% !important;
  }

  .lx\:top-full {
    top: 100% !important;
  }

  .lx\:-top-1\/2 {
    top: -50% !important;
  }

  .lx\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lx\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lx\:-top-1\/4 {
    top: -25% !important;
  }

  .lx\:-top-2\/4 {
    top: -50% !important;
  }

  .lx\:-top-3\/4 {
    top: -75% !important;
  }

  .lx\:-top-full {
    top: -100% !important;
  }

  .lx\:right-0 {
    right: 0px !important;
  }

  .lx\:right-2 {
    right: 2px !important;
  }

  .lx\:right-3 {
    right: 3px !important;
  }

  .lx\:right-4 {
    right: 4px !important;
  }

  .lx\:right-6 {
    right: 6px !important;
  }

  .lx\:right-8 {
    right: 8px !important;
  }

  .lx\:right-10 {
    right: 10px !important;
  }

  .lx\:right-12 {
    right: 12px !important;
  }

  .lx\:right-14 {
    right: 14px !important;
  }

  .lx\:right-16 {
    right: 16px !important;
  }

  .lx\:right-20 {
    right: 20px !important;
  }

  .lx\:right-22 {
    right: 22px !important;
  }

  .lx\:right-24 {
    right: 24px !important;
  }

  .lx\:right-25 {
    right: 25px !important;
  }

  .lx\:right-27 {
    right: 27px !important;
  }

  .lx\:right-30 {
    right: 30px !important;
  }

  .lx\:right-36 {
    right: 36px !important;
  }

  .lx\:right-40 {
    right: 40px !important;
  }

  .lx\:right-42 {
    right: 42px !important;
  }

  .lx\:right-44 {
    right: 44px !important;
  }

  .lx\:right-48 {
    right: 48px !important;
  }

  .lx\:right-52 {
    right: 52px !important;
  }

  .lx\:right-64 {
    right: 64px !important;
  }

  .lx\:right-72 {
    right: 72px !important;
  }

  .lx\:right-74 {
    right: 74px !important;
  }

  .lx\:right-77 {
    right: 77px !important;
  }

  .lx\:right-84 {
    right: 84px !important;
  }

  .lx\:right-96 {
    right: 96px !important;
  }

  .lx\:right-98 {
    right: 98px !important;
  }

  .lx\:right-100 {
    right: 100px !important;
  }

  .lx\:right-105 {
    right: 105px !important;
  }

  .lx\:right-114 {
    right: 114px !important;
  }

  .lx\:right-115 {
    right: 115px !important;
  }

  .lx\:right-120 {
    right: 120px !important;
  }

  .lx\:right-128 {
    right: 128px !important;
  }

  .lx\:right-156 {
    right: 156px !important;
  }

  .lx\:right-200 {
    right: 200px !important;
  }

  .lx\:right-256 {
    right: 256px !important;
  }

  .lx\:right-auto {
    right: auto !important;
  }

  .lx\:right-px {
    right: 1px !important;
  }

  .lx\:-right-0 {
    right: 0px !important;
  }

  .lx\:-right-2 {
    right: -2px !important;
  }

  .lx\:-right-3 {
    right: -3px !important;
  }

  .lx\:-right-4 {
    right: -4px !important;
  }

  .lx\:-right-6 {
    right: -6px !important;
  }

  .lx\:-right-8 {
    right: -8px !important;
  }

  .lx\:-right-10 {
    right: -10px !important;
  }

  .lx\:-right-12 {
    right: -12px !important;
  }

  .lx\:-right-14 {
    right: -14px !important;
  }

  .lx\:-right-16 {
    right: -16px !important;
  }

  .lx\:-right-20 {
    right: -20px !important;
  }

  .lx\:-right-22 {
    right: -22px !important;
  }

  .lx\:-right-24 {
    right: -24px !important;
  }

  .lx\:-right-25 {
    right: -25px !important;
  }

  .lx\:-right-27 {
    right: -27px !important;
  }

  .lx\:-right-30 {
    right: -30px !important;
  }

  .lx\:-right-36 {
    right: -36px !important;
  }

  .lx\:-right-40 {
    right: -40px !important;
  }

  .lx\:-right-42 {
    right: -42px !important;
  }

  .lx\:-right-44 {
    right: -44px !important;
  }

  .lx\:-right-48 {
    right: -48px !important;
  }

  .lx\:-right-52 {
    right: -52px !important;
  }

  .lx\:-right-64 {
    right: -64px !important;
  }

  .lx\:-right-72 {
    right: -72px !important;
  }

  .lx\:-right-74 {
    right: -74px !important;
  }

  .lx\:-right-77 {
    right: -77px !important;
  }

  .lx\:-right-84 {
    right: -84px !important;
  }

  .lx\:-right-96 {
    right: -96px !important;
  }

  .lx\:-right-98 {
    right: -98px !important;
  }

  .lx\:-right-100 {
    right: -100px !important;
  }

  .lx\:-right-105 {
    right: -105px !important;
  }

  .lx\:-right-114 {
    right: -114px !important;
  }

  .lx\:-right-115 {
    right: -115px !important;
  }

  .lx\:-right-120 {
    right: -120px !important;
  }

  .lx\:-right-128 {
    right: -128px !important;
  }

  .lx\:-right-156 {
    right: -156px !important;
  }

  .lx\:-right-200 {
    right: -200px !important;
  }

  .lx\:-right-256 {
    right: -256px !important;
  }

  .lx\:-right-px {
    right: -1px !important;
  }

  .lx\:right-1\/2 {
    right: 50% !important;
  }

  .lx\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lx\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lx\:right-1\/4 {
    right: 25% !important;
  }

  .lx\:right-2\/4 {
    right: 50% !important;
  }

  .lx\:right-3\/4 {
    right: 75% !important;
  }

  .lx\:right-full {
    right: 100% !important;
  }

  .lx\:-right-1\/2 {
    right: -50% !important;
  }

  .lx\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lx\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .lx\:-right-1\/4 {
    right: -25% !important;
  }

  .lx\:-right-2\/4 {
    right: -50% !important;
  }

  .lx\:-right-3\/4 {
    right: -75% !important;
  }

  .lx\:-right-full {
    right: -100% !important;
  }

  .lx\:bottom-0 {
    bottom: 0px !important;
  }

  .lx\:bottom-2 {
    bottom: 2px !important;
  }

  .lx\:bottom-3 {
    bottom: 3px !important;
  }

  .lx\:bottom-4 {
    bottom: 4px !important;
  }

  .lx\:bottom-6 {
    bottom: 6px !important;
  }

  .lx\:bottom-8 {
    bottom: 8px !important;
  }

  .lx\:bottom-10 {
    bottom: 10px !important;
  }

  .lx\:bottom-12 {
    bottom: 12px !important;
  }

  .lx\:bottom-14 {
    bottom: 14px !important;
  }

  .lx\:bottom-16 {
    bottom: 16px !important;
  }

  .lx\:bottom-20 {
    bottom: 20px !important;
  }

  .lx\:bottom-22 {
    bottom: 22px !important;
  }

  .lx\:bottom-24 {
    bottom: 24px !important;
  }

  .lx\:bottom-25 {
    bottom: 25px !important;
  }

  .lx\:bottom-27 {
    bottom: 27px !important;
  }

  .lx\:bottom-30 {
    bottom: 30px !important;
  }

  .lx\:bottom-36 {
    bottom: 36px !important;
  }

  .lx\:bottom-40 {
    bottom: 40px !important;
  }

  .lx\:bottom-42 {
    bottom: 42px !important;
  }

  .lx\:bottom-44 {
    bottom: 44px !important;
  }

  .lx\:bottom-48 {
    bottom: 48px !important;
  }

  .lx\:bottom-52 {
    bottom: 52px !important;
  }

  .lx\:bottom-64 {
    bottom: 64px !important;
  }

  .lx\:bottom-72 {
    bottom: 72px !important;
  }

  .lx\:bottom-74 {
    bottom: 74px !important;
  }

  .lx\:bottom-77 {
    bottom: 77px !important;
  }

  .lx\:bottom-84 {
    bottom: 84px !important;
  }

  .lx\:bottom-96 {
    bottom: 96px !important;
  }

  .lx\:bottom-98 {
    bottom: 98px !important;
  }

  .lx\:bottom-100 {
    bottom: 100px !important;
  }

  .lx\:bottom-105 {
    bottom: 105px !important;
  }

  .lx\:bottom-114 {
    bottom: 114px !important;
  }

  .lx\:bottom-115 {
    bottom: 115px !important;
  }

  .lx\:bottom-120 {
    bottom: 120px !important;
  }

  .lx\:bottom-128 {
    bottom: 128px !important;
  }

  .lx\:bottom-156 {
    bottom: 156px !important;
  }

  .lx\:bottom-200 {
    bottom: 200px !important;
  }

  .lx\:bottom-256 {
    bottom: 256px !important;
  }

  .lx\:bottom-auto {
    bottom: auto !important;
  }

  .lx\:bottom-px {
    bottom: 1px !important;
  }

  .lx\:-bottom-0 {
    bottom: 0px !important;
  }

  .lx\:-bottom-2 {
    bottom: -2px !important;
  }

  .lx\:-bottom-3 {
    bottom: -3px !important;
  }

  .lx\:-bottom-4 {
    bottom: -4px !important;
  }

  .lx\:-bottom-6 {
    bottom: -6px !important;
  }

  .lx\:-bottom-8 {
    bottom: -8px !important;
  }

  .lx\:-bottom-10 {
    bottom: -10px !important;
  }

  .lx\:-bottom-12 {
    bottom: -12px !important;
  }

  .lx\:-bottom-14 {
    bottom: -14px !important;
  }

  .lx\:-bottom-16 {
    bottom: -16px !important;
  }

  .lx\:-bottom-20 {
    bottom: -20px !important;
  }

  .lx\:-bottom-22 {
    bottom: -22px !important;
  }

  .lx\:-bottom-24 {
    bottom: -24px !important;
  }

  .lx\:-bottom-25 {
    bottom: -25px !important;
  }

  .lx\:-bottom-27 {
    bottom: -27px !important;
  }

  .lx\:-bottom-30 {
    bottom: -30px !important;
  }

  .lx\:-bottom-36 {
    bottom: -36px !important;
  }

  .lx\:-bottom-40 {
    bottom: -40px !important;
  }

  .lx\:-bottom-42 {
    bottom: -42px !important;
  }

  .lx\:-bottom-44 {
    bottom: -44px !important;
  }

  .lx\:-bottom-48 {
    bottom: -48px !important;
  }

  .lx\:-bottom-52 {
    bottom: -52px !important;
  }

  .lx\:-bottom-64 {
    bottom: -64px !important;
  }

  .lx\:-bottom-72 {
    bottom: -72px !important;
  }

  .lx\:-bottom-74 {
    bottom: -74px !important;
  }

  .lx\:-bottom-77 {
    bottom: -77px !important;
  }

  .lx\:-bottom-84 {
    bottom: -84px !important;
  }

  .lx\:-bottom-96 {
    bottom: -96px !important;
  }

  .lx\:-bottom-98 {
    bottom: -98px !important;
  }

  .lx\:-bottom-100 {
    bottom: -100px !important;
  }

  .lx\:-bottom-105 {
    bottom: -105px !important;
  }

  .lx\:-bottom-114 {
    bottom: -114px !important;
  }

  .lx\:-bottom-115 {
    bottom: -115px !important;
  }

  .lx\:-bottom-120 {
    bottom: -120px !important;
  }

  .lx\:-bottom-128 {
    bottom: -128px !important;
  }

  .lx\:-bottom-156 {
    bottom: -156px !important;
  }

  .lx\:-bottom-200 {
    bottom: -200px !important;
  }

  .lx\:-bottom-256 {
    bottom: -256px !important;
  }

  .lx\:-bottom-px {
    bottom: -1px !important;
  }

  .lx\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lx\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lx\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lx\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lx\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lx\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lx\:bottom-full {
    bottom: 100% !important;
  }

  .lx\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lx\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lx\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lx\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lx\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lx\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lx\:-bottom-full {
    bottom: -100% !important;
  }

  .lx\:left-0 {
    left: 0px !important;
  }

  .lx\:left-2 {
    left: 2px !important;
  }

  .lx\:left-3 {
    left: 3px !important;
  }

  .lx\:left-4 {
    left: 4px !important;
  }

  .lx\:left-6 {
    left: 6px !important;
  }

  .lx\:left-8 {
    left: 8px !important;
  }

  .lx\:left-10 {
    left: 10px !important;
  }

  .lx\:left-12 {
    left: 12px !important;
  }

  .lx\:left-14 {
    left: 14px !important;
  }

  .lx\:left-16 {
    left: 16px !important;
  }

  .lx\:left-20 {
    left: 20px !important;
  }

  .lx\:left-22 {
    left: 22px !important;
  }

  .lx\:left-24 {
    left: 24px !important;
  }

  .lx\:left-25 {
    left: 25px !important;
  }

  .lx\:left-27 {
    left: 27px !important;
  }

  .lx\:left-30 {
    left: 30px !important;
  }

  .lx\:left-36 {
    left: 36px !important;
  }

  .lx\:left-40 {
    left: 40px !important;
  }

  .lx\:left-42 {
    left: 42px !important;
  }

  .lx\:left-44 {
    left: 44px !important;
  }

  .lx\:left-48 {
    left: 48px !important;
  }

  .lx\:left-52 {
    left: 52px !important;
  }

  .lx\:left-64 {
    left: 64px !important;
  }

  .lx\:left-72 {
    left: 72px !important;
  }

  .lx\:left-74 {
    left: 74px !important;
  }

  .lx\:left-77 {
    left: 77px !important;
  }

  .lx\:left-84 {
    left: 84px !important;
  }

  .lx\:left-96 {
    left: 96px !important;
  }

  .lx\:left-98 {
    left: 98px !important;
  }

  .lx\:left-100 {
    left: 100px !important;
  }

  .lx\:left-105 {
    left: 105px !important;
  }

  .lx\:left-114 {
    left: 114px !important;
  }

  .lx\:left-115 {
    left: 115px !important;
  }

  .lx\:left-120 {
    left: 120px !important;
  }

  .lx\:left-128 {
    left: 128px !important;
  }

  .lx\:left-156 {
    left: 156px !important;
  }

  .lx\:left-200 {
    left: 200px !important;
  }

  .lx\:left-256 {
    left: 256px !important;
  }

  .lx\:left-auto {
    left: auto !important;
  }

  .lx\:left-px {
    left: 1px !important;
  }

  .lx\:-left-0 {
    left: 0px !important;
  }

  .lx\:-left-2 {
    left: -2px !important;
  }

  .lx\:-left-3 {
    left: -3px !important;
  }

  .lx\:-left-4 {
    left: -4px !important;
  }

  .lx\:-left-6 {
    left: -6px !important;
  }

  .lx\:-left-8 {
    left: -8px !important;
  }

  .lx\:-left-10 {
    left: -10px !important;
  }

  .lx\:-left-12 {
    left: -12px !important;
  }

  .lx\:-left-14 {
    left: -14px !important;
  }

  .lx\:-left-16 {
    left: -16px !important;
  }

  .lx\:-left-20 {
    left: -20px !important;
  }

  .lx\:-left-22 {
    left: -22px !important;
  }

  .lx\:-left-24 {
    left: -24px !important;
  }

  .lx\:-left-25 {
    left: -25px !important;
  }

  .lx\:-left-27 {
    left: -27px !important;
  }

  .lx\:-left-30 {
    left: -30px !important;
  }

  .lx\:-left-36 {
    left: -36px !important;
  }

  .lx\:-left-40 {
    left: -40px !important;
  }

  .lx\:-left-42 {
    left: -42px !important;
  }

  .lx\:-left-44 {
    left: -44px !important;
  }

  .lx\:-left-48 {
    left: -48px !important;
  }

  .lx\:-left-52 {
    left: -52px !important;
  }

  .lx\:-left-64 {
    left: -64px !important;
  }

  .lx\:-left-72 {
    left: -72px !important;
  }

  .lx\:-left-74 {
    left: -74px !important;
  }

  .lx\:-left-77 {
    left: -77px !important;
  }

  .lx\:-left-84 {
    left: -84px !important;
  }

  .lx\:-left-96 {
    left: -96px !important;
  }

  .lx\:-left-98 {
    left: -98px !important;
  }

  .lx\:-left-100 {
    left: -100px !important;
  }

  .lx\:-left-105 {
    left: -105px !important;
  }

  .lx\:-left-114 {
    left: -114px !important;
  }

  .lx\:-left-115 {
    left: -115px !important;
  }

  .lx\:-left-120 {
    left: -120px !important;
  }

  .lx\:-left-128 {
    left: -128px !important;
  }

  .lx\:-left-156 {
    left: -156px !important;
  }

  .lx\:-left-200 {
    left: -200px !important;
  }

  .lx\:-left-256 {
    left: -256px !important;
  }

  .lx\:-left-px {
    left: -1px !important;
  }

  .lx\:left-1\/2 {
    left: 50% !important;
  }

  .lx\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lx\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lx\:left-1\/4 {
    left: 25% !important;
  }

  .lx\:left-2\/4 {
    left: 50% !important;
  }

  .lx\:left-3\/4 {
    left: 75% !important;
  }

  .lx\:left-full {
    left: 100% !important;
  }

  .lx\:-left-1\/2 {
    left: -50% !important;
  }

  .lx\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lx\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .lx\:-left-1\/4 {
    left: -25% !important;
  }

  .lx\:-left-2\/4 {
    left: -50% !important;
  }

  .lx\:-left-3\/4 {
    left: -75% !important;
  }

  .lx\:-left-full {
    left: -100% !important;
  }

  .lx\:isolate {
    isolation: isolate !important;
  }

  .lx\:isolation-auto {
    isolation: auto !important;
  }

  .lx\:z-0 {
    z-index: 0 !important;
  }

  .lx\:z-1 {
    z-index: 1 !important;
  }

  .lx\:z-10 {
    z-index: 10 !important;
  }

  .lx\:z-20 {
    z-index: 20 !important;
  }

  .lx\:z-30 {
    z-index: 30 !important;
  }

  .lx\:z-40 {
    z-index: 40 !important;
  }

  .lx\:z-50 {
    z-index: 50 !important;
  }

  .lx\:z-auto {
    z-index: auto !important;
  }

  .lx\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .lx\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .lx\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .lx\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .lx\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .lx\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .lx\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .lx\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .lx\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .lx\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .lx\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .lx\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .lx\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .lx\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .lx\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .lx\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .lx\:order-1 {
    order: 1 !important;
  }

  .lx\:order-2 {
    order: 2 !important;
  }

  .lx\:order-3 {
    order: 3 !important;
  }

  .lx\:order-4 {
    order: 4 !important;
  }

  .lx\:order-5 {
    order: 5 !important;
  }

  .lx\:order-6 {
    order: 6 !important;
  }

  .lx\:order-7 {
    order: 7 !important;
  }

  .lx\:order-8 {
    order: 8 !important;
  }

  .lx\:order-9 {
    order: 9 !important;
  }

  .lx\:order-10 {
    order: 10 !important;
  }

  .lx\:order-11 {
    order: 11 !important;
  }

  .lx\:order-12 {
    order: 12 !important;
  }

  .lx\:order-first {
    order: -9999 !important;
  }

  .lx\:order-last {
    order: 9999 !important;
  }

  .lx\:order-none {
    order: 0 !important;
  }

  .lx\:col-auto {
    grid-column: auto !important;
  }

  .lx\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lx\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lx\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lx\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lx\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lx\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lx\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lx\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lx\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lx\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lx\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lx\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lx\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lx\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lx\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lx\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lx\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lx\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lx\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lx\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lx\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lx\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lx\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lx\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lx\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lx\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lx\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lx\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lx\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lx\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lx\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lx\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lx\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lx\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lx\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lx\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lx\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lx\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lx\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lx\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lx\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lx\:row-auto {
    grid-row: auto !important;
  }

  .lx\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lx\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lx\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lx\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lx\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lx\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lx\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lx\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lx\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lx\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lx\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lx\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lx\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lx\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lx\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lx\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lx\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lx\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lx\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lx\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lx\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lx\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lx\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lx\:float-right {
    float: right !important;
  }

  .lx\:float-left {
    float: left !important;
  }

  .lx\:float-none {
    float: none !important;
  }

  .lx\:clear-left {
    clear: left !important;
  }

  .lx\:clear-right {
    clear: right !important;
  }

  .lx\:clear-both {
    clear: both !important;
  }

  .lx\:clear-none {
    clear: none !important;
  }

  .lx\:m-0 {
    margin: 0px !important;
  }

  .lx\:m-2 {
    margin: 2px !important;
  }

  .lx\:m-3 {
    margin: 3px !important;
  }

  .lx\:m-4 {
    margin: 4px !important;
  }

  .lx\:m-6 {
    margin: 6px !important;
  }

  .lx\:m-8 {
    margin: 8px !important;
  }

  .lx\:m-10 {
    margin: 10px !important;
  }

  .lx\:m-12 {
    margin: 12px !important;
  }

  .lx\:m-14 {
    margin: 14px !important;
  }

  .lx\:m-16 {
    margin: 16px !important;
  }

  .lx\:m-20 {
    margin: 20px !important;
  }

  .lx\:m-22 {
    margin: 22px !important;
  }

  .lx\:m-24 {
    margin: 24px !important;
  }

  .lx\:m-25 {
    margin: 25px !important;
  }

  .lx\:m-27 {
    margin: 27px !important;
  }

  .lx\:m-30 {
    margin: 30px !important;
  }

  .lx\:m-36 {
    margin: 36px !important;
  }

  .lx\:m-40 {
    margin: 40px !important;
  }

  .lx\:m-42 {
    margin: 42px !important;
  }

  .lx\:m-44 {
    margin: 44px !important;
  }

  .lx\:m-48 {
    margin: 48px !important;
  }

  .lx\:m-52 {
    margin: 52px !important;
  }

  .lx\:m-64 {
    margin: 64px !important;
  }

  .lx\:m-72 {
    margin: 72px !important;
  }

  .lx\:m-74 {
    margin: 74px !important;
  }

  .lx\:m-77 {
    margin: 77px !important;
  }

  .lx\:m-84 {
    margin: 84px !important;
  }

  .lx\:m-96 {
    margin: 96px !important;
  }

  .lx\:m-98 {
    margin: 98px !important;
  }

  .lx\:m-100 {
    margin: 100px !important;
  }

  .lx\:m-105 {
    margin: 105px !important;
  }

  .lx\:m-114 {
    margin: 114px !important;
  }

  .lx\:m-115 {
    margin: 115px !important;
  }

  .lx\:m-120 {
    margin: 120px !important;
  }

  .lx\:m-128 {
    margin: 128px !important;
  }

  .lx\:m-156 {
    margin: 156px !important;
  }

  .lx\:m-200 {
    margin: 200px !important;
  }

  .lx\:m-256 {
    margin: 256px !important;
  }

  .lx\:m-auto {
    margin: auto !important;
  }

  .lx\:m-px {
    margin: 1px !important;
  }

  .lx\:-m-0 {
    margin: 0px !important;
  }

  .lx\:-m-2 {
    margin: -2px !important;
  }

  .lx\:-m-3 {
    margin: -3px !important;
  }

  .lx\:-m-4 {
    margin: -4px !important;
  }

  .lx\:-m-6 {
    margin: -6px !important;
  }

  .lx\:-m-8 {
    margin: -8px !important;
  }

  .lx\:-m-10 {
    margin: -10px !important;
  }

  .lx\:-m-12 {
    margin: -12px !important;
  }

  .lx\:-m-14 {
    margin: -14px !important;
  }

  .lx\:-m-16 {
    margin: -16px !important;
  }

  .lx\:-m-20 {
    margin: -20px !important;
  }

  .lx\:-m-22 {
    margin: -22px !important;
  }

  .lx\:-m-24 {
    margin: -24px !important;
  }

  .lx\:-m-25 {
    margin: -25px !important;
  }

  .lx\:-m-27 {
    margin: -27px !important;
  }

  .lx\:-m-30 {
    margin: -30px !important;
  }

  .lx\:-m-36 {
    margin: -36px !important;
  }

  .lx\:-m-40 {
    margin: -40px !important;
  }

  .lx\:-m-42 {
    margin: -42px !important;
  }

  .lx\:-m-44 {
    margin: -44px !important;
  }

  .lx\:-m-48 {
    margin: -48px !important;
  }

  .lx\:-m-52 {
    margin: -52px !important;
  }

  .lx\:-m-64 {
    margin: -64px !important;
  }

  .lx\:-m-72 {
    margin: -72px !important;
  }

  .lx\:-m-74 {
    margin: -74px !important;
  }

  .lx\:-m-77 {
    margin: -77px !important;
  }

  .lx\:-m-84 {
    margin: -84px !important;
  }

  .lx\:-m-96 {
    margin: -96px !important;
  }

  .lx\:-m-98 {
    margin: -98px !important;
  }

  .lx\:-m-100 {
    margin: -100px !important;
  }

  .lx\:-m-105 {
    margin: -105px !important;
  }

  .lx\:-m-114 {
    margin: -114px !important;
  }

  .lx\:-m-115 {
    margin: -115px !important;
  }

  .lx\:-m-120 {
    margin: -120px !important;
  }

  .lx\:-m-128 {
    margin: -128px !important;
  }

  .lx\:-m-156 {
    margin: -156px !important;
  }

  .lx\:-m-200 {
    margin: -200px !important;
  }

  .lx\:-m-256 {
    margin: -256px !important;
  }

  .lx\:-m-px {
    margin: -1px !important;
  }

  .lx\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lx\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .lx\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .lx\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .lx\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .lx\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lx\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lx\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .lx\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .lx\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lx\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lx\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .lx\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lx\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .lx\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .lx\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lx\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .lx\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lx\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .lx\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .lx\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lx\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .lx\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lx\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lx\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .lx\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .lx\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .lx\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .lx\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .lx\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .lx\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .lx\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .lx\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .lx\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lx\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .lx\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .lx\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .lx\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .lx\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lx\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lx\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lx\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .lx\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .lx\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .lx\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .lx\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lx\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lx\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .lx\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .lx\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .lx\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lx\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .lx\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .lx\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .lx\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .lx\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lx\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .lx\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lx\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .lx\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .lx\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lx\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .lx\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .lx\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .lx\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .lx\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .lx\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .lx\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .lx\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .lx\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .lx\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .lx\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .lx\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .lx\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lx\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .lx\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .lx\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .lx\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .lx\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lx\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lx\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .lx\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .lx\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .lx\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .lx\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lx\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lx\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .lx\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .lx\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lx\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lx\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .lx\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lx\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .lx\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .lx\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lx\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .lx\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lx\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .lx\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .lx\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lx\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .lx\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lx\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lx\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .lx\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .lx\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .lx\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .lx\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .lx\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lx\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .lx\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .lx\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .lx\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lx\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .lx\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .lx\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .lx\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .lx\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lx\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lx\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lx\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .lx\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .lx\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .lx\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .lx\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lx\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lx\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .lx\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .lx\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .lx\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lx\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .lx\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .lx\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .lx\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .lx\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lx\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .lx\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lx\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .lx\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .lx\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lx\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .lx\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .lx\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .lx\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .lx\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .lx\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .lx\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .lx\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .lx\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .lx\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .lx\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .lx\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .lx\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lx\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .lx\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .lx\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .lx\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .lx\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lx\:mt-0 {
    margin-top: 0px !important;
  }

  .lx\:mt-2 {
    margin-top: 2px !important;
  }

  .lx\:mt-3 {
    margin-top: 3px !important;
  }

  .lx\:mt-4 {
    margin-top: 4px !important;
  }

  .lx\:mt-6 {
    margin-top: 6px !important;
  }

  .lx\:mt-8 {
    margin-top: 8px !important;
  }

  .lx\:mt-10 {
    margin-top: 10px !important;
  }

  .lx\:mt-12 {
    margin-top: 12px !important;
  }

  .lx\:mt-14 {
    margin-top: 14px !important;
  }

  .lx\:mt-16 {
    margin-top: 16px !important;
  }

  .lx\:mt-20 {
    margin-top: 20px !important;
  }

  .lx\:mt-22 {
    margin-top: 22px !important;
  }

  .lx\:mt-24 {
    margin-top: 24px !important;
  }

  .lx\:mt-25 {
    margin-top: 25px !important;
  }

  .lx\:mt-27 {
    margin-top: 27px !important;
  }

  .lx\:mt-30 {
    margin-top: 30px !important;
  }

  .lx\:mt-36 {
    margin-top: 36px !important;
  }

  .lx\:mt-40 {
    margin-top: 40px !important;
  }

  .lx\:mt-42 {
    margin-top: 42px !important;
  }

  .lx\:mt-44 {
    margin-top: 44px !important;
  }

  .lx\:mt-48 {
    margin-top: 48px !important;
  }

  .lx\:mt-52 {
    margin-top: 52px !important;
  }

  .lx\:mt-64 {
    margin-top: 64px !important;
  }

  .lx\:mt-72 {
    margin-top: 72px !important;
  }

  .lx\:mt-74 {
    margin-top: 74px !important;
  }

  .lx\:mt-77 {
    margin-top: 77px !important;
  }

  .lx\:mt-84 {
    margin-top: 84px !important;
  }

  .lx\:mt-96 {
    margin-top: 96px !important;
  }

  .lx\:mt-98 {
    margin-top: 98px !important;
  }

  .lx\:mt-100 {
    margin-top: 100px !important;
  }

  .lx\:mt-105 {
    margin-top: 105px !important;
  }

  .lx\:mt-114 {
    margin-top: 114px !important;
  }

  .lx\:mt-115 {
    margin-top: 115px !important;
  }

  .lx\:mt-120 {
    margin-top: 120px !important;
  }

  .lx\:mt-128 {
    margin-top: 128px !important;
  }

  .lx\:mt-156 {
    margin-top: 156px !important;
  }

  .lx\:mt-200 {
    margin-top: 200px !important;
  }

  .lx\:mt-256 {
    margin-top: 256px !important;
  }

  .lx\:mt-auto {
    margin-top: auto !important;
  }

  .lx\:mt-px {
    margin-top: 1px !important;
  }

  .lx\:-mt-0 {
    margin-top: 0px !important;
  }

  .lx\:-mt-2 {
    margin-top: -2px !important;
  }

  .lx\:-mt-3 {
    margin-top: -3px !important;
  }

  .lx\:-mt-4 {
    margin-top: -4px !important;
  }

  .lx\:-mt-6 {
    margin-top: -6px !important;
  }

  .lx\:-mt-8 {
    margin-top: -8px !important;
  }

  .lx\:-mt-10 {
    margin-top: -10px !important;
  }

  .lx\:-mt-12 {
    margin-top: -12px !important;
  }

  .lx\:-mt-14 {
    margin-top: -14px !important;
  }

  .lx\:-mt-16 {
    margin-top: -16px !important;
  }

  .lx\:-mt-20 {
    margin-top: -20px !important;
  }

  .lx\:-mt-22 {
    margin-top: -22px !important;
  }

  .lx\:-mt-24 {
    margin-top: -24px !important;
  }

  .lx\:-mt-25 {
    margin-top: -25px !important;
  }

  .lx\:-mt-27 {
    margin-top: -27px !important;
  }

  .lx\:-mt-30 {
    margin-top: -30px !important;
  }

  .lx\:-mt-36 {
    margin-top: -36px !important;
  }

  .lx\:-mt-40 {
    margin-top: -40px !important;
  }

  .lx\:-mt-42 {
    margin-top: -42px !important;
  }

  .lx\:-mt-44 {
    margin-top: -44px !important;
  }

  .lx\:-mt-48 {
    margin-top: -48px !important;
  }

  .lx\:-mt-52 {
    margin-top: -52px !important;
  }

  .lx\:-mt-64 {
    margin-top: -64px !important;
  }

  .lx\:-mt-72 {
    margin-top: -72px !important;
  }

  .lx\:-mt-74 {
    margin-top: -74px !important;
  }

  .lx\:-mt-77 {
    margin-top: -77px !important;
  }

  .lx\:-mt-84 {
    margin-top: -84px !important;
  }

  .lx\:-mt-96 {
    margin-top: -96px !important;
  }

  .lx\:-mt-98 {
    margin-top: -98px !important;
  }

  .lx\:-mt-100 {
    margin-top: -100px !important;
  }

  .lx\:-mt-105 {
    margin-top: -105px !important;
  }

  .lx\:-mt-114 {
    margin-top: -114px !important;
  }

  .lx\:-mt-115 {
    margin-top: -115px !important;
  }

  .lx\:-mt-120 {
    margin-top: -120px !important;
  }

  .lx\:-mt-128 {
    margin-top: -128px !important;
  }

  .lx\:-mt-156 {
    margin-top: -156px !important;
  }

  .lx\:-mt-200 {
    margin-top: -200px !important;
  }

  .lx\:-mt-256 {
    margin-top: -256px !important;
  }

  .lx\:-mt-px {
    margin-top: -1px !important;
  }

  .lx\:mr-0 {
    margin-right: 0px !important;
  }

  .lx\:mr-2 {
    margin-right: 2px !important;
  }

  .lx\:mr-3 {
    margin-right: 3px !important;
  }

  .lx\:mr-4 {
    margin-right: 4px !important;
  }

  .lx\:mr-6 {
    margin-right: 6px !important;
  }

  .lx\:mr-8 {
    margin-right: 8px !important;
  }

  .lx\:mr-10 {
    margin-right: 10px !important;
  }

  .lx\:mr-12 {
    margin-right: 12px !important;
  }

  .lx\:mr-14 {
    margin-right: 14px !important;
  }

  .lx\:mr-16 {
    margin-right: 16px !important;
  }

  .lx\:mr-20 {
    margin-right: 20px !important;
  }

  .lx\:mr-22 {
    margin-right: 22px !important;
  }

  .lx\:mr-24 {
    margin-right: 24px !important;
  }

  .lx\:mr-25 {
    margin-right: 25px !important;
  }

  .lx\:mr-27 {
    margin-right: 27px !important;
  }

  .lx\:mr-30 {
    margin-right: 30px !important;
  }

  .lx\:mr-36 {
    margin-right: 36px !important;
  }

  .lx\:mr-40 {
    margin-right: 40px !important;
  }

  .lx\:mr-42 {
    margin-right: 42px !important;
  }

  .lx\:mr-44 {
    margin-right: 44px !important;
  }

  .lx\:mr-48 {
    margin-right: 48px !important;
  }

  .lx\:mr-52 {
    margin-right: 52px !important;
  }

  .lx\:mr-64 {
    margin-right: 64px !important;
  }

  .lx\:mr-72 {
    margin-right: 72px !important;
  }

  .lx\:mr-74 {
    margin-right: 74px !important;
  }

  .lx\:mr-77 {
    margin-right: 77px !important;
  }

  .lx\:mr-84 {
    margin-right: 84px !important;
  }

  .lx\:mr-96 {
    margin-right: 96px !important;
  }

  .lx\:mr-98 {
    margin-right: 98px !important;
  }

  .lx\:mr-100 {
    margin-right: 100px !important;
  }

  .lx\:mr-105 {
    margin-right: 105px !important;
  }

  .lx\:mr-114 {
    margin-right: 114px !important;
  }

  .lx\:mr-115 {
    margin-right: 115px !important;
  }

  .lx\:mr-120 {
    margin-right: 120px !important;
  }

  .lx\:mr-128 {
    margin-right: 128px !important;
  }

  .lx\:mr-156 {
    margin-right: 156px !important;
  }

  .lx\:mr-200 {
    margin-right: 200px !important;
  }

  .lx\:mr-256 {
    margin-right: 256px !important;
  }

  .lx\:mr-auto {
    margin-right: auto !important;
  }

  .lx\:mr-px {
    margin-right: 1px !important;
  }

  .lx\:-mr-0 {
    margin-right: 0px !important;
  }

  .lx\:-mr-2 {
    margin-right: -2px !important;
  }

  .lx\:-mr-3 {
    margin-right: -3px !important;
  }

  .lx\:-mr-4 {
    margin-right: -4px !important;
  }

  .lx\:-mr-6 {
    margin-right: -6px !important;
  }

  .lx\:-mr-8 {
    margin-right: -8px !important;
  }

  .lx\:-mr-10 {
    margin-right: -10px !important;
  }

  .lx\:-mr-12 {
    margin-right: -12px !important;
  }

  .lx\:-mr-14 {
    margin-right: -14px !important;
  }

  .lx\:-mr-16 {
    margin-right: -16px !important;
  }

  .lx\:-mr-20 {
    margin-right: -20px !important;
  }

  .lx\:-mr-22 {
    margin-right: -22px !important;
  }

  .lx\:-mr-24 {
    margin-right: -24px !important;
  }

  .lx\:-mr-25 {
    margin-right: -25px !important;
  }

  .lx\:-mr-27 {
    margin-right: -27px !important;
  }

  .lx\:-mr-30 {
    margin-right: -30px !important;
  }

  .lx\:-mr-36 {
    margin-right: -36px !important;
  }

  .lx\:-mr-40 {
    margin-right: -40px !important;
  }

  .lx\:-mr-42 {
    margin-right: -42px !important;
  }

  .lx\:-mr-44 {
    margin-right: -44px !important;
  }

  .lx\:-mr-48 {
    margin-right: -48px !important;
  }

  .lx\:-mr-52 {
    margin-right: -52px !important;
  }

  .lx\:-mr-64 {
    margin-right: -64px !important;
  }

  .lx\:-mr-72 {
    margin-right: -72px !important;
  }

  .lx\:-mr-74 {
    margin-right: -74px !important;
  }

  .lx\:-mr-77 {
    margin-right: -77px !important;
  }

  .lx\:-mr-84 {
    margin-right: -84px !important;
  }

  .lx\:-mr-96 {
    margin-right: -96px !important;
  }

  .lx\:-mr-98 {
    margin-right: -98px !important;
  }

  .lx\:-mr-100 {
    margin-right: -100px !important;
  }

  .lx\:-mr-105 {
    margin-right: -105px !important;
  }

  .lx\:-mr-114 {
    margin-right: -114px !important;
  }

  .lx\:-mr-115 {
    margin-right: -115px !important;
  }

  .lx\:-mr-120 {
    margin-right: -120px !important;
  }

  .lx\:-mr-128 {
    margin-right: -128px !important;
  }

  .lx\:-mr-156 {
    margin-right: -156px !important;
  }

  .lx\:-mr-200 {
    margin-right: -200px !important;
  }

  .lx\:-mr-256 {
    margin-right: -256px !important;
  }

  .lx\:-mr-px {
    margin-right: -1px !important;
  }

  .lx\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lx\:mb-2 {
    margin-bottom: 2px !important;
  }

  .lx\:mb-3 {
    margin-bottom: 3px !important;
  }

  .lx\:mb-4 {
    margin-bottom: 4px !important;
  }

  .lx\:mb-6 {
    margin-bottom: 6px !important;
  }

  .lx\:mb-8 {
    margin-bottom: 8px !important;
  }

  .lx\:mb-10 {
    margin-bottom: 10px !important;
  }

  .lx\:mb-12 {
    margin-bottom: 12px !important;
  }

  .lx\:mb-14 {
    margin-bottom: 14px !important;
  }

  .lx\:mb-16 {
    margin-bottom: 16px !important;
  }

  .lx\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lx\:mb-22 {
    margin-bottom: 22px !important;
  }

  .lx\:mb-24 {
    margin-bottom: 24px !important;
  }

  .lx\:mb-25 {
    margin-bottom: 25px !important;
  }

  .lx\:mb-27 {
    margin-bottom: 27px !important;
  }

  .lx\:mb-30 {
    margin-bottom: 30px !important;
  }

  .lx\:mb-36 {
    margin-bottom: 36px !important;
  }

  .lx\:mb-40 {
    margin-bottom: 40px !important;
  }

  .lx\:mb-42 {
    margin-bottom: 42px !important;
  }

  .lx\:mb-44 {
    margin-bottom: 44px !important;
  }

  .lx\:mb-48 {
    margin-bottom: 48px !important;
  }

  .lx\:mb-52 {
    margin-bottom: 52px !important;
  }

  .lx\:mb-64 {
    margin-bottom: 64px !important;
  }

  .lx\:mb-72 {
    margin-bottom: 72px !important;
  }

  .lx\:mb-74 {
    margin-bottom: 74px !important;
  }

  .lx\:mb-77 {
    margin-bottom: 77px !important;
  }

  .lx\:mb-84 {
    margin-bottom: 84px !important;
  }

  .lx\:mb-96 {
    margin-bottom: 96px !important;
  }

  .lx\:mb-98 {
    margin-bottom: 98px !important;
  }

  .lx\:mb-100 {
    margin-bottom: 100px !important;
  }

  .lx\:mb-105 {
    margin-bottom: 105px !important;
  }

  .lx\:mb-114 {
    margin-bottom: 114px !important;
  }

  .lx\:mb-115 {
    margin-bottom: 115px !important;
  }

  .lx\:mb-120 {
    margin-bottom: 120px !important;
  }

  .lx\:mb-128 {
    margin-bottom: 128px !important;
  }

  .lx\:mb-156 {
    margin-bottom: 156px !important;
  }

  .lx\:mb-200 {
    margin-bottom: 200px !important;
  }

  .lx\:mb-256 {
    margin-bottom: 256px !important;
  }

  .lx\:mb-auto {
    margin-bottom: auto !important;
  }

  .lx\:mb-px {
    margin-bottom: 1px !important;
  }

  .lx\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .lx\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .lx\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .lx\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .lx\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .lx\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .lx\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .lx\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .lx\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .lx\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .lx\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .lx\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .lx\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .lx\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .lx\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .lx\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .lx\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .lx\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .lx\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .lx\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .lx\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .lx\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .lx\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .lx\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .lx\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .lx\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .lx\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .lx\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .lx\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .lx\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .lx\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .lx\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .lx\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .lx\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .lx\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .lx\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .lx\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .lx\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .lx\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lx\:ml-0 {
    margin-left: 0px !important;
  }

  .lx\:ml-2 {
    margin-left: 2px !important;
  }

  .lx\:ml-3 {
    margin-left: 3px !important;
  }

  .lx\:ml-4 {
    margin-left: 4px !important;
  }

  .lx\:ml-6 {
    margin-left: 6px !important;
  }

  .lx\:ml-8 {
    margin-left: 8px !important;
  }

  .lx\:ml-10 {
    margin-left: 10px !important;
  }

  .lx\:ml-12 {
    margin-left: 12px !important;
  }

  .lx\:ml-14 {
    margin-left: 14px !important;
  }

  .lx\:ml-16 {
    margin-left: 16px !important;
  }

  .lx\:ml-20 {
    margin-left: 20px !important;
  }

  .lx\:ml-22 {
    margin-left: 22px !important;
  }

  .lx\:ml-24 {
    margin-left: 24px !important;
  }

  .lx\:ml-25 {
    margin-left: 25px !important;
  }

  .lx\:ml-27 {
    margin-left: 27px !important;
  }

  .lx\:ml-30 {
    margin-left: 30px !important;
  }

  .lx\:ml-36 {
    margin-left: 36px !important;
  }

  .lx\:ml-40 {
    margin-left: 40px !important;
  }

  .lx\:ml-42 {
    margin-left: 42px !important;
  }

  .lx\:ml-44 {
    margin-left: 44px !important;
  }

  .lx\:ml-48 {
    margin-left: 48px !important;
  }

  .lx\:ml-52 {
    margin-left: 52px !important;
  }

  .lx\:ml-64 {
    margin-left: 64px !important;
  }

  .lx\:ml-72 {
    margin-left: 72px !important;
  }

  .lx\:ml-74 {
    margin-left: 74px !important;
  }

  .lx\:ml-77 {
    margin-left: 77px !important;
  }

  .lx\:ml-84 {
    margin-left: 84px !important;
  }

  .lx\:ml-96 {
    margin-left: 96px !important;
  }

  .lx\:ml-98 {
    margin-left: 98px !important;
  }

  .lx\:ml-100 {
    margin-left: 100px !important;
  }

  .lx\:ml-105 {
    margin-left: 105px !important;
  }

  .lx\:ml-114 {
    margin-left: 114px !important;
  }

  .lx\:ml-115 {
    margin-left: 115px !important;
  }

  .lx\:ml-120 {
    margin-left: 120px !important;
  }

  .lx\:ml-128 {
    margin-left: 128px !important;
  }

  .lx\:ml-156 {
    margin-left: 156px !important;
  }

  .lx\:ml-200 {
    margin-left: 200px !important;
  }

  .lx\:ml-256 {
    margin-left: 256px !important;
  }

  .lx\:ml-auto {
    margin-left: auto !important;
  }

  .lx\:ml-px {
    margin-left: 1px !important;
  }

  .lx\:-ml-0 {
    margin-left: 0px !important;
  }

  .lx\:-ml-2 {
    margin-left: -2px !important;
  }

  .lx\:-ml-3 {
    margin-left: -3px !important;
  }

  .lx\:-ml-4 {
    margin-left: -4px !important;
  }

  .lx\:-ml-6 {
    margin-left: -6px !important;
  }

  .lx\:-ml-8 {
    margin-left: -8px !important;
  }

  .lx\:-ml-10 {
    margin-left: -10px !important;
  }

  .lx\:-ml-12 {
    margin-left: -12px !important;
  }

  .lx\:-ml-14 {
    margin-left: -14px !important;
  }

  .lx\:-ml-16 {
    margin-left: -16px !important;
  }

  .lx\:-ml-20 {
    margin-left: -20px !important;
  }

  .lx\:-ml-22 {
    margin-left: -22px !important;
  }

  .lx\:-ml-24 {
    margin-left: -24px !important;
  }

  .lx\:-ml-25 {
    margin-left: -25px !important;
  }

  .lx\:-ml-27 {
    margin-left: -27px !important;
  }

  .lx\:-ml-30 {
    margin-left: -30px !important;
  }

  .lx\:-ml-36 {
    margin-left: -36px !important;
  }

  .lx\:-ml-40 {
    margin-left: -40px !important;
  }

  .lx\:-ml-42 {
    margin-left: -42px !important;
  }

  .lx\:-ml-44 {
    margin-left: -44px !important;
  }

  .lx\:-ml-48 {
    margin-left: -48px !important;
  }

  .lx\:-ml-52 {
    margin-left: -52px !important;
  }

  .lx\:-ml-64 {
    margin-left: -64px !important;
  }

  .lx\:-ml-72 {
    margin-left: -72px !important;
  }

  .lx\:-ml-74 {
    margin-left: -74px !important;
  }

  .lx\:-ml-77 {
    margin-left: -77px !important;
  }

  .lx\:-ml-84 {
    margin-left: -84px !important;
  }

  .lx\:-ml-96 {
    margin-left: -96px !important;
  }

  .lx\:-ml-98 {
    margin-left: -98px !important;
  }

  .lx\:-ml-100 {
    margin-left: -100px !important;
  }

  .lx\:-ml-105 {
    margin-left: -105px !important;
  }

  .lx\:-ml-114 {
    margin-left: -114px !important;
  }

  .lx\:-ml-115 {
    margin-left: -115px !important;
  }

  .lx\:-ml-120 {
    margin-left: -120px !important;
  }

  .lx\:-ml-128 {
    margin-left: -128px !important;
  }

  .lx\:-ml-156 {
    margin-left: -156px !important;
  }

  .lx\:-ml-200 {
    margin-left: -200px !important;
  }

  .lx\:-ml-256 {
    margin-left: -256px !important;
  }

  .lx\:-ml-px {
    margin-left: -1px !important;
  }

  .lx\:box-border {
    box-sizing: border-box !important;
  }

  .lx\:box-content {
    box-sizing: content-box !important;
  }

  .lx\:block {
    display: block !important;
  }

  .lx\:inline-block {
    display: inline-block !important;
  }

  .lx\:inline {
    display: inline !important;
  }

  .lx\:flex {
    display: flex !important;
  }

  .lx\:inline-flex {
    display: inline-flex !important;
  }

  .lx\:table {
    display: table !important;
  }

  .lx\:inline-table {
    display: inline-table !important;
  }

  .lx\:table-caption {
    display: table-caption !important;
  }

  .lx\:table-cell {
    display: table-cell !important;
  }

  .lx\:table-column {
    display: table-column !important;
  }

  .lx\:table-column-group {
    display: table-column-group !important;
  }

  .lx\:table-footer-group {
    display: table-footer-group !important;
  }

  .lx\:table-header-group {
    display: table-header-group !important;
  }

  .lx\:table-row-group {
    display: table-row-group !important;
  }

  .lx\:table-row {
    display: table-row !important;
  }

  .lx\:flow-root {
    display: flow-root !important;
  }

  .lx\:grid {
    display: grid !important;
  }

  .lx\:inline-grid {
    display: inline-grid !important;
  }

  .lx\:contents {
    display: contents !important;
  }

  .lx\:list-item {
    display: list-item !important;
  }

  .lx\:hidden {
    display: none !important;
  }

  .lx\:h-0 {
    height: 0px !important;
  }

  .lx\:h-2 {
    height: 2px !important;
  }

  .lx\:h-3 {
    height: 3px !important;
  }

  .lx\:h-4 {
    height: 4px !important;
  }

  .lx\:h-5 {
    height: 5px !important;
  }

  .lx\:h-6 {
    height: 6px !important;
  }

  .lx\:h-8 {
    height: 8px !important;
  }

  .lx\:h-10 {
    height: 10px !important;
  }

  .lx\:h-12 {
    height: 12px !important;
  }

  .lx\:h-14 {
    height: 14px !important;
  }

  .lx\:h-15 {
    height: 15px !important;
  }

  .lx\:h-16 {
    height: 16px !important;
  }

  .lx\:h-20 {
    height: 20px !important;
  }

  .lx\:h-22 {
    height: 22px !important;
  }

  .lx\:h-24 {
    height: 24px !important;
  }

  .lx\:h-25 {
    height: 25px !important;
  }

  .lx\:h-26 {
    height: 26px !important;
  }

  .lx\:h-27 {
    height: 27px !important;
  }

  .lx\:h-28 {
    height: 28px !important;
  }

  .lx\:h-30 {
    height: 30px !important;
  }

  .lx\:h-32 {
    height: 32px !important;
  }

  .lx\:h-33 {
    height: 33px !important;
  }

  .lx\:h-34 {
    height: 34px !important;
  }

  .lx\:h-35 {
    height: 35px !important;
  }

  .lx\:h-36 {
    height: 36px !important;
  }

  .lx\:h-38 {
    height: 38px !important;
  }

  .lx\:h-40 {
    height: 40px !important;
  }

  .lx\:h-42 {
    height: 42px !important;
  }

  .lx\:h-44 {
    height: 44px !important;
  }

  .lx\:h-45 {
    height: 45px !important;
  }

  .lx\:h-48 {
    height: 48px !important;
  }

  .lx\:h-50 {
    height: 50px !important;
  }

  .lx\:h-52 {
    height: 52px !important;
  }

  .lx\:h-55 {
    height: 55px !important;
  }

  .lx\:h-60 {
    height: 60px !important;
  }

  .lx\:h-64 {
    height: 64px !important;
  }

  .lx\:h-65 {
    height: 65px !important;
  }

  .lx\:h-70 {
    height: 70px !important;
  }

  .lx\:h-72 {
    height: 72px !important;
  }

  .lx\:h-74 {
    height: 74px !important;
  }

  .lx\:h-75 {
    height: 75px !important;
  }

  .lx\:h-77 {
    height: 77px !important;
  }

  .lx\:h-80 {
    height: 80px !important;
  }

  .lx\:h-84 {
    height: 84px !important;
  }

  .lx\:h-85 {
    height: 85px !important;
  }

  .lx\:h-90 {
    height: 90px !important;
  }

  .lx\:h-95 {
    height: 95px !important;
  }

  .lx\:h-96 {
    height: 96px !important;
  }

  .lx\:h-98 {
    height: 98px !important;
  }

  .lx\:h-100 {
    height: 100px !important;
  }

  .lx\:h-105 {
    height: 105px !important;
  }

  .lx\:h-110 {
    height: 110px !important;
  }

  .lx\:h-114 {
    height: 114px !important;
  }

  .lx\:h-115 {
    height: 115px !important;
  }

  .lx\:h-120 {
    height: 120px !important;
  }

  .lx\:h-125 {
    height: 125px !important;
  }

  .lx\:h-128 {
    height: 128px !important;
  }

  .lx\:h-130 {
    height: 130px !important;
  }

  .lx\:h-135 {
    height: 135px !important;
  }

  .lx\:h-140 {
    height: 140px !important;
  }

  .lx\:h-142 {
    height: 142px !important;
  }

  .lx\:h-145 {
    height: 145px !important;
  }

  .lx\:h-150 {
    height: 150px !important;
  }

  .lx\:h-156 {
    height: 156px !important;
  }

  .lx\:h-165 {
    height: 165px !important;
  }

  .lx\:h-170 {
    height: 170px !important;
  }

  .lx\:h-180 {
    height: 180px !important;
  }

  .lx\:h-185 {
    height: 185px !important;
  }

  .lx\:h-190 {
    height: 190px !important;
  }

  .lx\:h-200 {
    height: 200px !important;
  }

  .lx\:h-225 {
    height: 225px !important;
  }

  .lx\:h-256 {
    height: 256px !important;
  }

  .lx\:h-auto {
    height: auto !important;
  }

  .lx\:h-px {
    height: 1px !important;
  }

  .lx\:h-1\/2 {
    height: 50% !important;
  }

  .lx\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lx\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lx\:h-1\/4 {
    height: 25% !important;
  }

  .lx\:h-2\/4 {
    height: 50% !important;
  }

  .lx\:h-3\/4 {
    height: 75% !important;
  }

  .lx\:h-1\/5 {
    height: 20% !important;
  }

  .lx\:h-2\/5 {
    height: 40% !important;
  }

  .lx\:h-3\/5 {
    height: 60% !important;
  }

  .lx\:h-4\/5 {
    height: 80% !important;
  }

  .lx\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lx\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lx\:h-3\/6 {
    height: 50% !important;
  }

  .lx\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lx\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lx\:h-full {
    height: 100% !important;
  }

  .lx\:h-screen {
    height: 100vh !important;
  }

  .lx\:max-h-0 {
    max-height: 0px !important;
  }

  .lx\:max-h-2 {
    max-height: 2px !important;
  }

  .lx\:max-h-3 {
    max-height: 3px !important;
  }

  .lx\:max-h-4 {
    max-height: 4px !important;
  }

  .lx\:max-h-6 {
    max-height: 6px !important;
  }

  .lx\:max-h-8 {
    max-height: 8px !important;
  }

  .lx\:max-h-10 {
    max-height: 10px !important;
  }

  .lx\:max-h-12 {
    max-height: 12px !important;
  }

  .lx\:max-h-14 {
    max-height: 14px !important;
  }

  .lx\:max-h-16 {
    max-height: 16px !important;
  }

  .lx\:max-h-20 {
    max-height: 20px !important;
  }

  .lx\:max-h-22 {
    max-height: 22px !important;
  }

  .lx\:max-h-24 {
    max-height: 24px !important;
  }

  .lx\:max-h-25 {
    max-height: 25px !important;
  }

  .lx\:max-h-27 {
    max-height: 27px !important;
  }

  .lx\:max-h-30 {
    max-height: 30px !important;
  }

  .lx\:max-h-36 {
    max-height: 36px !important;
  }

  .lx\:max-h-40 {
    max-height: 40px !important;
  }

  .lx\:max-h-42 {
    max-height: 42px !important;
  }

  .lx\:max-h-44 {
    max-height: 44px !important;
  }

  .lx\:max-h-48 {
    max-height: 48px !important;
  }

  .lx\:max-h-52 {
    max-height: 52px !important;
  }

  .lx\:max-h-64 {
    max-height: 64px !important;
  }

  .lx\:max-h-72 {
    max-height: 72px !important;
  }

  .lx\:max-h-74 {
    max-height: 74px !important;
  }

  .lx\:max-h-77 {
    max-height: 77px !important;
  }

  .lx\:max-h-84 {
    max-height: 84px !important;
  }

  .lx\:max-h-96 {
    max-height: 96px !important;
  }

  .lx\:max-h-98 {
    max-height: 98px !important;
  }

  .lx\:max-h-100 {
    max-height: 100px !important;
  }

  .lx\:max-h-105 {
    max-height: 105px !important;
  }

  .lx\:max-h-114 {
    max-height: 114px !important;
  }

  .lx\:max-h-115 {
    max-height: 115px !important;
  }

  .lx\:max-h-120 {
    max-height: 120px !important;
  }

  .lx\:max-h-128 {
    max-height: 128px !important;
  }

  .lx\:max-h-156 {
    max-height: 156px !important;
  }

  .lx\:max-h-200 {
    max-height: 200px !important;
  }

  .lx\:max-h-256 {
    max-height: 256px !important;
  }

  .lx\:max-h-px {
    max-height: 1px !important;
  }

  .lx\:max-h-full {
    max-height: 100% !important;
  }

  .lx\:max-h-screen {
    max-height: 100vh !important;
  }

  .lx\:min-h-0 {
    min-height: 0px !important;
  }

  .lx\:min-h-full {
    min-height: 100% !important;
  }

  .lx\:min-h-screen {
    min-height: 100vh !important;
  }

  .lx\:w-0 {
    width: 0px !important;
  }

  .lx\:w-2 {
    width: 2px !important;
  }

  .lx\:w-3 {
    width: 3px !important;
  }

  .lx\:w-4 {
    width: 4px !important;
  }

  .lx\:w-6 {
    width: 6px !important;
  }

  .lx\:w-8 {
    width: 8px !important;
  }

  .lx\:w-10 {
    width: 10px !important;
  }

  .lx\:w-12 {
    width: 12px !important;
  }

  .lx\:w-14 {
    width: 14px !important;
  }

  .lx\:w-16 {
    width: 16px !important;
  }

  .lx\:w-20 {
    width: 20px !important;
  }

  .lx\:w-22 {
    width: 22px !important;
  }

  .lx\:w-24 {
    width: 24px !important;
  }

  .lx\:w-25 {
    width: 25px !important;
  }

  .lx\:w-27 {
    width: 27px !important;
  }

  .lx\:w-30 {
    width: 30px !important;
  }

  .lx\:w-36 {
    width: 36px !important;
  }

  .lx\:w-40 {
    width: 40px !important;
  }

  .lx\:w-42 {
    width: 42px !important;
  }

  .lx\:w-44 {
    width: 44px !important;
  }

  .lx\:w-48 {
    width: 48px !important;
  }

  .lx\:w-52 {
    width: 52px !important;
  }

  .lx\:w-64 {
    width: 64px !important;
  }

  .lx\:w-72 {
    width: 72px !important;
  }

  .lx\:w-74 {
    width: 74px !important;
  }

  .lx\:w-77 {
    width: 77px !important;
  }

  .lx\:w-84 {
    width: 84px !important;
  }

  .lx\:w-96 {
    width: 96px !important;
  }

  .lx\:w-98 {
    width: 98px !important;
  }

  .lx\:w-100 {
    width: 100px !important;
  }

  .lx\:w-105 {
    width: 105px !important;
  }

  .lx\:w-114 {
    width: 114px !important;
  }

  .lx\:w-115 {
    width: 115px !important;
  }

  .lx\:w-120 {
    width: 120px !important;
  }

  .lx\:w-128 {
    width: 128px !important;
  }

  .lx\:w-156 {
    width: 156px !important;
  }

  .lx\:w-200 {
    width: 200px !important;
  }

  .lx\:w-256 {
    width: 256px !important;
  }

  .lx\:w-auto {
    width: auto !important;
  }

  .lx\:w-px {
    width: 1px !important;
  }

  .lx\:w-1\/2 {
    width: 50% !important;
  }

  .lx\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lx\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lx\:w-1\/4 {
    width: 25% !important;
  }

  .lx\:w-2\/4 {
    width: 50% !important;
  }

  .lx\:w-3\/4 {
    width: 75% !important;
  }

  .lx\:w-1\/5 {
    width: 20% !important;
  }

  .lx\:w-2\/5 {
    width: 40% !important;
  }

  .lx\:w-3\/5 {
    width: 60% !important;
  }

  .lx\:w-4\/5 {
    width: 80% !important;
  }

  .lx\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lx\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lx\:w-3\/6 {
    width: 50% !important;
  }

  .lx\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lx\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lx\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lx\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lx\:w-3\/12 {
    width: 25% !important;
  }

  .lx\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lx\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lx\:w-6\/12 {
    width: 50% !important;
  }

  .lx\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lx\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lx\:w-9\/12 {
    width: 75% !important;
  }

  .lx\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lx\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lx\:w-full {
    width: 100% !important;
  }

  .lx\:w-screen {
    width: 100vw !important;
  }

  .lx\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lx\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lx\:min-w-0 {
    min-width: 0px !important;
  }

  .lx\:min-w-full {
    min-width: 100% !important;
  }

  .lx\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lx\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lx\:max-w-0 {
    max-width: 0rem !important;
  }

  .lx\:max-w-none {
    max-width: none !important;
  }

  .lx\:max-w-xs {
    max-width: 20rem !important;
  }

  .lx\:max-w-sm {
    max-width: 24rem !important;
  }

  .lx\:max-w-md {
    max-width: 28rem !important;
  }

  .lx\:max-w-lg {
    max-width: 32rem !important;
  }

  .lx\:max-w-xl {
    max-width: 36rem !important;
  }

  .lx\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lx\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lx\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lx\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lx\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lx\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lx\:max-w-full {
    max-width: 100% !important;
  }

  .lx\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lx\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lx\:max-w-prose {
    max-width: 65ch !important;
  }

  .lx\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lx\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lx\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lx\:flex-none {
    flex: none !important;
  }

  .lx\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lx\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lx\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lx\:flex-grow {
    flex-grow: 1 !important;
  }

  .lx\:table-auto {
    table-layout: auto !important;
  }

  .lx\:table-fixed {
    table-layout: fixed !important;
  }

  .lx\:border-collapse {
    border-collapse: collapse !important;
  }

  .lx\:border-separate {
    border-collapse: separate !important;
  }

  .lx\:origin-center {
    transform-origin: center !important;
  }

  .lx\:origin-top {
    transform-origin: top !important;
  }

  .lx\:origin-top-right {
    transform-origin: top right !important;
  }

  .lx\:origin-right {
    transform-origin: right !important;
  }

  .lx\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lx\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lx\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lx\:origin-left {
    transform-origin: left !important;
  }

  .lx\:origin-top-left {
    transform-origin: top left !important;
  }

  .lx\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lx\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lx\:transform-none {
    transform: none !important;
  }

  .lx\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lx\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .lx\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .lx\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .lx\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .lx\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .lx\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .lx\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .lx\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .lx\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .lx\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .lx\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .lx\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .lx\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .lx\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .lx\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .lx\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .lx\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .lx\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .lx\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .lx\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .lx\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .lx\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .lx\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .lx\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .lx\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .lx\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .lx\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .lx\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .lx\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .lx\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .lx\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .lx\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .lx\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .lx\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .lx\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .lx\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .lx\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .lx\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lx\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lx\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .lx\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .lx\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .lx\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .lx\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .lx\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .lx\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .lx\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .lx\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .lx\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .lx\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .lx\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .lx\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .lx\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .lx\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .lx\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .lx\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .lx\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .lx\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .lx\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .lx\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .lx\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .lx\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .lx\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .lx\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .lx\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .lx\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .lx\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .lx\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .lx\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .lx\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .lx\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .lx\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .lx\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .lx\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .lx\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .lx\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .lx\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lx\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lx\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lx\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lx\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lx\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lx\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lx\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lx\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lx\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lx\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lx\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lx\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .lx\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .lx\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .lx\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .lx\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .lx\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .lx\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .lx\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .lx\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .lx\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .lx\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .lx\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .lx\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .lx\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .lx\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .lx\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .lx\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .lx\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .lx\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .lx\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .lx\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .lx\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .lx\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .lx\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .lx\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .lx\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .lx\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .lx\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .lx\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .lx\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .lx\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .lx\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .lx\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .lx\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .lx\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .lx\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .lx\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .lx\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lx\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lx\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .lx\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .lx\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .lx\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .lx\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .lx\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .lx\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .lx\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .lx\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .lx\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .lx\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .lx\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .lx\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .lx\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .lx\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .lx\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .lx\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .lx\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .lx\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .lx\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .lx\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .lx\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .lx\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .lx\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .lx\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .lx\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .lx\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .lx\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .lx\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .lx\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .lx\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .lx\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .lx\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .lx\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .lx\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .lx\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .lx\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .lx\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lx\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lx\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lx\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lx\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lx\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lx\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lx\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lx\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lx\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lx\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lx\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lx\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .lx\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .lx\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .lx\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .lx\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .lx\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .lx\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .lx\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .lx\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .lx\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .lx\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .lx\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .lx\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .lx\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .lx\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .lx\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .lx\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .lx\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .lx\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .lx\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .lx\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .lx\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .lx\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .lx\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .lx\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .lx\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .lx\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .lx\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .lx\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .lx\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .lx\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .lx\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .lx\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .lx\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .lx\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .lx\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .lx\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .lx\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lx\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lx\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .lx\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .lx\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .lx\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .lx\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .lx\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .lx\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .lx\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .lx\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .lx\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .lx\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .lx\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .lx\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .lx\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .lx\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .lx\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .lx\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .lx\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .lx\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .lx\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .lx\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .lx\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .lx\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .lx\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .lx\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .lx\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .lx\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .lx\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .lx\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .lx\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .lx\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .lx\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .lx\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .lx\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .lx\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .lx\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .lx\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .lx\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lx\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lx\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lx\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lx\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lx\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lx\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lx\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lx\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lx\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lx\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lx\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lx\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .lx\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .lx\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .lx\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .lx\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .lx\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .lx\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .lx\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .lx\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .lx\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .lx\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .lx\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .lx\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .lx\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .lx\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .lx\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .lx\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .lx\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .lx\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .lx\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .lx\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .lx\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .lx\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .lx\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .lx\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .lx\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .lx\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .lx\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .lx\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .lx\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .lx\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .lx\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .lx\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .lx\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .lx\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .lx\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .lx\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .lx\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lx\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lx\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .lx\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .lx\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .lx\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .lx\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .lx\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .lx\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .lx\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .lx\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .lx\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .lx\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .lx\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .lx\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .lx\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .lx\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .lx\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .lx\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .lx\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .lx\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .lx\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .lx\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .lx\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .lx\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .lx\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .lx\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .lx\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .lx\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .lx\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .lx\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .lx\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .lx\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .lx\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .lx\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .lx\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .lx\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .lx\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .lx\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .lx\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lx\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lx\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lx\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lx\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lx\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lx\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lx\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lx\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lx\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lx\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lx\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lx\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .lx\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .lx\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .lx\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .lx\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .lx\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .lx\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .lx\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .lx\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .lx\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .lx\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .lx\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .lx\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .lx\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .lx\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .lx\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .lx\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .lx\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .lx\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .lx\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .lx\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .lx\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .lx\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .lx\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .lx\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .lx\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .lx\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .lx\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .lx\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .lx\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .lx\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .lx\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .lx\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .lx\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .lx\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .lx\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .lx\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .lx\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lx\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lx\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .lx\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .lx\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .lx\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .lx\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .lx\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .lx\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .lx\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .lx\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .lx\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .lx\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .lx\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .lx\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .lx\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .lx\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .lx\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .lx\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .lx\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .lx\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .lx\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .lx\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .lx\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .lx\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .lx\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .lx\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .lx\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .lx\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .lx\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .lx\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .lx\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .lx\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .lx\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .lx\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .lx\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .lx\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .lx\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .lx\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .lx\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lx\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lx\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lx\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lx\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lx\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lx\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lx\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lx\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lx\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lx\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lx\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lx\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .lx\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .lx\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .lx\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .lx\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .lx\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .lx\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .lx\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .lx\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .lx\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .lx\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .lx\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .lx\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .lx\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .lx\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .lx\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .lx\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .lx\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .lx\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .lx\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .lx\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .lx\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .lx\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .lx\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .lx\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .lx\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .lx\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .lx\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .lx\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .lx\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .lx\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .lx\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .lx\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .lx\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .lx\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .lx\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .lx\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .lx\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lx\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lx\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .lx\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .lx\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .lx\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .lx\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .lx\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .lx\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .lx\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .lx\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .lx\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .lx\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .lx\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .lx\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .lx\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .lx\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .lx\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .lx\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .lx\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .lx\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .lx\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .lx\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .lx\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .lx\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .lx\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .lx\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .lx\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .lx\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .lx\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .lx\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .lx\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .lx\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .lx\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .lx\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .lx\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .lx\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .lx\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .lx\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .lx\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lx\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lx\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lx\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lx\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lx\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lx\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lx\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lx\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lx\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lx\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lx\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lx\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lx\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lx\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lx\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lx\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lx\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lx\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lx\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lx\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lx\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lx\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lx\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lx\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lx\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lx\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lx\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lx\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lx\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lx\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lx\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lx\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lx\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lx\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lx\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lx\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lx\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lx\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lx\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lx\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lx\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lx\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lx\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lx\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lx\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lx\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lx\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lx\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lx\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lx\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lx\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lx\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lx\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lx\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lx\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lx\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lx\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lx\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lx\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lx\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lx\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lx\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lx\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lx\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lx\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lx\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lx\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lx\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lx\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lx\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lx\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lx\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lx\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lx\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lx\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lx\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lx\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lx\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lx\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lx\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lx\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lx\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lx\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lx\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lx\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lx\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lx\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lx\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lx\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lx\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lx\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lx\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lx\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lx\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lx\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lx\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lx\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lx\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lx\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lx\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lx\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lx\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lx\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lx\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lx\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lx\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lx\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lx\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lx\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lx\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lx\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lx\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lx\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lx\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lx\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lx\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lx\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lx\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lx\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lx\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lx\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lx\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lx\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lx\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lx\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lx\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lx\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lx\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lx\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lx\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lx\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lx\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lx\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lx\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lx\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lx\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lx\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lx\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lx\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lx\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lx\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lx\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lx\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lx\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lx\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lx\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lx\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lx\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lx\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lx\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lx\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lx\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lx\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lx\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lx\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lx\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lx\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lx\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lx\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lx\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lx\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lx\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lx\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lx\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lx\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lx\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lx\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lx\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lx\:cursor-auto {
    cursor: auto !important;
  }

  .lx\:cursor-default {
    cursor: default !important;
  }

  .lx\:cursor-pointer {
    cursor: pointer !important;
  }

  .lx\:cursor-wait {
    cursor: wait !important;
  }

  .lx\:cursor-text {
    cursor: text !important;
  }

  .lx\:cursor-move {
    cursor: move !important;
  }

  .lx\:cursor-help {
    cursor: help !important;
  }

  .lx\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lx\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lx\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lx\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lx\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lx\:resize-none {
    resize: none !important;
  }

  .lx\:resize-y {
    resize: vertical !important;
  }

  .lx\:resize-x {
    resize: horizontal !important;
  }

  .lx\:resize {
    resize: both !important;
  }

  .lx\:list-inside {
    list-style-position: inside !important;
  }

  .lx\:list-outside {
    list-style-position: outside !important;
  }

  .lx\:list-none {
    list-style-type: none !important;
  }

  .lx\:list-disc {
    list-style-type: disc !important;
  }

  .lx\:list-decimal {
    list-style-type: decimal !important;
  }

  .lx\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lx\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lx\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lx\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lx\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lx\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lx\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lx\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lx\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lx\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lx\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lx\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lx\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lx\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lx\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lx\:flex-row {
    flex-direction: row !important;
  }

  .lx\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lx\:flex-col {
    flex-direction: column !important;
  }

  .lx\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lx\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lx\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lx\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lx\:place-content-center {
    place-content: center !important;
  }

  .lx\:place-content-start {
    place-content: start !important;
  }

  .lx\:place-content-end {
    place-content: end !important;
  }

  .lx\:place-content-between {
    place-content: space-between !important;
  }

  .lx\:place-content-around {
    place-content: space-around !important;
  }

  .lx\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lx\:place-content-stretch {
    place-content: stretch !important;
  }

  .lx\:place-items-start {
    place-items: start !important;
  }

  .lx\:place-items-end {
    place-items: end !important;
  }

  .lx\:place-items-center {
    place-items: center !important;
  }

  .lx\:place-items-stretch {
    place-items: stretch !important;
  }

  .lx\:content-center {
    align-content: center !important;
  }

  .lx\:content-start {
    align-content: flex-start !important;
  }

  .lx\:content-end {
    align-content: flex-end !important;
  }

  .lx\:content-between {
    align-content: space-between !important;
  }

  .lx\:content-around {
    align-content: space-around !important;
  }

  .lx\:content-evenly {
    align-content: space-evenly !important;
  }

  .lx\:items-start {
    align-items: flex-start !important;
  }

  .lx\:items-end {
    align-items: flex-end !important;
  }

  .lx\:items-center {
    align-items: center !important;
  }

  .lx\:items-baseline {
    align-items: baseline !important;
  }

  .lx\:items-stretch {
    align-items: stretch !important;
  }

  .lx\:justify-start {
    justify-content: flex-start !important;
  }

  .lx\:justify-end {
    justify-content: flex-end !important;
  }

  .lx\:justify-center {
    justify-content: center !important;
  }

  .lx\:justify-between {
    justify-content: space-between !important;
  }

  .lx\:justify-around {
    justify-content: space-around !important;
  }

  .lx\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lx\:justify-items-start {
    justify-items: start !important;
  }

  .lx\:justify-items-end {
    justify-items: end !important;
  }

  .lx\:justify-items-center {
    justify-items: center !important;
  }

  .lx\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lx\:gap-0 {
    gap: 0px !important;
  }

  .lx\:gap-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-4 {
    gap: 1rem !important;
  }

  .lx\:gap-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-8 {
    gap: 2rem !important;
  }

  .lx\:gap-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-12 {
    gap: 3rem !important;
  }

  .lx\:gap-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-16 {
    gap: 4rem !important;
  }

  .lx\:gap-20 {
    gap: 5rem !important;
  }

  .lx\:gap-24 {
    gap: 6rem !important;
  }

  .lx\:gap-28 {
    gap: 7rem !important;
  }

  .lx\:gap-32 {
    gap: 8rem !important;
  }

  .lx\:gap-36 {
    gap: 9rem !important;
  }

  .lx\:gap-40 {
    gap: 10rem !important;
  }

  .lx\:gap-44 {
    gap: 11rem !important;
  }

  .lx\:gap-48 {
    gap: 12rem !important;
  }

  .lx\:gap-52 {
    gap: 13rem !important;
  }

  .lx\:gap-56 {
    gap: 14rem !important;
  }

  .lx\:gap-60 {
    gap: 15rem !important;
  }

  .lx\:gap-64 {
    gap: 16rem !important;
  }

  .lx\:gap-72 {
    gap: 18rem !important;
  }

  .lx\:gap-80 {
    gap: 20rem !important;
  }

  .lx\:gap-96 {
    gap: 24rem !important;
  }

  .lx\:gap-x-0 {
    gap: 0px !important;
  }

  .lx\:gap-y-0 {
    gap: 0px !important;
  }

  .lx\:gap-px {
    gap: 1px !important;
  }

  .lx\:gap-x-px\\ {
    gap: 1px !important;
  }

  .lx\:gap-y-px\\ {
    gap: 1px !important;
  }

  .lx\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-x-4 {
    gap: 1rem !important;
  }

  .lx\:gap-y-4 {
    gap: 1rem !important;
  }

  .lx\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-x-8 {
    gap: 2rem !important;
  }

  .lx\:gap-y-8 {
    gap: 2rem !important;
  }

  .lx\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-x-12 {
    gap: 3rem !important;
  }

  .lx\:gap-y-12 {
    gap: 3rem !important;
  }

  .lx\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-x-16 {
    gap: 4rem !important;
  }

  .lx\:gap-y-16 {
    gap: 4rem !important;
  }

  .lx\:gap-x-20 {
    gap: 5rem !important;
  }

  .lx\:gap-y-20 {
    gap: 5rem !important;
  }

  .lx\:gap-x-24 {
    gap: 6rem !important;
  }

  .lx\:gap-y-24 {
    gap: 6rem !important;
  }

  .lx\:gap-x-28 {
    gap: 7rem !important;
  }

  .lx\:gap-y-28 {
    gap: 7rem !important;
  }

  .lx\:gap-x-32 {
    gap: 8rem !important;
  }

  .lx\:gap-y-32 {
    gap: 8rem !important;
  }

  .lx\:gap-x-36 {
    gap: 9rem !important;
  }

  .lx\:gap-y-36 {
    gap: 9rem !important;
  }

  .lx\:gap-x-40 {
    gap: 10rem !important;
  }

  .lx\:gap-y-40 {
    gap: 10rem !important;
  }

  .lx\:gap-x-44 {
    gap: 11rem !important;
  }

  .lx\:gap-y-44 {
    gap: 11rem !important;
  }

  .lx\:gap-x-48 {
    gap: 12rem !important;
  }

  .lx\:gap-y-48 {
    gap: 12rem !important;
  }

  .lx\:gap-x-52 {
    gap: 13rem !important;
  }

  .lx\:gap-y-52 {
    gap: 13rem !important;
  }

  .lx\:gap-x-56 {
    gap: 14rem !important;
  }

  .lx\:gap-y-56 {
    gap: 14rem !important;
  }

  .lx\:gap-x-60 {
    gap: 15rem !important;
  }

  .lx\:gap-y-60 {
    gap: 15rem !important;
  }

  .lx\:gap-x-64 {
    gap: 16rem !important;
  }

  .lx\:gap-y-64 {
    gap: 16rem !important;
  }

  .lx\:gap-x-72 {
    gap: 18rem !important;
  }

  .lx\:gap-y-72 {
    gap: 18rem !important;
  }

  .lx\:gap-x-80 {
    gap: 20rem !important;
  }

  .lx\:gap-y-80 {
    gap: 20rem !important;
  }

  .lx\:gap-x-96 {
    gap: 24rem !important;
  }

  .lx\:gap-y-96 {
    gap: 24rem !important;
  }

  .lx\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lx\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-px {
    row-gap: 1px !important;
  }

  .lx\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .lx\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .lx\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .lx\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lx\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lx\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lx\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lx\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lx\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lx\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lx\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lx\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lx\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lx\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lx\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lx\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lx\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lx\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lx\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .lx\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .lx\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lx\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lx\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lx\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lx\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lx\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .lx\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lx\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lx\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lx\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lx\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lx\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .lx\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lx\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lx\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lx\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .lx\:place-self-auto {
    place-self: auto !important;
  }

  .lx\:place-self-start {
    place-self: start !important;
  }

  .lx\:place-self-end {
    place-self: end !important;
  }

  .lx\:place-self-center {
    place-self: center !important;
  }

  .lx\:place-self-stretch {
    place-self: stretch !important;
  }

  .lx\:self-auto {
    align-self: auto !important;
  }

  .lx\:self-start {
    align-self: flex-start !important;
  }

  .lx\:self-end {
    align-self: flex-end !important;
  }

  .lx\:self-center {
    align-self: center !important;
  }

  .lx\:self-stretch {
    align-self: stretch !important;
  }

  .lx\:self-baseline {
    align-self: baseline !important;
  }

  .lx\:justify-self-auto {
    justify-self: auto !important;
  }

  .lx\:justify-self-start {
    justify-self: start !important;
  }

  .lx\:justify-self-end {
    justify-self: end !important;
  }

  .lx\:justify-self-center {
    justify-self: center !important;
  }

  .lx\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lx\:overflow-auto {
    overflow: auto !important;
  }

  .lx\:overflow-hidden {
    overflow: hidden !important;
  }

  .lx\:overflow-visible {
    overflow: visible !important;
  }

  .lx\:overflow-scroll {
    overflow: scroll !important;
  }

  .lx\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lx\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lx\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lx\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lx\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lx\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lx\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lx\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lx\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lx\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lx\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lx\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lx\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lx\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lx\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lx\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lx\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lx\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lx\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lx\:overflow-clip {
    text-overflow: clip !important;
  }

  .lx\:whitespace-normal {
    white-space: normal !important;
  }

  .lx\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lx\:whitespace-pre {
    white-space: pre !important;
  }

  .lx\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lx\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lx\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lx\:break-words {
    overflow-wrap: break-word !important;
  }

  .lx\:break-all {
    word-break: break-all !important;
  }

  .lx\:rounded-4 {
    border-radius: 4px !important;
  }

  .lx\:rounded-6 {
    border-radius: 6px !important;
  }

  .lx\:rounded-50 {
    border-radius: 50% !important;
  }

  .lx\:rounded-100 {
    border-radius: 100px !important;
  }

  .lx\:rounded-200 {
    border-radius: 200px !important;
  }

  .lx\:rounded-none {
    border-radius: 0px !important;
  }

  .lx\:rounded-br8 {
    border-radius: 8px !important;
  }

  .lx\:rounded-br6 {
    border-radius: 6px !important;
  }

  .lx\:rounded-br30 {
    border-radius: 30px !important;
  }

  .lx\:rounded-br32 {
    border-radius: 32px !important;
  }

  .lx\:rounded-br50 {
    border-radius: 50px !important;
  }

  .lx\:rounded-br90 {
    border-radius: 90px !important;
  }

  .lx\:rounded-full {
    border-radius: 9999px !important;
  }

  .lx\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lx\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lx\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .lx\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .lx\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lx\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .lx\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .lx\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .lx\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .lx\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .lx\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lx\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lx\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lx\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .lx\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .lx\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lx\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .lx\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .lx\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .lx\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .lx\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .lx\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lx\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lx\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .lx\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lx\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lx\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .lx\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lx\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .lx\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .lx\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .lx\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .lx\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .lx\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lx\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .lx\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .lx\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .lx\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .lx\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .lx\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .lx\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lx\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .lx\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .lx\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .lx\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .lx\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lx\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .lx\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .lx\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .lx\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .lx\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .lx\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lx\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .lx\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .lx\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .lx\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .lx\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lx\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .lx\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .lx\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .lx\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .lx\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .lx\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lx\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .lx\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .lx\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .lx\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:border-0 {
    border-width: 0px !important;
  }

  .lx\:border-1 {
    border-width: 1px !important;
  }

  .lx\:border-2 {
    border-width: 2px !important;
  }

  .lx\:border-3 {
    border-width: 3px !important;
  }

  .lx\:border-4 {
    border-width: 4px !important;
  }

  .lx\:border-8 {
    border-width: 8px !important;
  }

  .lx\:border {
    border-width: 1px !important;
  }

  .lx\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lx\:border-t-1 {
    border-top-width: 1px !important;
  }

  .lx\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lx\:border-t-3 {
    border-top-width: 3px !important;
  }

  .lx\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lx\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lx\:border-t {
    border-top-width: 1px !important;
  }

  .lx\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lx\:border-r-1 {
    border-right-width: 1px !important;
  }

  .lx\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lx\:border-r-3 {
    border-right-width: 3px !important;
  }

  .lx\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lx\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lx\:border-r {
    border-right-width: 1px !important;
  }

  .lx\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lx\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lx\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lx\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lx\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lx\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lx\:border-b {
    border-bottom-width: 1px !important;
  }

  .lx\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lx\:border-l-1 {
    border-left-width: 1px !important;
  }

  .lx\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lx\:border-l-3 {
    border-left-width: 3px !important;
  }

  .lx\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lx\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lx\:border-l {
    border-left-width: 1px !important;
  }

  .lx\:border-solid {
    border-style: solid !important;
  }

  .lx\:border-dashed {
    border-style: dashed !important;
  }

  .lx\:border-dotted {
    border-style: dotted !important;
  }

  .lx\:border-double {
    border-style: double !important;
  }

  .lx\:border-none {
    border-style: none !important;
  }

  .lx\:border-transparent {
    border-color: transparent !important;
  }

  .lx\:border-current {
    border-color: currentColor !important;
  }

  .lx\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lx\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lx\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lx\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lx\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lx\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lx\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lx\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lx\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lx\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lx\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lx\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .lx\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lx\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .lx\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lx\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lx\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lx\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .lx\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lx\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .lx\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .lx\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .lx\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lx\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .lx\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lx\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .lx\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .lx\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .lx\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lx\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .lx\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lx\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .lx\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .lx\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .lx\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lx\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .lx\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lx\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .lx\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .lx\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .lx\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lx\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .lx\:bg-transparent {
    background-color: transparent !important;
  }

  .lx\:bg-current {
    background-color: currentColor !important;
  }

  .lx\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lx\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lx\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lx\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lx\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lx\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lx\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lx\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .lx\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .lx\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .lx\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .lx\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .lx\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .lx\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .lx\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .lx\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .lx\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .lx\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .lx\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .lx\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .lx\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .lx\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .lx\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .lx\:bg-none {
    background-image: none !important;
  }

  .lx\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lx\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lx\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lx\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lx\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lx\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lx\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lx\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lx\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lx\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lx\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lx\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lx\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lx\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lx\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lx\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lx\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lx\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lx\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lx\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .lx\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .lx\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .lx\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .lx\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lx\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .lx\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .lx\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .lx\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lx\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .lx\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .lx\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .lx\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .lx\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lx\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lx\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .lx\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lx\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lx\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .lx\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lx\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .lx\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .lx\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .lx\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .lx\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lx\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .lx\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .lx\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .lx\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lx\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .lx\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .lx\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .lx\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .lx\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lx\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lx\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .lx\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lx\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lx\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .lx\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lx\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .lx\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .lx\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .lx\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .lx\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lx\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .lx\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .lx\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .lx\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lx\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .lx\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .lx\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .lx\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .lx\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lx\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lx\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .lx\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lx\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lx\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .lx\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lx\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lx\:bg-auto {
    background-size: auto !important;
  }

  .lx\:bg-cover {
    background-size: cover !important;
  }

  .lx\:bg-contain {
    background-size: contain !important;
  }

  .lx\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lx\:bg-local {
    background-attachment: local !important;
  }

  .lx\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lx\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lx\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lx\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lx\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lx\:bg-bottom {
    background-position: bottom !important;
  }

  .lx\:bg-center {
    background-position: center !important;
  }

  .lx\:bg-left {
    background-position: left !important;
  }

  .lx\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lx\:bg-left-top {
    background-position: left top !important;
  }

  .lx\:bg-right {
    background-position: right !important;
  }

  .lx\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lx\:bg-right-top {
    background-position: right top !important;
  }

  .lx\:bg-top {
    background-position: top !important;
  }

  .lx\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lx\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lx\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lx\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lx\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lx\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lx\:bg-origin-border {
    background-origin: border-box !important;
  }

  .lx\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .lx\:bg-origin-content {
    background-origin: content-box !important;
  }

  .lx\:fill-current {
    fill: currentColor !important;
  }

  .lx\:stroke-current {
    stroke: currentColor !important;
  }

  .lx\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lx\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lx\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lx\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lx\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lx\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lx\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lx\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lx\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lx\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lx\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lx\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lx\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lx\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lx\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lx\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lx\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lx\:p-0 {
    padding: 0px !important;
  }

  .lx\:p-2 {
    padding: 2px !important;
  }

  .lx\:p-3 {
    padding: 3px !important;
  }

  .lx\:p-4 {
    padding: 4px !important;
  }

  .lx\:p-6 {
    padding: 6px !important;
  }

  .lx\:p-8 {
    padding: 8px !important;
  }

  .lx\:p-10 {
    padding: 10px !important;
  }

  .lx\:p-12 {
    padding: 12px !important;
  }

  .lx\:p-14 {
    padding: 14px !important;
  }

  .lx\:p-16 {
    padding: 16px !important;
  }

  .lx\:p-20 {
    padding: 20px !important;
  }

  .lx\:p-22 {
    padding: 22px !important;
  }

  .lx\:p-24 {
    padding: 24px !important;
  }

  .lx\:p-25 {
    padding: 25px !important;
  }

  .lx\:p-27 {
    padding: 27px !important;
  }

  .lx\:p-30 {
    padding: 30px !important;
  }

  .lx\:p-36 {
    padding: 36px !important;
  }

  .lx\:p-40 {
    padding: 40px !important;
  }

  .lx\:p-42 {
    padding: 42px !important;
  }

  .lx\:p-44 {
    padding: 44px !important;
  }

  .lx\:p-48 {
    padding: 48px !important;
  }

  .lx\:p-52 {
    padding: 52px !important;
  }

  .lx\:p-64 {
    padding: 64px !important;
  }

  .lx\:p-72 {
    padding: 72px !important;
  }

  .lx\:p-74 {
    padding: 74px !important;
  }

  .lx\:p-77 {
    padding: 77px !important;
  }

  .lx\:p-84 {
    padding: 84px !important;
  }

  .lx\:p-96 {
    padding: 96px !important;
  }

  .lx\:p-98 {
    padding: 98px !important;
  }

  .lx\:p-100 {
    padding: 100px !important;
  }

  .lx\:p-105 {
    padding: 105px !important;
  }

  .lx\:p-114 {
    padding: 114px !important;
  }

  .lx\:p-115 {
    padding: 115px !important;
  }

  .lx\:p-120 {
    padding: 120px !important;
  }

  .lx\:p-128 {
    padding: 128px !important;
  }

  .lx\:p-156 {
    padding: 156px !important;
  }

  .lx\:p-200 {
    padding: 200px !important;
  }

  .lx\:p-256 {
    padding: 256px !important;
  }

  .lx\:p-px {
    padding: 1px !important;
  }

  .lx\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lx\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .lx\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .lx\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .lx\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .lx\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lx\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lx\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lx\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .lx\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lx\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lx\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .lx\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lx\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lx\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .lx\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lx\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .lx\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lx\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .lx\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lx\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lx\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .lx\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lx\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lx\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .lx\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .lx\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .lx\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .lx\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .lx\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lx\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .lx\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .lx\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .lx\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lx\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lx\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .lx\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .lx\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .lx\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lx\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lx\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .lx\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .lx\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .lx\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .lx\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lx\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lx\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .lx\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .lx\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lx\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lx\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .lx\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lx\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .lx\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .lx\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lx\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .lx\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lx\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .lx\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .lx\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lx\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .lx\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lx\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lx\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .lx\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .lx\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .lx\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .lx\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .lx\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lx\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .lx\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .lx\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .lx\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lx\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lx\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .lx\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .lx\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .lx\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lx\:pt-0 {
    padding-top: 0px !important;
  }

  .lx\:pt-2 {
    padding-top: 2px !important;
  }

  .lx\:pt-3 {
    padding-top: 3px !important;
  }

  .lx\:pt-4 {
    padding-top: 4px !important;
  }

  .lx\:pt-6 {
    padding-top: 6px !important;
  }

  .lx\:pt-8 {
    padding-top: 8px !important;
  }

  .lx\:pt-10 {
    padding-top: 10px !important;
  }

  .lx\:pt-12 {
    padding-top: 12px !important;
  }

  .lx\:pt-14 {
    padding-top: 14px !important;
  }

  .lx\:pt-16 {
    padding-top: 16px !important;
  }

  .lx\:pt-20 {
    padding-top: 20px !important;
  }

  .lx\:pt-22 {
    padding-top: 22px !important;
  }

  .lx\:pt-24 {
    padding-top: 24px !important;
  }

  .lx\:pt-25 {
    padding-top: 25px !important;
  }

  .lx\:pt-27 {
    padding-top: 27px !important;
  }

  .lx\:pt-30 {
    padding-top: 30px !important;
  }

  .lx\:pt-36 {
    padding-top: 36px !important;
  }

  .lx\:pt-40 {
    padding-top: 40px !important;
  }

  .lx\:pt-42 {
    padding-top: 42px !important;
  }

  .lx\:pt-44 {
    padding-top: 44px !important;
  }

  .lx\:pt-48 {
    padding-top: 48px !important;
  }

  .lx\:pt-52 {
    padding-top: 52px !important;
  }

  .lx\:pt-64 {
    padding-top: 64px !important;
  }

  .lx\:pt-72 {
    padding-top: 72px !important;
  }

  .lx\:pt-74 {
    padding-top: 74px !important;
  }

  .lx\:pt-77 {
    padding-top: 77px !important;
  }

  .lx\:pt-84 {
    padding-top: 84px !important;
  }

  .lx\:pt-96 {
    padding-top: 96px !important;
  }

  .lx\:pt-98 {
    padding-top: 98px !important;
  }

  .lx\:pt-100 {
    padding-top: 100px !important;
  }

  .lx\:pt-105 {
    padding-top: 105px !important;
  }

  .lx\:pt-114 {
    padding-top: 114px !important;
  }

  .lx\:pt-115 {
    padding-top: 115px !important;
  }

  .lx\:pt-120 {
    padding-top: 120px !important;
  }

  .lx\:pt-128 {
    padding-top: 128px !important;
  }

  .lx\:pt-156 {
    padding-top: 156px !important;
  }

  .lx\:pt-200 {
    padding-top: 200px !important;
  }

  .lx\:pt-256 {
    padding-top: 256px !important;
  }

  .lx\:pt-px {
    padding-top: 1px !important;
  }

  .lx\:pr-0 {
    padding-right: 0px !important;
  }

  .lx\:pr-2 {
    padding-right: 2px !important;
  }

  .lx\:pr-3 {
    padding-right: 3px !important;
  }

  .lx\:pr-4 {
    padding-right: 4px !important;
  }

  .lx\:pr-6 {
    padding-right: 6px !important;
  }

  .lx\:pr-8 {
    padding-right: 8px !important;
  }

  .lx\:pr-10 {
    padding-right: 10px !important;
  }

  .lx\:pr-12 {
    padding-right: 12px !important;
  }

  .lx\:pr-14 {
    padding-right: 14px !important;
  }

  .lx\:pr-16 {
    padding-right: 16px !important;
  }

  .lx\:pr-20 {
    padding-right: 20px !important;
  }

  .lx\:pr-22 {
    padding-right: 22px !important;
  }

  .lx\:pr-24 {
    padding-right: 24px !important;
  }

  .lx\:pr-25 {
    padding-right: 25px !important;
  }

  .lx\:pr-27 {
    padding-right: 27px !important;
  }

  .lx\:pr-30 {
    padding-right: 30px !important;
  }

  .lx\:pr-36 {
    padding-right: 36px !important;
  }

  .lx\:pr-40 {
    padding-right: 40px !important;
  }

  .lx\:pr-42 {
    padding-right: 42px !important;
  }

  .lx\:pr-44 {
    padding-right: 44px !important;
  }

  .lx\:pr-48 {
    padding-right: 48px !important;
  }

  .lx\:pr-52 {
    padding-right: 52px !important;
  }

  .lx\:pr-64 {
    padding-right: 64px !important;
  }

  .lx\:pr-72 {
    padding-right: 72px !important;
  }

  .lx\:pr-74 {
    padding-right: 74px !important;
  }

  .lx\:pr-77 {
    padding-right: 77px !important;
  }

  .lx\:pr-84 {
    padding-right: 84px !important;
  }

  .lx\:pr-96 {
    padding-right: 96px !important;
  }

  .lx\:pr-98 {
    padding-right: 98px !important;
  }

  .lx\:pr-100 {
    padding-right: 100px !important;
  }

  .lx\:pr-105 {
    padding-right: 105px !important;
  }

  .lx\:pr-114 {
    padding-right: 114px !important;
  }

  .lx\:pr-115 {
    padding-right: 115px !important;
  }

  .lx\:pr-120 {
    padding-right: 120px !important;
  }

  .lx\:pr-128 {
    padding-right: 128px !important;
  }

  .lx\:pr-156 {
    padding-right: 156px !important;
  }

  .lx\:pr-200 {
    padding-right: 200px !important;
  }

  .lx\:pr-256 {
    padding-right: 256px !important;
  }

  .lx\:pr-px {
    padding-right: 1px !important;
  }

  .lx\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lx\:pb-2 {
    padding-bottom: 2px !important;
  }

  .lx\:pb-3 {
    padding-bottom: 3px !important;
  }

  .lx\:pb-4 {
    padding-bottom: 4px !important;
  }

  .lx\:pb-6 {
    padding-bottom: 6px !important;
  }

  .lx\:pb-8 {
    padding-bottom: 8px !important;
  }

  .lx\:pb-10 {
    padding-bottom: 10px !important;
  }

  .lx\:pb-12 {
    padding-bottom: 12px !important;
  }

  .lx\:pb-14 {
    padding-bottom: 14px !important;
  }

  .lx\:pb-16 {
    padding-bottom: 16px !important;
  }

  .lx\:pb-20 {
    padding-bottom: 20px !important;
  }

  .lx\:pb-22 {
    padding-bottom: 22px !important;
  }

  .lx\:pb-24 {
    padding-bottom: 24px !important;
  }

  .lx\:pb-25 {
    padding-bottom: 25px !important;
  }

  .lx\:pb-27 {
    padding-bottom: 27px !important;
  }

  .lx\:pb-30 {
    padding-bottom: 30px !important;
  }

  .lx\:pb-36 {
    padding-bottom: 36px !important;
  }

  .lx\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lx\:pb-42 {
    padding-bottom: 42px !important;
  }

  .lx\:pb-44 {
    padding-bottom: 44px !important;
  }

  .lx\:pb-48 {
    padding-bottom: 48px !important;
  }

  .lx\:pb-52 {
    padding-bottom: 52px !important;
  }

  .lx\:pb-64 {
    padding-bottom: 64px !important;
  }

  .lx\:pb-72 {
    padding-bottom: 72px !important;
  }

  .lx\:pb-74 {
    padding-bottom: 74px !important;
  }

  .lx\:pb-77 {
    padding-bottom: 77px !important;
  }

  .lx\:pb-84 {
    padding-bottom: 84px !important;
  }

  .lx\:pb-96 {
    padding-bottom: 96px !important;
  }

  .lx\:pb-98 {
    padding-bottom: 98px !important;
  }

  .lx\:pb-100 {
    padding-bottom: 100px !important;
  }

  .lx\:pb-105 {
    padding-bottom: 105px !important;
  }

  .lx\:pb-114 {
    padding-bottom: 114px !important;
  }

  .lx\:pb-115 {
    padding-bottom: 115px !important;
  }

  .lx\:pb-120 {
    padding-bottom: 120px !important;
  }

  .lx\:pb-128 {
    padding-bottom: 128px !important;
  }

  .lx\:pb-156 {
    padding-bottom: 156px !important;
  }

  .lx\:pb-200 {
    padding-bottom: 200px !important;
  }

  .lx\:pb-256 {
    padding-bottom: 256px !important;
  }

  .lx\:pb-px {
    padding-bottom: 1px !important;
  }

  .lx\:pl-0 {
    padding-left: 0px !important;
  }

  .lx\:pl-2 {
    padding-left: 2px !important;
  }

  .lx\:pl-3 {
    padding-left: 3px !important;
  }

  .lx\:pl-4 {
    padding-left: 4px !important;
  }

  .lx\:pl-6 {
    padding-left: 6px !important;
  }

  .lx\:pl-8 {
    padding-left: 8px !important;
  }

  .lx\:pl-10 {
    padding-left: 10px !important;
  }

  .lx\:pl-12 {
    padding-left: 12px !important;
  }

  .lx\:pl-14 {
    padding-left: 14px !important;
  }

  .lx\:pl-16 {
    padding-left: 16px !important;
  }

  .lx\:pl-20 {
    padding-left: 20px !important;
  }

  .lx\:pl-22 {
    padding-left: 22px !important;
  }

  .lx\:pl-24 {
    padding-left: 24px !important;
  }

  .lx\:pl-25 {
    padding-left: 25px !important;
  }

  .lx\:pl-27 {
    padding-left: 27px !important;
  }

  .lx\:pl-30 {
    padding-left: 30px !important;
  }

  .lx\:pl-36 {
    padding-left: 36px !important;
  }

  .lx\:pl-40 {
    padding-left: 40px !important;
  }

  .lx\:pl-42 {
    padding-left: 42px !important;
  }

  .lx\:pl-44 {
    padding-left: 44px !important;
  }

  .lx\:pl-48 {
    padding-left: 48px !important;
  }

  .lx\:pl-52 {
    padding-left: 52px !important;
  }

  .lx\:pl-64 {
    padding-left: 64px !important;
  }

  .lx\:pl-72 {
    padding-left: 72px !important;
  }

  .lx\:pl-74 {
    padding-left: 74px !important;
  }

  .lx\:pl-77 {
    padding-left: 77px !important;
  }

  .lx\:pl-84 {
    padding-left: 84px !important;
  }

  .lx\:pl-96 {
    padding-left: 96px !important;
  }

  .lx\:pl-98 {
    padding-left: 98px !important;
  }

  .lx\:pl-100 {
    padding-left: 100px !important;
  }

  .lx\:pl-105 {
    padding-left: 105px !important;
  }

  .lx\:pl-114 {
    padding-left: 114px !important;
  }

  .lx\:pl-115 {
    padding-left: 115px !important;
  }

  .lx\:pl-120 {
    padding-left: 120px !important;
  }

  .lx\:pl-128 {
    padding-left: 128px !important;
  }

  .lx\:pl-156 {
    padding-left: 156px !important;
  }

  .lx\:pl-200 {
    padding-left: 200px !important;
  }

  .lx\:pl-256 {
    padding-left: 256px !important;
  }

  .lx\:pl-px {
    padding-left: 1px !important;
  }

  .lx\:text-left {
    text-align: left !important;
  }

  .lx\:text-center {
    text-align: center !important;
  }

  .lx\:text-right {
    text-align: right !important;
  }

  .lx\:text-justify {
    text-align: justify !important;
  }

  .lx\:align-baseline {
    vertical-align: baseline !important;
  }

  .lx\:align-top {
    vertical-align: top !important;
  }

  .lx\:align-middle {
    vertical-align: middle !important;
  }

  .lx\:align-bottom {
    vertical-align: bottom !important;
  }

  .lx\:align-text-top {
    vertical-align: text-top !important;
  }

  .lx\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lx\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .lx\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .lx\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .lx\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .lx\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .lx\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .lx\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .lx\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .lx\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .lx\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .lx\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .lx\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .lx\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .lx\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .lx\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .lx\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .lx\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .lx\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .lx\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .lx\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .lx\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .lx\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .lx\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .lx\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .lx\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .lx\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .lx\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .lx\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .lx\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .lx\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .lx\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .lx\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .lx\:font-thin {
    font-weight: 100 !important;
  }

  .lx\:font-extralight {
    font-weight: 200 !important;
  }

  .lx\:font-light {
    font-weight: 300 !important;
  }

  .lx\:font-normal {
    font-weight: 400 !important;
  }

  .lx\:font-medium {
    font-weight: 500 !important;
  }

  .lx\:font-semibold {
    font-weight: 600 !important;
  }

  .lx\:font-bold {
    font-weight: 700 !important;
  }

  .lx\:font-extrabold {
    font-weight: 800 !important;
  }

  .lx\:font-black {
    font-weight: 900 !important;
  }

  .lx\:uppercase {
    text-transform: uppercase !important;
  }

  .lx\:lowercase {
    text-transform: lowercase !important;
  }

  .lx\:capitalize {
    text-transform: capitalize !important;
  }

  .lx\:normal-case {
    text-transform: none !important;
  }

  .lx\:italic {
    font-style: italic !important;
  }

  .lx\:not-italic {
    font-style: normal !important;
  }

  .lx\:ordinal, .lx\:slashed-zero, .lx\:lining-nums, .lx\:oldstyle-nums, .lx\:proportional-nums, .lx\:tabular-nums, .lx\:diagonal-fractions, .lx\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lx\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lx\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lx\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lx\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lx\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lx\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lx\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lx\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lx\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lx\:leading-none {
    line-height: 1 !important;
  }

  .lx\:leading-lh-122 {
    line-height: 122px !important;
  }

  .lx\:leading-lh-76 {
    line-height: 76px !important;
  }

  .lx\:leading-lh-65 {
    line-height: 65px !important;
  }

  .lx\:leading-lh-61 {
    line-height: 61px !important;
  }

  .lx\:leading-lh-54 {
    line-height: 54px !important;
  }

  .lx\:leading-lh-46 {
    line-height: 46px !important;
  }

  .lx\:leading-lh-44 {
    line-height: 44px !important;
  }

  .lx\:leading-lh-42 {
    line-height: 42px !important;
  }

  .lx\:leading-lh-40 {
    line-height: 40px !important;
  }

  .lx\:leading-lh-36 {
    line-height: 36px !important;
  }

  .lx\:leading-lh-35 {
    line-height: 35px !important;
  }

  .lx\:leading-lh-34 {
    line-height: 34px !important;
  }

  .lx\:leading-lh-32 {
    line-height: 32px !important;
  }

  .lx\:leading-lh-29 {
    line-height: 29px !important;
  }

  .lx\:leading-lh-26 {
    line-height: 26px !important;
  }

  .lx\:leading-lh-25 {
    line-height: 25px !important;
  }

  .lx\:leading-lh-23 {
    line-height: 23px !important;
  }

  .lx\:leading-lh-21 {
    line-height: 21px !important;
  }

  .lx\:leading-lh-20 {
    line-height: 20px !important;
  }

  .lx\:leading-lh-17 {
    line-height: 17px !important;
  }

  .lx\:leading-lh-15 {
    line-height: 15px !important;
  }

  .lx\:leading-lh-13 {
    line-height: 13px !important;
  }

  .lx\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .lx\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .lx\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lx\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lx\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .lx\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .lx\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .lx\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lx\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .lx\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .lx\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .lx\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .lx\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .lx\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .lx\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .lx\:text-transparent {
    color: transparent !important;
  }

  .lx\:text-current {
    color: currentColor !important;
  }

  .lx\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lx\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lx\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lx\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lx\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lx\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lx\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lx\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lx\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lx\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lx\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lx\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lx\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .lx\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .lx\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lx\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lx\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lx\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lx\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lx\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lx\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .lx\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .lx\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .lx\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lx\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .lx\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lx\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .lx\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .lx\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .lx\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lx\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .lx\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lx\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .lx\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .lx\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .lx\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lx\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .lx\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lx\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .lx\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .lx\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .lx\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lx\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .lx\:underline {
    text-decoration: underline !important;
  }

  .lx\:line-through {
    text-decoration: line-through !important;
  }

  .lx\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .lx\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .lx\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lx\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .lx\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .lx\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lx\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .lx\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lx\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lx\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lx\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lx\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lx\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lx\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lx\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lx\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lx\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lx\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lx\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lx\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lx\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lx\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lx\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lx\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lx\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lx\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lx\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lx\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lx\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lx\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lx\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lx\:opacity-0 {
    opacity: 0 !important;
  }

  .lx\:opacity-5 {
    opacity: 0.05 !important;
  }

  .lx\:opacity-7 {
    opacity: 0.7 !important;
  }

  .lx\:opacity-10 {
    opacity: 0.10 !important;
  }

  .lx\:opacity-15 {
    opacity: 0.15 !important;
  }

  .lx\:opacity-20 {
    opacity: 0.2 !important;
  }

  .lx\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lx\:opacity-30 {
    opacity: 0.3 !important;
  }

  .lx\:opacity-40 {
    opacity: 0.4 !important;
  }

  .lx\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lx\:opacity-57 {
    opacity: 0.57 !important;
  }

  .lx\:opacity-60 {
    opacity: 0.6 !important;
  }

  .lx\:opacity-70 {
    opacity: 0.7 !important;
  }

  .lx\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lx\:opacity-80 {
    opacity: 0.8 !important;
  }

  .lx\:opacity-90 {
    opacity: 0.9 !important;
  }

  .lx\:opacity-94 {
    opacity: 0.94 !important;
  }

  .lx\:opacity-95 {
    opacity: 0.95 !important;
  }

  .lx\:opacity-100 {
    opacity: 1 !important;
  }

  .lx\:opacity-02 {
    opacity: 0.2 !important;
  }

  .lx\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .lx\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .lx\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .lx\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .lx\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .lx\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lx\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lx\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .lx\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .lx\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .lx\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lx\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lx\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lx\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lx\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lx\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .lx\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lx\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lx\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lx\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lx\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lx\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .lx\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lx\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lx\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .lx\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .lx\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lx\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lx\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .lx\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .lx\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .lx\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lx\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lx\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lx\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lx\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lx\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .lx\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lx\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lx\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lx\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lx\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lx\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .lx\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lx\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lx\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .lx\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .lx\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lx\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lx\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .lx\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .lx\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .lx\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lx\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lx\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lx\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lx\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lx\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .lx\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lx\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lx\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lx\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lx\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lx\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .lx\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lx\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lx\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .lx\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .lx\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .lx\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .lx\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .lx\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .lx\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .lx\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .lx\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .lx\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .lx\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .lx\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .lx\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .lx\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .lx\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .lx\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .lx\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .lx\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .lx\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .lx\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .lx\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .lx\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .lx\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .lx\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .lx\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .lx\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .lx\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .lx\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .lx\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .lx\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .lx\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .lx\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .lx\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .lx\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .lx\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lx\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lx\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lx\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lx\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lx\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lx\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lx\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lx\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lx\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lx\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lx\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .lx\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .lx\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .lx\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .lx\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .lx\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .lx\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .lx\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .lx\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .lx\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .lx\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .lx\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .lx\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lx\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lx\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .lx\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .lx\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lx\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lx\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .lx\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lx\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lx\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lx\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lx\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lx\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .lx\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lx\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lx\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lx\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lx\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lx\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lx\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lx\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lx\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .lx\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .lx\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lx\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lx\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .lx\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lx\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lx\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lx\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lx\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lx\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .lx\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lx\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lx\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lx\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lx\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lx\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lx\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lx\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lx\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .lx\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .lx\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lx\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lx\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .lx\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lx\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lx\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lx\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lx\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lx\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .lx\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lx\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lx\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lx\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lx\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lx\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lx\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lx\:filter-none {
    filter: none !important;
  }

  .lx\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .lx\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .lx\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .lx\:blur {
    --tw-blur: blur(8px) !important;
  }

  .lx\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .lx\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .lx\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .lx\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .lx\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .lx\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .lx\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .lx\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .lx\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .lx\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .lx\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .lx\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .lx\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .lx\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .lx\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .lx\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .lx\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .lx\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .lx\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .lx\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .lx\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .lx\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .lx\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .lx\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lx\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lx\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lx\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lx\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lx\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lx\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lx\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .lx\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .lx\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lx\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lx\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lx\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lx\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lx\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lx\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lx\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lx\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lx\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lx\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lx\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .lx\:invert {
    --tw-invert: invert(100%) !important;
  }

  .lx\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .lx\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .lx\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .lx\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .lx\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .lx\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .lx\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .lx\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lx\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lx\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lx\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lx\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lx\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lx\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lx\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lx\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lx\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lx\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lx\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lx\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lx\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lx\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lx\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lx\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lx\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lx\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lx\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lx\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lx\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lx\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lx\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lx\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lx\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lx\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lx\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lx\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lx\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lx\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lx\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lx\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lx\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lx\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lx\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lx\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lx\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lx\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lx\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lx\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lx\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lx\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .lx\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lx\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lx\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lx\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lx\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .lx\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .lx\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lx\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lx\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lx\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lx\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lx\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .lx\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lx\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lx\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lx\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lx\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lx\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .lx\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lx\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lx\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lx\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .lx\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lx\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lx\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lx\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lx\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lx\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lx\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lx\:transition-none {
    transition-property: none !important;
  }

  .lx\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lx\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lx\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lx\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lx\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lx\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lx\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lx\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lx\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lx\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lx\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lx\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lx\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lx\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lx\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lx\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lx\:ease-linear {
    transition-timing-function: linear !important;
  }

  .lx\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lx\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lx\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1199px) {
  .lg\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .lg\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .lg\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .lg\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .lg\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .lg\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .lg\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .lg\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .lg\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .lg\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .lg\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .lg\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .lg\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .lg\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .lg\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .lg\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .lg\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .lg\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .lg\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .lg\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .lg\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .lg\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .lg\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .lg\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .lg\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .lg\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .lg\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .lg\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .lg\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .lg\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .lg\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .lg\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .lg\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .lg\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .lg\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .lg\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .lg\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .lg\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .lg\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .lg\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .lg\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .lg\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .lg\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .lg\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .lg\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .lg\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .lg\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .lg\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .lg\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .lg\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .lg\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .lg\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .lg\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .lg\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .lg\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .lg\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .lg\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .lg\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .lg\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .lg\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .lg\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .lg\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .lg\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .lg\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .lg\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .lg\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .lg\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .lg\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .lg\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .lg\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .lg\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .lg\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .lg\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .lg\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .lg\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .lg\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .lg\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .lg\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .lg\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .lg\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .lg\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .lg\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .lg\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .lg\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .lg\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .lg\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .lg\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .lg\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .lg\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .lg\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .lg\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .lg\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .lg\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .lg\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .lg\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .lg\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .lg\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .lg\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .lg\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .lg\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .lg\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .lg\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .lg\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .lg\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .lg\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .lg\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .lg\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .lg\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .lg\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .lg\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .lg\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .lg\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .lg\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .lg\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .lg\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .lg\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .lg\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .lg\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .lg\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .lg\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .lg\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .lg\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .lg\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .lg\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .lg\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .lg\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .lg\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .lg\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .lg\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .lg\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .lg\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .lg\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .lg\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .lg\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .lg\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .lg\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .lg\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .lg\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .lg\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .lg\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .lg\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .lg\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .lg\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .lg\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .lg\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .lg\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .lg\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .lg\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .lg\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .lg\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .lg\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .lg\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .lg\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .lg\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .lg\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .lg\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .lg\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .lg\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .lg\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .lg\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .lg\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .lg\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .lg\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .lg\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .lg\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .lg\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .lg\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .lg\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .lg\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .lg\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .lg\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .lg\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .lg\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .lg\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .lg\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .lg\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .lg\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .lg\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .lg\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .lg\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .lg\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .lg\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .lg\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .lg\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .lg\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .lg\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .lg\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .lg\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .lg\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .lg\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .lg\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .lg\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .lg\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .lg\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .lg\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .lg\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .lg\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .lg\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .lg\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .lg\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .lg\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .lg\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .lg\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .lg\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .lg\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .lg\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .lg\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .lg\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .lg\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .lg\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .lg\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .lg\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .lg\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .lg\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .lg\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .lg\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .lg\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:top-2 {
    top: 2px !important;
  }

  .lg\:top-3 {
    top: 3px !important;
  }

  .lg\:top-4 {
    top: 4px !important;
  }

  .lg\:top-6 {
    top: 6px !important;
  }

  .lg\:top-8 {
    top: 8px !important;
  }

  .lg\:top-10 {
    top: 10px !important;
  }

  .lg\:top-12 {
    top: 12px !important;
  }

  .lg\:top-14 {
    top: 14px !important;
  }

  .lg\:top-16 {
    top: 16px !important;
  }

  .lg\:top-20 {
    top: 20px !important;
  }

  .lg\:top-22 {
    top: 22px !important;
  }

  .lg\:top-24 {
    top: 24px !important;
  }

  .lg\:top-25 {
    top: 25px !important;
  }

  .lg\:top-27 {
    top: 27px !important;
  }

  .lg\:top-30 {
    top: 30px !important;
  }

  .lg\:top-36 {
    top: 36px !important;
  }

  .lg\:top-40 {
    top: 40px !important;
  }

  .lg\:top-42 {
    top: 42px !important;
  }

  .lg\:top-44 {
    top: 44px !important;
  }

  .lg\:top-48 {
    top: 48px !important;
  }

  .lg\:top-52 {
    top: 52px !important;
  }

  .lg\:top-64 {
    top: 64px !important;
  }

  .lg\:top-72 {
    top: 72px !important;
  }

  .lg\:top-74 {
    top: 74px !important;
  }

  .lg\:top-77 {
    top: 77px !important;
  }

  .lg\:top-84 {
    top: 84px !important;
  }

  .lg\:top-96 {
    top: 96px !important;
  }

  .lg\:top-98 {
    top: 98px !important;
  }

  .lg\:top-100 {
    top: 100px !important;
  }

  .lg\:top-105 {
    top: 105px !important;
  }

  .lg\:top-114 {
    top: 114px !important;
  }

  .lg\:top-115 {
    top: 115px !important;
  }

  .lg\:top-120 {
    top: 120px !important;
  }

  .lg\:top-128 {
    top: 128px !important;
  }

  .lg\:top-156 {
    top: 156px !important;
  }

  .lg\:top-200 {
    top: 200px !important;
  }

  .lg\:top-256 {
    top: 256px !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:top-px {
    top: 1px !important;
  }

  .lg\:-top-0 {
    top: 0px !important;
  }

  .lg\:-top-2 {
    top: -2px !important;
  }

  .lg\:-top-3 {
    top: -3px !important;
  }

  .lg\:-top-4 {
    top: -4px !important;
  }

  .lg\:-top-6 {
    top: -6px !important;
  }

  .lg\:-top-8 {
    top: -8px !important;
  }

  .lg\:-top-10 {
    top: -10px !important;
  }

  .lg\:-top-12 {
    top: -12px !important;
  }

  .lg\:-top-14 {
    top: -14px !important;
  }

  .lg\:-top-16 {
    top: -16px !important;
  }

  .lg\:-top-20 {
    top: -20px !important;
  }

  .lg\:-top-22 {
    top: -22px !important;
  }

  .lg\:-top-24 {
    top: -24px !important;
  }

  .lg\:-top-25 {
    top: -25px !important;
  }

  .lg\:-top-27 {
    top: -27px !important;
  }

  .lg\:-top-30 {
    top: -30px !important;
  }

  .lg\:-top-36 {
    top: -36px !important;
  }

  .lg\:-top-40 {
    top: -40px !important;
  }

  .lg\:-top-42 {
    top: -42px !important;
  }

  .lg\:-top-44 {
    top: -44px !important;
  }

  .lg\:-top-48 {
    top: -48px !important;
  }

  .lg\:-top-52 {
    top: -52px !important;
  }

  .lg\:-top-64 {
    top: -64px !important;
  }

  .lg\:-top-72 {
    top: -72px !important;
  }

  .lg\:-top-74 {
    top: -74px !important;
  }

  .lg\:-top-77 {
    top: -77px !important;
  }

  .lg\:-top-84 {
    top: -84px !important;
  }

  .lg\:-top-96 {
    top: -96px !important;
  }

  .lg\:-top-98 {
    top: -98px !important;
  }

  .lg\:-top-100 {
    top: -100px !important;
  }

  .lg\:-top-105 {
    top: -105px !important;
  }

  .lg\:-top-114 {
    top: -114px !important;
  }

  .lg\:-top-115 {
    top: -115px !important;
  }

  .lg\:-top-120 {
    top: -120px !important;
  }

  .lg\:-top-128 {
    top: -128px !important;
  }

  .lg\:-top-156 {
    top: -156px !important;
  }

  .lg\:-top-200 {
    top: -200px !important;
  }

  .lg\:-top-256 {
    top: -256px !important;
  }

  .lg\:-top-px {
    top: -1px !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:top-2\/4 {
    top: 50% !important;
  }

  .lg\:top-3\/4 {
    top: 75% !important;
  }

  .lg\:top-full {
    top: 100% !important;
  }

  .lg\:-top-1\/2 {
    top: -50% !important;
  }

  .lg\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:-top-1\/4 {
    top: -25% !important;
  }

  .lg\:-top-2\/4 {
    top: -50% !important;
  }

  .lg\:-top-3\/4 {
    top: -75% !important;
  }

  .lg\:-top-full {
    top: -100% !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:right-2 {
    right: 2px !important;
  }

  .lg\:right-3 {
    right: 3px !important;
  }

  .lg\:right-4 {
    right: 4px !important;
  }

  .lg\:right-6 {
    right: 6px !important;
  }

  .lg\:right-8 {
    right: 8px !important;
  }

  .lg\:right-10 {
    right: 10px !important;
  }

  .lg\:right-12 {
    right: 12px !important;
  }

  .lg\:right-14 {
    right: 14px !important;
  }

  .lg\:right-16 {
    right: 16px !important;
  }

  .lg\:right-20 {
    right: 20px !important;
  }

  .lg\:right-22 {
    right: 22px !important;
  }

  .lg\:right-24 {
    right: 24px !important;
  }

  .lg\:right-25 {
    right: 25px !important;
  }

  .lg\:right-27 {
    right: 27px !important;
  }

  .lg\:right-30 {
    right: 30px !important;
  }

  .lg\:right-36 {
    right: 36px !important;
  }

  .lg\:right-40 {
    right: 40px !important;
  }

  .lg\:right-42 {
    right: 42px !important;
  }

  .lg\:right-44 {
    right: 44px !important;
  }

  .lg\:right-48 {
    right: 48px !important;
  }

  .lg\:right-52 {
    right: 52px !important;
  }

  .lg\:right-64 {
    right: 64px !important;
  }

  .lg\:right-72 {
    right: 72px !important;
  }

  .lg\:right-74 {
    right: 74px !important;
  }

  .lg\:right-77 {
    right: 77px !important;
  }

  .lg\:right-84 {
    right: 84px !important;
  }

  .lg\:right-96 {
    right: 96px !important;
  }

  .lg\:right-98 {
    right: 98px !important;
  }

  .lg\:right-100 {
    right: 100px !important;
  }

  .lg\:right-105 {
    right: 105px !important;
  }

  .lg\:right-114 {
    right: 114px !important;
  }

  .lg\:right-115 {
    right: 115px !important;
  }

  .lg\:right-120 {
    right: 120px !important;
  }

  .lg\:right-128 {
    right: 128px !important;
  }

  .lg\:right-156 {
    right: 156px !important;
  }

  .lg\:right-200 {
    right: 200px !important;
  }

  .lg\:right-256 {
    right: 256px !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:right-px {
    right: 1px !important;
  }

  .lg\:-right-0 {
    right: 0px !important;
  }

  .lg\:-right-2 {
    right: -2px !important;
  }

  .lg\:-right-3 {
    right: -3px !important;
  }

  .lg\:-right-4 {
    right: -4px !important;
  }

  .lg\:-right-6 {
    right: -6px !important;
  }

  .lg\:-right-8 {
    right: -8px !important;
  }

  .lg\:-right-10 {
    right: -10px !important;
  }

  .lg\:-right-12 {
    right: -12px !important;
  }

  .lg\:-right-14 {
    right: -14px !important;
  }

  .lg\:-right-16 {
    right: -16px !important;
  }

  .lg\:-right-20 {
    right: -20px !important;
  }

  .lg\:-right-22 {
    right: -22px !important;
  }

  .lg\:-right-24 {
    right: -24px !important;
  }

  .lg\:-right-25 {
    right: -25px !important;
  }

  .lg\:-right-27 {
    right: -27px !important;
  }

  .lg\:-right-30 {
    right: -30px !important;
  }

  .lg\:-right-36 {
    right: -36px !important;
  }

  .lg\:-right-40 {
    right: -40px !important;
  }

  .lg\:-right-42 {
    right: -42px !important;
  }

  .lg\:-right-44 {
    right: -44px !important;
  }

  .lg\:-right-48 {
    right: -48px !important;
  }

  .lg\:-right-52 {
    right: -52px !important;
  }

  .lg\:-right-64 {
    right: -64px !important;
  }

  .lg\:-right-72 {
    right: -72px !important;
  }

  .lg\:-right-74 {
    right: -74px !important;
  }

  .lg\:-right-77 {
    right: -77px !important;
  }

  .lg\:-right-84 {
    right: -84px !important;
  }

  .lg\:-right-96 {
    right: -96px !important;
  }

  .lg\:-right-98 {
    right: -98px !important;
  }

  .lg\:-right-100 {
    right: -100px !important;
  }

  .lg\:-right-105 {
    right: -105px !important;
  }

  .lg\:-right-114 {
    right: -114px !important;
  }

  .lg\:-right-115 {
    right: -115px !important;
  }

  .lg\:-right-120 {
    right: -120px !important;
  }

  .lg\:-right-128 {
    right: -128px !important;
  }

  .lg\:-right-156 {
    right: -156px !important;
  }

  .lg\:-right-200 {
    right: -200px !important;
  }

  .lg\:-right-256 {
    right: -256px !important;
  }

  .lg\:-right-px {
    right: -1px !important;
  }

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:right-1\/4 {
    right: 25% !important;
  }

  .lg\:right-2\/4 {
    right: 50% !important;
  }

  .lg\:right-3\/4 {
    right: 75% !important;
  }

  .lg\:right-full {
    right: 100% !important;
  }

  .lg\:-right-1\/2 {
    right: -50% !important;
  }

  .lg\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .lg\:-right-1\/4 {
    right: -25% !important;
  }

  .lg\:-right-2\/4 {
    right: -50% !important;
  }

  .lg\:-right-3\/4 {
    right: -75% !important;
  }

  .lg\:-right-full {
    right: -100% !important;
  }

  .lg\:bottom-0 {
    bottom: 0px !important;
  }

  .lg\:bottom-2 {
    bottom: 2px !important;
  }

  .lg\:bottom-3 {
    bottom: 3px !important;
  }

  .lg\:bottom-4 {
    bottom: 4px !important;
  }

  .lg\:bottom-6 {
    bottom: 6px !important;
  }

  .lg\:bottom-8 {
    bottom: 8px !important;
  }

  .lg\:bottom-10 {
    bottom: 10px !important;
  }

  .lg\:bottom-12 {
    bottom: 12px !important;
  }

  .lg\:bottom-14 {
    bottom: 14px !important;
  }

  .lg\:bottom-16 {
    bottom: 16px !important;
  }

  .lg\:bottom-20 {
    bottom: 20px !important;
  }

  .lg\:bottom-22 {
    bottom: 22px !important;
  }

  .lg\:bottom-24 {
    bottom: 24px !important;
  }

  .lg\:bottom-25 {
    bottom: 25px !important;
  }

  .lg\:bottom-27 {
    bottom: 27px !important;
  }

  .lg\:bottom-30 {
    bottom: 30px !important;
  }

  .lg\:bottom-36 {
    bottom: 36px !important;
  }

  .lg\:bottom-40 {
    bottom: 40px !important;
  }

  .lg\:bottom-42 {
    bottom: 42px !important;
  }

  .lg\:bottom-44 {
    bottom: 44px !important;
  }

  .lg\:bottom-48 {
    bottom: 48px !important;
  }

  .lg\:bottom-52 {
    bottom: 52px !important;
  }

  .lg\:bottom-64 {
    bottom: 64px !important;
  }

  .lg\:bottom-72 {
    bottom: 72px !important;
  }

  .lg\:bottom-74 {
    bottom: 74px !important;
  }

  .lg\:bottom-77 {
    bottom: 77px !important;
  }

  .lg\:bottom-84 {
    bottom: 84px !important;
  }

  .lg\:bottom-96 {
    bottom: 96px !important;
  }

  .lg\:bottom-98 {
    bottom: 98px !important;
  }

  .lg\:bottom-100 {
    bottom: 100px !important;
  }

  .lg\:bottom-105 {
    bottom: 105px !important;
  }

  .lg\:bottom-114 {
    bottom: 114px !important;
  }

  .lg\:bottom-115 {
    bottom: 115px !important;
  }

  .lg\:bottom-120 {
    bottom: 120px !important;
  }

  .lg\:bottom-128 {
    bottom: 128px !important;
  }

  .lg\:bottom-156 {
    bottom: 156px !important;
  }

  .lg\:bottom-200 {
    bottom: 200px !important;
  }

  .lg\:bottom-256 {
    bottom: 256px !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:bottom-px {
    bottom: 1px !important;
  }

  .lg\:-bottom-0 {
    bottom: 0px !important;
  }

  .lg\:-bottom-2 {
    bottom: -2px !important;
  }

  .lg\:-bottom-3 {
    bottom: -3px !important;
  }

  .lg\:-bottom-4 {
    bottom: -4px !important;
  }

  .lg\:-bottom-6 {
    bottom: -6px !important;
  }

  .lg\:-bottom-8 {
    bottom: -8px !important;
  }

  .lg\:-bottom-10 {
    bottom: -10px !important;
  }

  .lg\:-bottom-12 {
    bottom: -12px !important;
  }

  .lg\:-bottom-14 {
    bottom: -14px !important;
  }

  .lg\:-bottom-16 {
    bottom: -16px !important;
  }

  .lg\:-bottom-20 {
    bottom: -20px !important;
  }

  .lg\:-bottom-22 {
    bottom: -22px !important;
  }

  .lg\:-bottom-24 {
    bottom: -24px !important;
  }

  .lg\:-bottom-25 {
    bottom: -25px !important;
  }

  .lg\:-bottom-27 {
    bottom: -27px !important;
  }

  .lg\:-bottom-30 {
    bottom: -30px !important;
  }

  .lg\:-bottom-36 {
    bottom: -36px !important;
  }

  .lg\:-bottom-40 {
    bottom: -40px !important;
  }

  .lg\:-bottom-42 {
    bottom: -42px !important;
  }

  .lg\:-bottom-44 {
    bottom: -44px !important;
  }

  .lg\:-bottom-48 {
    bottom: -48px !important;
  }

  .lg\:-bottom-52 {
    bottom: -52px !important;
  }

  .lg\:-bottom-64 {
    bottom: -64px !important;
  }

  .lg\:-bottom-72 {
    bottom: -72px !important;
  }

  .lg\:-bottom-74 {
    bottom: -74px !important;
  }

  .lg\:-bottom-77 {
    bottom: -77px !important;
  }

  .lg\:-bottom-84 {
    bottom: -84px !important;
  }

  .lg\:-bottom-96 {
    bottom: -96px !important;
  }

  .lg\:-bottom-98 {
    bottom: -98px !important;
  }

  .lg\:-bottom-100 {
    bottom: -100px !important;
  }

  .lg\:-bottom-105 {
    bottom: -105px !important;
  }

  .lg\:-bottom-114 {
    bottom: -114px !important;
  }

  .lg\:-bottom-115 {
    bottom: -115px !important;
  }

  .lg\:-bottom-120 {
    bottom: -120px !important;
  }

  .lg\:-bottom-128 {
    bottom: -128px !important;
  }

  .lg\:-bottom-156 {
    bottom: -156px !important;
  }

  .lg\:-bottom-200 {
    bottom: -200px !important;
  }

  .lg\:-bottom-256 {
    bottom: -256px !important;
  }

  .lg\:-bottom-px {
    bottom: -1px !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:bottom-full {
    bottom: 100% !important;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:-bottom-full {
    bottom: -100% !important;
  }

  .lg\:left-0 {
    left: 0px !important;
  }

  .lg\:left-2 {
    left: 2px !important;
  }

  .lg\:left-3 {
    left: 3px !important;
  }

  .lg\:left-4 {
    left: 4px !important;
  }

  .lg\:left-6 {
    left: 6px !important;
  }

  .lg\:left-8 {
    left: 8px !important;
  }

  .lg\:left-10 {
    left: 10px !important;
  }

  .lg\:left-12 {
    left: 12px !important;
  }

  .lg\:left-14 {
    left: 14px !important;
  }

  .lg\:left-16 {
    left: 16px !important;
  }

  .lg\:left-20 {
    left: 20px !important;
  }

  .lg\:left-22 {
    left: 22px !important;
  }

  .lg\:left-24 {
    left: 24px !important;
  }

  .lg\:left-25 {
    left: 25px !important;
  }

  .lg\:left-27 {
    left: 27px !important;
  }

  .lg\:left-30 {
    left: 30px !important;
  }

  .lg\:left-36 {
    left: 36px !important;
  }

  .lg\:left-40 {
    left: 40px !important;
  }

  .lg\:left-42 {
    left: 42px !important;
  }

  .lg\:left-44 {
    left: 44px !important;
  }

  .lg\:left-48 {
    left: 48px !important;
  }

  .lg\:left-52 {
    left: 52px !important;
  }

  .lg\:left-64 {
    left: 64px !important;
  }

  .lg\:left-72 {
    left: 72px !important;
  }

  .lg\:left-74 {
    left: 74px !important;
  }

  .lg\:left-77 {
    left: 77px !important;
  }

  .lg\:left-84 {
    left: 84px !important;
  }

  .lg\:left-96 {
    left: 96px !important;
  }

  .lg\:left-98 {
    left: 98px !important;
  }

  .lg\:left-100 {
    left: 100px !important;
  }

  .lg\:left-105 {
    left: 105px !important;
  }

  .lg\:left-114 {
    left: 114px !important;
  }

  .lg\:left-115 {
    left: 115px !important;
  }

  .lg\:left-120 {
    left: 120px !important;
  }

  .lg\:left-128 {
    left: 128px !important;
  }

  .lg\:left-156 {
    left: 156px !important;
  }

  .lg\:left-200 {
    left: 200px !important;
  }

  .lg\:left-256 {
    left: 256px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:left-px {
    left: 1px !important;
  }

  .lg\:-left-0 {
    left: 0px !important;
  }

  .lg\:-left-2 {
    left: -2px !important;
  }

  .lg\:-left-3 {
    left: -3px !important;
  }

  .lg\:-left-4 {
    left: -4px !important;
  }

  .lg\:-left-6 {
    left: -6px !important;
  }

  .lg\:-left-8 {
    left: -8px !important;
  }

  .lg\:-left-10 {
    left: -10px !important;
  }

  .lg\:-left-12 {
    left: -12px !important;
  }

  .lg\:-left-14 {
    left: -14px !important;
  }

  .lg\:-left-16 {
    left: -16px !important;
  }

  .lg\:-left-20 {
    left: -20px !important;
  }

  .lg\:-left-22 {
    left: -22px !important;
  }

  .lg\:-left-24 {
    left: -24px !important;
  }

  .lg\:-left-25 {
    left: -25px !important;
  }

  .lg\:-left-27 {
    left: -27px !important;
  }

  .lg\:-left-30 {
    left: -30px !important;
  }

  .lg\:-left-36 {
    left: -36px !important;
  }

  .lg\:-left-40 {
    left: -40px !important;
  }

  .lg\:-left-42 {
    left: -42px !important;
  }

  .lg\:-left-44 {
    left: -44px !important;
  }

  .lg\:-left-48 {
    left: -48px !important;
  }

  .lg\:-left-52 {
    left: -52px !important;
  }

  .lg\:-left-64 {
    left: -64px !important;
  }

  .lg\:-left-72 {
    left: -72px !important;
  }

  .lg\:-left-74 {
    left: -74px !important;
  }

  .lg\:-left-77 {
    left: -77px !important;
  }

  .lg\:-left-84 {
    left: -84px !important;
  }

  .lg\:-left-96 {
    left: -96px !important;
  }

  .lg\:-left-98 {
    left: -98px !important;
  }

  .lg\:-left-100 {
    left: -100px !important;
  }

  .lg\:-left-105 {
    left: -105px !important;
  }

  .lg\:-left-114 {
    left: -114px !important;
  }

  .lg\:-left-115 {
    left: -115px !important;
  }

  .lg\:-left-120 {
    left: -120px !important;
  }

  .lg\:-left-128 {
    left: -128px !important;
  }

  .lg\:-left-156 {
    left: -156px !important;
  }

  .lg\:-left-200 {
    left: -200px !important;
  }

  .lg\:-left-256 {
    left: -256px !important;
  }

  .lg\:-left-px {
    left: -1px !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:left-1\/4 {
    left: 25% !important;
  }

  .lg\:left-2\/4 {
    left: 50% !important;
  }

  .lg\:left-3\/4 {
    left: 75% !important;
  }

  .lg\:left-full {
    left: 100% !important;
  }

  .lg\:-left-1\/2 {
    left: -50% !important;
  }

  .lg\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .lg\:-left-1\/4 {
    left: -25% !important;
  }

  .lg\:-left-2\/4 {
    left: -50% !important;
  }

  .lg\:-left-3\/4 {
    left: -75% !important;
  }

  .lg\:-left-full {
    left: -100% !important;
  }

  .lg\:isolate {
    isolation: isolate !important;
  }

  .lg\:isolation-auto {
    isolation: auto !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-1 {
    z-index: 1 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .lg\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-7 {
    order: 7 !important;
  }

  .lg\:order-8 {
    order: 8 !important;
  }

  .lg\:order-9 {
    order: 9 !important;
  }

  .lg\:order-10 {
    order: 10 !important;
  }

  .lg\:order-11 {
    order: 11 !important;
  }

  .lg\:order-12 {
    order: 12 !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:order-last {
    order: 9999 !important;
  }

  .lg\:order-none {
    order: 0 !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

  .lg\:m-2 {
    margin: 2px !important;
  }

  .lg\:m-3 {
    margin: 3px !important;
  }

  .lg\:m-4 {
    margin: 4px !important;
  }

  .lg\:m-6 {
    margin: 6px !important;
  }

  .lg\:m-8 {
    margin: 8px !important;
  }

  .lg\:m-10 {
    margin: 10px !important;
  }

  .lg\:m-12 {
    margin: 12px !important;
  }

  .lg\:m-14 {
    margin: 14px !important;
  }

  .lg\:m-16 {
    margin: 16px !important;
  }

  .lg\:m-20 {
    margin: 20px !important;
  }

  .lg\:m-22 {
    margin: 22px !important;
  }

  .lg\:m-24 {
    margin: 24px !important;
  }

  .lg\:m-25 {
    margin: 25px !important;
  }

  .lg\:m-27 {
    margin: 27px !important;
  }

  .lg\:m-30 {
    margin: 30px !important;
  }

  .lg\:m-36 {
    margin: 36px !important;
  }

  .lg\:m-40 {
    margin: 40px !important;
  }

  .lg\:m-42 {
    margin: 42px !important;
  }

  .lg\:m-44 {
    margin: 44px !important;
  }

  .lg\:m-48 {
    margin: 48px !important;
  }

  .lg\:m-52 {
    margin: 52px !important;
  }

  .lg\:m-64 {
    margin: 64px !important;
  }

  .lg\:m-72 {
    margin: 72px !important;
  }

  .lg\:m-74 {
    margin: 74px !important;
  }

  .lg\:m-77 {
    margin: 77px !important;
  }

  .lg\:m-84 {
    margin: 84px !important;
  }

  .lg\:m-96 {
    margin: 96px !important;
  }

  .lg\:m-98 {
    margin: 98px !important;
  }

  .lg\:m-100 {
    margin: 100px !important;
  }

  .lg\:m-105 {
    margin: 105px !important;
  }

  .lg\:m-114 {
    margin: 114px !important;
  }

  .lg\:m-115 {
    margin: 115px !important;
  }

  .lg\:m-120 {
    margin: 120px !important;
  }

  .lg\:m-128 {
    margin: 128px !important;
  }

  .lg\:m-156 {
    margin: 156px !important;
  }

  .lg\:m-200 {
    margin: 200px !important;
  }

  .lg\:m-256 {
    margin: 256px !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:-m-0 {
    margin: 0px !important;
  }

  .lg\:-m-2 {
    margin: -2px !important;
  }

  .lg\:-m-3 {
    margin: -3px !important;
  }

  .lg\:-m-4 {
    margin: -4px !important;
  }

  .lg\:-m-6 {
    margin: -6px !important;
  }

  .lg\:-m-8 {
    margin: -8px !important;
  }

  .lg\:-m-10 {
    margin: -10px !important;
  }

  .lg\:-m-12 {
    margin: -12px !important;
  }

  .lg\:-m-14 {
    margin: -14px !important;
  }

  .lg\:-m-16 {
    margin: -16px !important;
  }

  .lg\:-m-20 {
    margin: -20px !important;
  }

  .lg\:-m-22 {
    margin: -22px !important;
  }

  .lg\:-m-24 {
    margin: -24px !important;
  }

  .lg\:-m-25 {
    margin: -25px !important;
  }

  .lg\:-m-27 {
    margin: -27px !important;
  }

  .lg\:-m-30 {
    margin: -30px !important;
  }

  .lg\:-m-36 {
    margin: -36px !important;
  }

  .lg\:-m-40 {
    margin: -40px !important;
  }

  .lg\:-m-42 {
    margin: -42px !important;
  }

  .lg\:-m-44 {
    margin: -44px !important;
  }

  .lg\:-m-48 {
    margin: -48px !important;
  }

  .lg\:-m-52 {
    margin: -52px !important;
  }

  .lg\:-m-64 {
    margin: -64px !important;
  }

  .lg\:-m-72 {
    margin: -72px !important;
  }

  .lg\:-m-74 {
    margin: -74px !important;
  }

  .lg\:-m-77 {
    margin: -77px !important;
  }

  .lg\:-m-84 {
    margin: -84px !important;
  }

  .lg\:-m-96 {
    margin: -96px !important;
  }

  .lg\:-m-98 {
    margin: -98px !important;
  }

  .lg\:-m-100 {
    margin: -100px !important;
  }

  .lg\:-m-105 {
    margin: -105px !important;
  }

  .lg\:-m-114 {
    margin: -114px !important;
  }

  .lg\:-m-115 {
    margin: -115px !important;
  }

  .lg\:-m-120 {
    margin: -120px !important;
  }

  .lg\:-m-128 {
    margin: -128px !important;
  }

  .lg\:-m-156 {
    margin: -156px !important;
  }

  .lg\:-m-200 {
    margin: -200px !important;
  }

  .lg\:-m-256 {
    margin: -256px !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .lg\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .lg\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .lg\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .lg\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lg\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .lg\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .lg\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lg\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .lg\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .lg\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .lg\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lg\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .lg\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .lg\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .lg\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .lg\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .lg\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .lg\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .lg\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .lg\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .lg\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .lg\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .lg\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .lg\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .lg\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lg\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .lg\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .lg\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .lg\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .lg\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .lg\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .lg\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .lg\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lg\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lg\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .lg\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .lg\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .lg\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lg\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .lg\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .lg\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .lg\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .lg\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lg\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .lg\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .lg\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .lg\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lg\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .lg\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .lg\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .lg\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .lg\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .lg\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .lg\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .lg\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .lg\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .lg\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .lg\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .lg\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .lg\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lg\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .lg\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .lg\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .lg\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .lg\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .lg\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .lg\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .lg\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .lg\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .lg\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .lg\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .lg\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .lg\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .lg\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .lg\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .lg\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .lg\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .lg\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .lg\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .lg\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .lg\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .lg\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lg\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .lg\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .lg\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .lg\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lg\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .lg\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .lg\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .lg\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .lg\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .lg\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .lg\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .lg\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lg\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lg\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .lg\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .lg\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .lg\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lg\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .lg\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .lg\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .lg\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .lg\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lg\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .lg\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .lg\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .lg\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lg\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .lg\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .lg\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .lg\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .lg\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .lg\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .lg\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .lg\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .lg\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .lg\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .lg\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .lg\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .lg\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lg\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .lg\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .lg\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .lg\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-2 {
    margin-top: 2px !important;
  }

  .lg\:mt-3 {
    margin-top: 3px !important;
  }

  .lg\:mt-4 {
    margin-top: 4px !important;
  }

  .lg\:mt-6 {
    margin-top: 6px !important;
  }

  .lg\:mt-8 {
    margin-top: 8px !important;
  }

  .lg\:mt-10 {
    margin-top: 10px !important;
  }

  .lg\:mt-12 {
    margin-top: 12px !important;
  }

  .lg\:mt-14 {
    margin-top: 14px !important;
  }

  .lg\:mt-16 {
    margin-top: 16px !important;
  }

  .lg\:mt-20 {
    margin-top: 20px !important;
  }

  .lg\:mt-22 {
    margin-top: 22px !important;
  }

  .lg\:mt-24 {
    margin-top: 24px !important;
  }

  .lg\:mt-25 {
    margin-top: 25px !important;
  }

  .lg\:mt-27 {
    margin-top: 27px !important;
  }

  .lg\:mt-30 {
    margin-top: 30px !important;
  }

  .lg\:mt-36 {
    margin-top: 36px !important;
  }

  .lg\:mt-40 {
    margin-top: 40px !important;
  }

  .lg\:mt-42 {
    margin-top: 42px !important;
  }

  .lg\:mt-44 {
    margin-top: 44px !important;
  }

  .lg\:mt-48 {
    margin-top: 48px !important;
  }

  .lg\:mt-52 {
    margin-top: 52px !important;
  }

  .lg\:mt-64 {
    margin-top: 64px !important;
  }

  .lg\:mt-72 {
    margin-top: 72px !important;
  }

  .lg\:mt-74 {
    margin-top: 74px !important;
  }

  .lg\:mt-77 {
    margin-top: 77px !important;
  }

  .lg\:mt-84 {
    margin-top: 84px !important;
  }

  .lg\:mt-96 {
    margin-top: 96px !important;
  }

  .lg\:mt-98 {
    margin-top: 98px !important;
  }

  .lg\:mt-100 {
    margin-top: 100px !important;
  }

  .lg\:mt-105 {
    margin-top: 105px !important;
  }

  .lg\:mt-114 {
    margin-top: 114px !important;
  }

  .lg\:mt-115 {
    margin-top: 115px !important;
  }

  .lg\:mt-120 {
    margin-top: 120px !important;
  }

  .lg\:mt-128 {
    margin-top: 128px !important;
  }

  .lg\:mt-156 {
    margin-top: 156px !important;
  }

  .lg\:mt-200 {
    margin-top: 200px !important;
  }

  .lg\:mt-256 {
    margin-top: 256px !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-2 {
    margin-top: -2px !important;
  }

  .lg\:-mt-3 {
    margin-top: -3px !important;
  }

  .lg\:-mt-4 {
    margin-top: -4px !important;
  }

  .lg\:-mt-6 {
    margin-top: -6px !important;
  }

  .lg\:-mt-8 {
    margin-top: -8px !important;
  }

  .lg\:-mt-10 {
    margin-top: -10px !important;
  }

  .lg\:-mt-12 {
    margin-top: -12px !important;
  }

  .lg\:-mt-14 {
    margin-top: -14px !important;
  }

  .lg\:-mt-16 {
    margin-top: -16px !important;
  }

  .lg\:-mt-20 {
    margin-top: -20px !important;
  }

  .lg\:-mt-22 {
    margin-top: -22px !important;
  }

  .lg\:-mt-24 {
    margin-top: -24px !important;
  }

  .lg\:-mt-25 {
    margin-top: -25px !important;
  }

  .lg\:-mt-27 {
    margin-top: -27px !important;
  }

  .lg\:-mt-30 {
    margin-top: -30px !important;
  }

  .lg\:-mt-36 {
    margin-top: -36px !important;
  }

  .lg\:-mt-40 {
    margin-top: -40px !important;
  }

  .lg\:-mt-42 {
    margin-top: -42px !important;
  }

  .lg\:-mt-44 {
    margin-top: -44px !important;
  }

  .lg\:-mt-48 {
    margin-top: -48px !important;
  }

  .lg\:-mt-52 {
    margin-top: -52px !important;
  }

  .lg\:-mt-64 {
    margin-top: -64px !important;
  }

  .lg\:-mt-72 {
    margin-top: -72px !important;
  }

  .lg\:-mt-74 {
    margin-top: -74px !important;
  }

  .lg\:-mt-77 {
    margin-top: -77px !important;
  }

  .lg\:-mt-84 {
    margin-top: -84px !important;
  }

  .lg\:-mt-96 {
    margin-top: -96px !important;
  }

  .lg\:-mt-98 {
    margin-top: -98px !important;
  }

  .lg\:-mt-100 {
    margin-top: -100px !important;
  }

  .lg\:-mt-105 {
    margin-top: -105px !important;
  }

  .lg\:-mt-114 {
    margin-top: -114px !important;
  }

  .lg\:-mt-115 {
    margin-top: -115px !important;
  }

  .lg\:-mt-120 {
    margin-top: -120px !important;
  }

  .lg\:-mt-128 {
    margin-top: -128px !important;
  }

  .lg\:-mt-156 {
    margin-top: -156px !important;
  }

  .lg\:-mt-200 {
    margin-top: -200px !important;
  }

  .lg\:-mt-256 {
    margin-top: -256px !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-2 {
    margin-right: 2px !important;
  }

  .lg\:mr-3 {
    margin-right: 3px !important;
  }

  .lg\:mr-4 {
    margin-right: 4px !important;
  }

  .lg\:mr-6 {
    margin-right: 6px !important;
  }

  .lg\:mr-8 {
    margin-right: 8px !important;
  }

  .lg\:mr-10 {
    margin-right: 10px !important;
  }

  .lg\:mr-12 {
    margin-right: 12px !important;
  }

  .lg\:mr-14 {
    margin-right: 14px !important;
  }

  .lg\:mr-16 {
    margin-right: 16px !important;
  }

  .lg\:mr-20 {
    margin-right: 20px !important;
  }

  .lg\:mr-22 {
    margin-right: 22px !important;
  }

  .lg\:mr-24 {
    margin-right: 24px !important;
  }

  .lg\:mr-25 {
    margin-right: 25px !important;
  }

  .lg\:mr-27 {
    margin-right: 27px !important;
  }

  .lg\:mr-30 {
    margin-right: 30px !important;
  }

  .lg\:mr-36 {
    margin-right: 36px !important;
  }

  .lg\:mr-40 {
    margin-right: 40px !important;
  }

  .lg\:mr-42 {
    margin-right: 42px !important;
  }

  .lg\:mr-44 {
    margin-right: 44px !important;
  }

  .lg\:mr-48 {
    margin-right: 48px !important;
  }

  .lg\:mr-52 {
    margin-right: 52px !important;
  }

  .lg\:mr-64 {
    margin-right: 64px !important;
  }

  .lg\:mr-72 {
    margin-right: 72px !important;
  }

  .lg\:mr-74 {
    margin-right: 74px !important;
  }

  .lg\:mr-77 {
    margin-right: 77px !important;
  }

  .lg\:mr-84 {
    margin-right: 84px !important;
  }

  .lg\:mr-96 {
    margin-right: 96px !important;
  }

  .lg\:mr-98 {
    margin-right: 98px !important;
  }

  .lg\:mr-100 {
    margin-right: 100px !important;
  }

  .lg\:mr-105 {
    margin-right: 105px !important;
  }

  .lg\:mr-114 {
    margin-right: 114px !important;
  }

  .lg\:mr-115 {
    margin-right: 115px !important;
  }

  .lg\:mr-120 {
    margin-right: 120px !important;
  }

  .lg\:mr-128 {
    margin-right: 128px !important;
  }

  .lg\:mr-156 {
    margin-right: 156px !important;
  }

  .lg\:mr-200 {
    margin-right: 200px !important;
  }

  .lg\:mr-256 {
    margin-right: 256px !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:-mr-0 {
    margin-right: 0px !important;
  }

  .lg\:-mr-2 {
    margin-right: -2px !important;
  }

  .lg\:-mr-3 {
    margin-right: -3px !important;
  }

  .lg\:-mr-4 {
    margin-right: -4px !important;
  }

  .lg\:-mr-6 {
    margin-right: -6px !important;
  }

  .lg\:-mr-8 {
    margin-right: -8px !important;
  }

  .lg\:-mr-10 {
    margin-right: -10px !important;
  }

  .lg\:-mr-12 {
    margin-right: -12px !important;
  }

  .lg\:-mr-14 {
    margin-right: -14px !important;
  }

  .lg\:-mr-16 {
    margin-right: -16px !important;
  }

  .lg\:-mr-20 {
    margin-right: -20px !important;
  }

  .lg\:-mr-22 {
    margin-right: -22px !important;
  }

  .lg\:-mr-24 {
    margin-right: -24px !important;
  }

  .lg\:-mr-25 {
    margin-right: -25px !important;
  }

  .lg\:-mr-27 {
    margin-right: -27px !important;
  }

  .lg\:-mr-30 {
    margin-right: -30px !important;
  }

  .lg\:-mr-36 {
    margin-right: -36px !important;
  }

  .lg\:-mr-40 {
    margin-right: -40px !important;
  }

  .lg\:-mr-42 {
    margin-right: -42px !important;
  }

  .lg\:-mr-44 {
    margin-right: -44px !important;
  }

  .lg\:-mr-48 {
    margin-right: -48px !important;
  }

  .lg\:-mr-52 {
    margin-right: -52px !important;
  }

  .lg\:-mr-64 {
    margin-right: -64px !important;
  }

  .lg\:-mr-72 {
    margin-right: -72px !important;
  }

  .lg\:-mr-74 {
    margin-right: -74px !important;
  }

  .lg\:-mr-77 {
    margin-right: -77px !important;
  }

  .lg\:-mr-84 {
    margin-right: -84px !important;
  }

  .lg\:-mr-96 {
    margin-right: -96px !important;
  }

  .lg\:-mr-98 {
    margin-right: -98px !important;
  }

  .lg\:-mr-100 {
    margin-right: -100px !important;
  }

  .lg\:-mr-105 {
    margin-right: -105px !important;
  }

  .lg\:-mr-114 {
    margin-right: -114px !important;
  }

  .lg\:-mr-115 {
    margin-right: -115px !important;
  }

  .lg\:-mr-120 {
    margin-right: -120px !important;
  }

  .lg\:-mr-128 {
    margin-right: -128px !important;
  }

  .lg\:-mr-156 {
    margin-right: -156px !important;
  }

  .lg\:-mr-200 {
    margin-right: -200px !important;
  }

  .lg\:-mr-256 {
    margin-right: -256px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-2 {
    margin-bottom: 2px !important;
  }

  .lg\:mb-3 {
    margin-bottom: 3px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 4px !important;
  }

  .lg\:mb-6 {
    margin-bottom: 6px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 8px !important;
  }

  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }

  .lg\:mb-12 {
    margin-bottom: 12px !important;
  }

  .lg\:mb-14 {
    margin-bottom: 14px !important;
  }

  .lg\:mb-16 {
    margin-bottom: 16px !important;
  }

  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lg\:mb-22 {
    margin-bottom: 22px !important;
  }

  .lg\:mb-24 {
    margin-bottom: 24px !important;
  }

  .lg\:mb-25 {
    margin-bottom: 25px !important;
  }

  .lg\:mb-27 {
    margin-bottom: 27px !important;
  }

  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }

  .lg\:mb-36 {
    margin-bottom: 36px !important;
  }

  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }

  .lg\:mb-42 {
    margin-bottom: 42px !important;
  }

  .lg\:mb-44 {
    margin-bottom: 44px !important;
  }

  .lg\:mb-48 {
    margin-bottom: 48px !important;
  }

  .lg\:mb-52 {
    margin-bottom: 52px !important;
  }

  .lg\:mb-64 {
    margin-bottom: 64px !important;
  }

  .lg\:mb-72 {
    margin-bottom: 72px !important;
  }

  .lg\:mb-74 {
    margin-bottom: 74px !important;
  }

  .lg\:mb-77 {
    margin-bottom: 77px !important;
  }

  .lg\:mb-84 {
    margin-bottom: 84px !important;
  }

  .lg\:mb-96 {
    margin-bottom: 96px !important;
  }

  .lg\:mb-98 {
    margin-bottom: 98px !important;
  }

  .lg\:mb-100 {
    margin-bottom: 100px !important;
  }

  .lg\:mb-105 {
    margin-bottom: 105px !important;
  }

  .lg\:mb-114 {
    margin-bottom: 114px !important;
  }

  .lg\:mb-115 {
    margin-bottom: 115px !important;
  }

  .lg\:mb-120 {
    margin-bottom: 120px !important;
  }

  .lg\:mb-128 {
    margin-bottom: 128px !important;
  }

  .lg\:mb-156 {
    margin-bottom: 156px !important;
  }

  .lg\:mb-200 {
    margin-bottom: 200px !important;
  }

  .lg\:mb-256 {
    margin-bottom: 256px !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .lg\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .lg\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .lg\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .lg\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .lg\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .lg\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .lg\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .lg\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .lg\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .lg\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .lg\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .lg\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .lg\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .lg\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .lg\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .lg\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .lg\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .lg\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .lg\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .lg\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .lg\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .lg\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .lg\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .lg\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-2 {
    margin-left: 2px !important;
  }

  .lg\:ml-3 {
    margin-left: 3px !important;
  }

  .lg\:ml-4 {
    margin-left: 4px !important;
  }

  .lg\:ml-6 {
    margin-left: 6px !important;
  }

  .lg\:ml-8 {
    margin-left: 8px !important;
  }

  .lg\:ml-10 {
    margin-left: 10px !important;
  }

  .lg\:ml-12 {
    margin-left: 12px !important;
  }

  .lg\:ml-14 {
    margin-left: 14px !important;
  }

  .lg\:ml-16 {
    margin-left: 16px !important;
  }

  .lg\:ml-20 {
    margin-left: 20px !important;
  }

  .lg\:ml-22 {
    margin-left: 22px !important;
  }

  .lg\:ml-24 {
    margin-left: 24px !important;
  }

  .lg\:ml-25 {
    margin-left: 25px !important;
  }

  .lg\:ml-27 {
    margin-left: 27px !important;
  }

  .lg\:ml-30 {
    margin-left: 30px !important;
  }

  .lg\:ml-36 {
    margin-left: 36px !important;
  }

  .lg\:ml-40 {
    margin-left: 40px !important;
  }

  .lg\:ml-42 {
    margin-left: 42px !important;
  }

  .lg\:ml-44 {
    margin-left: 44px !important;
  }

  .lg\:ml-48 {
    margin-left: 48px !important;
  }

  .lg\:ml-52 {
    margin-left: 52px !important;
  }

  .lg\:ml-64 {
    margin-left: 64px !important;
  }

  .lg\:ml-72 {
    margin-left: 72px !important;
  }

  .lg\:ml-74 {
    margin-left: 74px !important;
  }

  .lg\:ml-77 {
    margin-left: 77px !important;
  }

  .lg\:ml-84 {
    margin-left: 84px !important;
  }

  .lg\:ml-96 {
    margin-left: 96px !important;
  }

  .lg\:ml-98 {
    margin-left: 98px !important;
  }

  .lg\:ml-100 {
    margin-left: 100px !important;
  }

  .lg\:ml-105 {
    margin-left: 105px !important;
  }

  .lg\:ml-114 {
    margin-left: 114px !important;
  }

  .lg\:ml-115 {
    margin-left: 115px !important;
  }

  .lg\:ml-120 {
    margin-left: 120px !important;
  }

  .lg\:ml-128 {
    margin-left: 128px !important;
  }

  .lg\:ml-156 {
    margin-left: 156px !important;
  }

  .lg\:ml-200 {
    margin-left: 200px !important;
  }

  .lg\:ml-256 {
    margin-left: 256px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:-ml-2 {
    margin-left: -2px !important;
  }

  .lg\:-ml-3 {
    margin-left: -3px !important;
  }

  .lg\:-ml-4 {
    margin-left: -4px !important;
  }

  .lg\:-ml-6 {
    margin-left: -6px !important;
  }

  .lg\:-ml-8 {
    margin-left: -8px !important;
  }

  .lg\:-ml-10 {
    margin-left: -10px !important;
  }

  .lg\:-ml-12 {
    margin-left: -12px !important;
  }

  .lg\:-ml-14 {
    margin-left: -14px !important;
  }

  .lg\:-ml-16 {
    margin-left: -16px !important;
  }

  .lg\:-ml-20 {
    margin-left: -20px !important;
  }

  .lg\:-ml-22 {
    margin-left: -22px !important;
  }

  .lg\:-ml-24 {
    margin-left: -24px !important;
  }

  .lg\:-ml-25 {
    margin-left: -25px !important;
  }

  .lg\:-ml-27 {
    margin-left: -27px !important;
  }

  .lg\:-ml-30 {
    margin-left: -30px !important;
  }

  .lg\:-ml-36 {
    margin-left: -36px !important;
  }

  .lg\:-ml-40 {
    margin-left: -40px !important;
  }

  .lg\:-ml-42 {
    margin-left: -42px !important;
  }

  .lg\:-ml-44 {
    margin-left: -44px !important;
  }

  .lg\:-ml-48 {
    margin-left: -48px !important;
  }

  .lg\:-ml-52 {
    margin-left: -52px !important;
  }

  .lg\:-ml-64 {
    margin-left: -64px !important;
  }

  .lg\:-ml-72 {
    margin-left: -72px !important;
  }

  .lg\:-ml-74 {
    margin-left: -74px !important;
  }

  .lg\:-ml-77 {
    margin-left: -77px !important;
  }

  .lg\:-ml-84 {
    margin-left: -84px !important;
  }

  .lg\:-ml-96 {
    margin-left: -96px !important;
  }

  .lg\:-ml-98 {
    margin-left: -98px !important;
  }

  .lg\:-ml-100 {
    margin-left: -100px !important;
  }

  .lg\:-ml-105 {
    margin-left: -105px !important;
  }

  .lg\:-ml-114 {
    margin-left: -114px !important;
  }

  .lg\:-ml-115 {
    margin-left: -115px !important;
  }

  .lg\:-ml-120 {
    margin-left: -120px !important;
  }

  .lg\:-ml-128 {
    margin-left: -128px !important;
  }

  .lg\:-ml-156 {
    margin-left: -156px !important;
  }

  .lg\:-ml-200 {
    margin-left: -200px !important;
  }

  .lg\:-ml-256 {
    margin-left: -256px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:box-border {
    box-sizing: border-box !important;
  }

  .lg\:box-content {
    box-sizing: content-box !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:inline-table {
    display: inline-table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:list-item {
    display: list-item !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-0 {
    height: 0px !important;
  }

  .lg\:h-2 {
    height: 2px !important;
  }

  .lg\:h-3 {
    height: 3px !important;
  }

  .lg\:h-4 {
    height: 4px !important;
  }

  .lg\:h-5 {
    height: 5px !important;
  }

  .lg\:h-6 {
    height: 6px !important;
  }

  .lg\:h-8 {
    height: 8px !important;
  }

  .lg\:h-10 {
    height: 10px !important;
  }

  .lg\:h-12 {
    height: 12px !important;
  }

  .lg\:h-14 {
    height: 14px !important;
  }

  .lg\:h-15 {
    height: 15px !important;
  }

  .lg\:h-16 {
    height: 16px !important;
  }

  .lg\:h-20 {
    height: 20px !important;
  }

  .lg\:h-22 {
    height: 22px !important;
  }

  .lg\:h-24 {
    height: 24px !important;
  }

  .lg\:h-25 {
    height: 25px !important;
  }

  .lg\:h-26 {
    height: 26px !important;
  }

  .lg\:h-27 {
    height: 27px !important;
  }

  .lg\:h-28 {
    height: 28px !important;
  }

  .lg\:h-30 {
    height: 30px !important;
  }

  .lg\:h-32 {
    height: 32px !important;
  }

  .lg\:h-33 {
    height: 33px !important;
  }

  .lg\:h-34 {
    height: 34px !important;
  }

  .lg\:h-35 {
    height: 35px !important;
  }

  .lg\:h-36 {
    height: 36px !important;
  }

  .lg\:h-38 {
    height: 38px !important;
  }

  .lg\:h-40 {
    height: 40px !important;
  }

  .lg\:h-42 {
    height: 42px !important;
  }

  .lg\:h-44 {
    height: 44px !important;
  }

  .lg\:h-45 {
    height: 45px !important;
  }

  .lg\:h-48 {
    height: 48px !important;
  }

  .lg\:h-50 {
    height: 50px !important;
  }

  .lg\:h-52 {
    height: 52px !important;
  }

  .lg\:h-55 {
    height: 55px !important;
  }

  .lg\:h-60 {
    height: 60px !important;
  }

  .lg\:h-64 {
    height: 64px !important;
  }

  .lg\:h-65 {
    height: 65px !important;
  }

  .lg\:h-70 {
    height: 70px !important;
  }

  .lg\:h-72 {
    height: 72px !important;
  }

  .lg\:h-74 {
    height: 74px !important;
  }

  .lg\:h-75 {
    height: 75px !important;
  }

  .lg\:h-77 {
    height: 77px !important;
  }

  .lg\:h-80 {
    height: 80px !important;
  }

  .lg\:h-84 {
    height: 84px !important;
  }

  .lg\:h-85 {
    height: 85px !important;
  }

  .lg\:h-90 {
    height: 90px !important;
  }

  .lg\:h-95 {
    height: 95px !important;
  }

  .lg\:h-96 {
    height: 96px !important;
  }

  .lg\:h-98 {
    height: 98px !important;
  }

  .lg\:h-100 {
    height: 100px !important;
  }

  .lg\:h-105 {
    height: 105px !important;
  }

  .lg\:h-110 {
    height: 110px !important;
  }

  .lg\:h-114 {
    height: 114px !important;
  }

  .lg\:h-115 {
    height: 115px !important;
  }

  .lg\:h-120 {
    height: 120px !important;
  }

  .lg\:h-125 {
    height: 125px !important;
  }

  .lg\:h-128 {
    height: 128px !important;
  }

  .lg\:h-130 {
    height: 130px !important;
  }

  .lg\:h-135 {
    height: 135px !important;
  }

  .lg\:h-140 {
    height: 140px !important;
  }

  .lg\:h-142 {
    height: 142px !important;
  }

  .lg\:h-145 {
    height: 145px !important;
  }

  .lg\:h-150 {
    height: 150px !important;
  }

  .lg\:h-156 {
    height: 156px !important;
  }

  .lg\:h-165 {
    height: 165px !important;
  }

  .lg\:h-170 {
    height: 170px !important;
  }

  .lg\:h-180 {
    height: 180px !important;
  }

  .lg\:h-185 {
    height: 185px !important;
  }

  .lg\:h-190 {
    height: 190px !important;
  }

  .lg\:h-200 {
    height: 200px !important;
  }

  .lg\:h-225 {
    height: 225px !important;
  }

  .lg\:h-256 {
    height: 256px !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-2\/4 {
    height: 50% !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-1\/5 {
    height: 20% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-4\/5 {
    height: 80% !important;
  }

  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:h-3\/6 {
    height: 50% !important;
  }

  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:max-h-0 {
    max-height: 0px !important;
  }

  .lg\:max-h-2 {
    max-height: 2px !important;
  }

  .lg\:max-h-3 {
    max-height: 3px !important;
  }

  .lg\:max-h-4 {
    max-height: 4px !important;
  }

  .lg\:max-h-6 {
    max-height: 6px !important;
  }

  .lg\:max-h-8 {
    max-height: 8px !important;
  }

  .lg\:max-h-10 {
    max-height: 10px !important;
  }

  .lg\:max-h-12 {
    max-height: 12px !important;
  }

  .lg\:max-h-14 {
    max-height: 14px !important;
  }

  .lg\:max-h-16 {
    max-height: 16px !important;
  }

  .lg\:max-h-20 {
    max-height: 20px !important;
  }

  .lg\:max-h-22 {
    max-height: 22px !important;
  }

  .lg\:max-h-24 {
    max-height: 24px !important;
  }

  .lg\:max-h-25 {
    max-height: 25px !important;
  }

  .lg\:max-h-27 {
    max-height: 27px !important;
  }

  .lg\:max-h-30 {
    max-height: 30px !important;
  }

  .lg\:max-h-36 {
    max-height: 36px !important;
  }

  .lg\:max-h-40 {
    max-height: 40px !important;
  }

  .lg\:max-h-42 {
    max-height: 42px !important;
  }

  .lg\:max-h-44 {
    max-height: 44px !important;
  }

  .lg\:max-h-48 {
    max-height: 48px !important;
  }

  .lg\:max-h-52 {
    max-height: 52px !important;
  }

  .lg\:max-h-64 {
    max-height: 64px !important;
  }

  .lg\:max-h-72 {
    max-height: 72px !important;
  }

  .lg\:max-h-74 {
    max-height: 74px !important;
  }

  .lg\:max-h-77 {
    max-height: 77px !important;
  }

  .lg\:max-h-84 {
    max-height: 84px !important;
  }

  .lg\:max-h-96 {
    max-height: 96px !important;
  }

  .lg\:max-h-98 {
    max-height: 98px !important;
  }

  .lg\:max-h-100 {
    max-height: 100px !important;
  }

  .lg\:max-h-105 {
    max-height: 105px !important;
  }

  .lg\:max-h-114 {
    max-height: 114px !important;
  }

  .lg\:max-h-115 {
    max-height: 115px !important;
  }

  .lg\:max-h-120 {
    max-height: 120px !important;
  }

  .lg\:max-h-128 {
    max-height: 128px !important;
  }

  .lg\:max-h-156 {
    max-height: 156px !important;
  }

  .lg\:max-h-200 {
    max-height: 200px !important;
  }

  .lg\:max-h-256 {
    max-height: 256px !important;
  }

  .lg\:max-h-px {
    max-height: 1px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:w-0 {
    width: 0px !important;
  }

  .lg\:w-2 {
    width: 2px !important;
  }

  .lg\:w-3 {
    width: 3px !important;
  }

  .lg\:w-4 {
    width: 4px !important;
  }

  .lg\:w-6 {
    width: 6px !important;
  }

  .lg\:w-8 {
    width: 8px !important;
  }

  .lg\:w-10 {
    width: 10px !important;
  }

  .lg\:w-12 {
    width: 12px !important;
  }

  .lg\:w-14 {
    width: 14px !important;
  }

  .lg\:w-16 {
    width: 16px !important;
  }

  .lg\:w-20 {
    width: 20px !important;
  }

  .lg\:w-22 {
    width: 22px !important;
  }

  .lg\:w-24 {
    width: 24px !important;
  }

  .lg\:w-25 {
    width: 25px !important;
  }

  .lg\:w-27 {
    width: 27px !important;
  }

  .lg\:w-30 {
    width: 30px !important;
  }

  .lg\:w-36 {
    width: 36px !important;
  }

  .lg\:w-40 {
    width: 40px !important;
  }

  .lg\:w-42 {
    width: 42px !important;
  }

  .lg\:w-44 {
    width: 44px !important;
  }

  .lg\:w-48 {
    width: 48px !important;
  }

  .lg\:w-52 {
    width: 52px !important;
  }

  .lg\:w-64 {
    width: 64px !important;
  }

  .lg\:w-72 {
    width: 72px !important;
  }

  .lg\:w-74 {
    width: 74px !important;
  }

  .lg\:w-77 {
    width: 77px !important;
  }

  .lg\:w-84 {
    width: 84px !important;
  }

  .lg\:w-96 {
    width: 96px !important;
  }

  .lg\:w-98 {
    width: 98px !important;
  }

  .lg\:w-100 {
    width: 100px !important;
  }

  .lg\:w-105 {
    width: 105px !important;
  }

  .lg\:w-114 {
    width: 114px !important;
  }

  .lg\:w-115 {
    width: 115px !important;
  }

  .lg\:w-120 {
    width: 120px !important;
  }

  .lg\:w-128 {
    width: 128px !important;
  }

  .lg\:w-156 {
    width: 156px !important;
  }

  .lg\:w-200 {
    width: 200px !important;
  }

  .lg\:w-256 {
    width: 256px !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:min-w-0 {
    min-width: 0px !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:max-w-0 {
    max-width: 0rem !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:origin-center {
    transform-origin: center !important;
  }

  .lg\:origin-top {
    transform-origin: top !important;
  }

  .lg\:origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:origin-right {
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    transform-origin: left !important;
  }

  .lg\:origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none {
    transform: none !important;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .lg\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .lg\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .lg\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .lg\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .lg\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .lg\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .lg\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .lg\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .lg\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .lg\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .lg\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .lg\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .lg\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .lg\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .lg\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .lg\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .lg\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .lg\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .lg\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .lg\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .lg\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .lg\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .lg\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .lg\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .lg\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .lg\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .lg\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .lg\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .lg\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .lg\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .lg\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .lg\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .lg\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .lg\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .lg\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .lg\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .lg\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .lg\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .lg\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .lg\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .lg\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .lg\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .lg\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .lg\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .lg\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .lg\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .lg\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .lg\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .lg\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .lg\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .lg\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .lg\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .lg\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .lg\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .lg\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .lg\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .lg\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .lg\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .lg\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .lg\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .lg\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .lg\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .lg\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .lg\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .lg\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .lg\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .lg\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .lg\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .lg\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .lg\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .lg\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .lg\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .lg\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .lg\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .lg\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .lg\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .lg\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .lg\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .lg\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .lg\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .lg\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .lg\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .lg\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .lg\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .lg\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .lg\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .lg\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .lg\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .lg\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .lg\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .lg\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .lg\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .lg\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .lg\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .lg\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .lg\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .lg\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .lg\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .lg\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .lg\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .lg\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .lg\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .lg\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .lg\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .lg\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .lg\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .lg\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .lg\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .lg\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .lg\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .lg\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .lg\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .lg\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .lg\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .lg\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .lg\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .lg\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .lg\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .lg\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .lg\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .lg\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .lg\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .lg\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .lg\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .lg\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .lg\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .lg\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .lg\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .lg\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .lg\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .lg\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .lg\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .lg\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .lg\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .lg\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .lg\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .lg\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .lg\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .lg\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .lg\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .lg\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .lg\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .lg\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .lg\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .lg\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .lg\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .lg\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .lg\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .lg\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .lg\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .lg\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .lg\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .lg\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .lg\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .lg\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .lg\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .lg\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .lg\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .lg\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .lg\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .lg\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .lg\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .lg\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .lg\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .lg\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .lg\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .lg\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .lg\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .lg\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .lg\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .lg\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .lg\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .lg\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .lg\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .lg\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .lg\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .lg\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .lg\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .lg\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .lg\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .lg\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .lg\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .lg\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .lg\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .lg\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .lg\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .lg\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .lg\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-help {
    cursor: help !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:place-content-center {
    place-content: center !important;
  }

  .lg\:place-content-start {
    place-content: start !important;
  }

  .lg\:place-content-end {
    place-content: end !important;
  }

  .lg\:place-content-between {
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:place-items-start {
    place-items: start !important;
  }

  .lg\:place-items-end {
    place-items: end !important;
  }

  .lg\:place-items-center {
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    gap: 6rem !important;
  }

  .lg\:gap-28 {
    gap: 7rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

  .lg\:gap-36 {
    gap: 9rem !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:gap-44 {
    gap: 11rem !important;
  }

  .lg\:gap-48 {
    gap: 12rem !important;
  }

  .lg\:gap-52 {
    gap: 13rem !important;
  }

  .lg\:gap-56 {
    gap: 14rem !important;
  }

  .lg\:gap-60 {
    gap: 15rem !important;
  }

  .lg\:gap-64 {
    gap: 16rem !important;
  }

  .lg\:gap-72 {
    gap: 18rem !important;
  }

  .lg\:gap-80 {
    gap: 20rem !important;
  }

  .lg\:gap-96 {
    gap: 24rem !important;
  }

  .lg\:gap-x-0 {
    gap: 0px !important;
  }

  .lg\:gap-y-0 {
    gap: 0px !important;
  }

  .lg\:gap-px {
    gap: 1px !important;
  }

  .lg\:gap-x-px\\ {
    gap: 1px !important;
  }

  .lg\:gap-y-px\\ {
    gap: 1px !important;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-x-4 {
    gap: 1rem !important;
  }

  .lg\:gap-y-4 {
    gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-x-8 {
    gap: 2rem !important;
  }

  .lg\:gap-y-8 {
    gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    gap: 3rem !important;
  }

  .lg\:gap-y-12 {
    gap: 3rem !important;
  }

  .lg\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    gap: 4rem !important;
  }

  .lg\:gap-y-16 {
    gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    gap: 5rem !important;
  }

  .lg\:gap-y-20 {
    gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    gap: 6rem !important;
  }

  .lg\:gap-y-24 {
    gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    gap: 7rem !important;
  }

  .lg\:gap-y-28 {
    gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    gap: 8rem !important;
  }

  .lg\:gap-y-32 {
    gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    gap: 9rem !important;
  }

  .lg\:gap-y-36 {
    gap: 9rem !important;
  }

  .lg\:gap-x-40 {
    gap: 10rem !important;
  }

  .lg\:gap-y-40 {
    gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    gap: 11rem !important;
  }

  .lg\:gap-y-44 {
    gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    gap: 12rem !important;
  }

  .lg\:gap-y-48 {
    gap: 12rem !important;
  }

  .lg\:gap-x-52 {
    gap: 13rem !important;
  }

  .lg\:gap-y-52 {
    gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    gap: 14rem !important;
  }

  .lg\:gap-y-56 {
    gap: 14rem !important;
  }

  .lg\:gap-x-60 {
    gap: 15rem !important;
  }

  .lg\:gap-y-60 {
    gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    gap: 16rem !important;
  }

  .lg\:gap-y-64 {
    gap: 16rem !important;
  }

  .lg\:gap-x-72 {
    gap: 18rem !important;
  }

  .lg\:gap-y-72 {
    gap: 18rem !important;
  }

  .lg\:gap-x-80 {
    gap: 20rem !important;
  }

  .lg\:gap-y-80 {
    gap: 20rem !important;
  }

  .lg\:gap-x-96 {
    gap: 24rem !important;
  }

  .lg\:gap-y-96 {
    gap: 24rem !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .lg\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .lg\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lg\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .lg\:place-self-auto {
    place-self: auto !important;
  }

  .lg\:place-self-start {
    place-self: start !important;
  }

  .lg\:place-self-end {
    place-self: end !important;
  }

  .lg\:place-self-center {
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:self-baseline {
    align-self: baseline !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip {
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:rounded-4 {
    border-radius: 4px !important;
  }

  .lg\:rounded-6 {
    border-radius: 6px !important;
  }

  .lg\:rounded-50 {
    border-radius: 50% !important;
  }

  .lg\:rounded-100 {
    border-radius: 100px !important;
  }

  .lg\:rounded-200 {
    border-radius: 200px !important;
  }

  .lg\:rounded-none {
    border-radius: 0px !important;
  }

  .lg\:rounded-br8 {
    border-radius: 8px !important;
  }

  .lg\:rounded-br6 {
    border-radius: 6px !important;
  }

  .lg\:rounded-br30 {
    border-radius: 30px !important;
  }

  .lg\:rounded-br32 {
    border-radius: 32px !important;
  }

  .lg\:rounded-br50 {
    border-radius: 50px !important;
  }

  .lg\:rounded-br90 {
    border-radius: 90px !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .lg\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .lg\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .lg\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .lg\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .lg\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .lg\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .lg\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .lg\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lg\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lg\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .lg\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .lg\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .lg\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .lg\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lg\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .lg\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .lg\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .lg\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .lg\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .lg\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .lg\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .lg\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .lg\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .lg\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .lg\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .lg\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .lg\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .lg\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .lg\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-0 {
    border-width: 0px !important;
  }

  .lg\:border-1 {
    border-width: 1px !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-3 {
    border-width: 3px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:border-t-1 {
    border-top-width: 1px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-t-3 {
    border-top-width: 3px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:border-r-1 {
    border-right-width: 1px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-r-3 {
    border-right-width: 3px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:border-l-1 {
    border-left-width: 1px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-l-3 {
    border-left-width: 3px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-current {
    border-color: currentColor !important;
  }

  .lg\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .lg\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lg\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .lg\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .lg\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .lg\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-current {
    background-color: currentColor !important;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .lg\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .lg\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .lg\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .lg\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .lg\:bg-none {
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .lg\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .lg\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .lg\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .lg\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .lg\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .lg\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .lg\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .lg\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .lg\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .lg\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .lg\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .lg\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .lg\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .lg\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .lg\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .lg\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .lg\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lg\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .lg\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .lg\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .lg\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lg\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .lg\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .lg\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .lg\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .lg\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lg\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lg\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .lg\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lg\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lg\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .lg\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lg\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .lg\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .lg\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .lg\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lg\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .lg\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .lg\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .lg\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .lg\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lg\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lg\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .lg\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lg\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lg\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .lg\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .lg\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .lg\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .lg\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .lg\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .lg\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .lg\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .lg\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .lg\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .lg\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .lg\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .lg\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .lg\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .lg\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .lg\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .lg\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-origin-border {
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content {
    background-origin: content-box !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:p-2 {
    padding: 2px !important;
  }

  .lg\:p-3 {
    padding: 3px !important;
  }

  .lg\:p-4 {
    padding: 4px !important;
  }

  .lg\:p-6 {
    padding: 6px !important;
  }

  .lg\:p-8 {
    padding: 8px !important;
  }

  .lg\:p-10 {
    padding: 10px !important;
  }

  .lg\:p-12 {
    padding: 12px !important;
  }

  .lg\:p-14 {
    padding: 14px !important;
  }

  .lg\:p-16 {
    padding: 16px !important;
  }

  .lg\:p-20 {
    padding: 20px !important;
  }

  .lg\:p-22 {
    padding: 22px !important;
  }

  .lg\:p-24 {
    padding: 24px !important;
  }

  .lg\:p-25 {
    padding: 25px !important;
  }

  .lg\:p-27 {
    padding: 27px !important;
  }

  .lg\:p-30 {
    padding: 30px !important;
  }

  .lg\:p-36 {
    padding: 36px !important;
  }

  .lg\:p-40 {
    padding: 40px !important;
  }

  .lg\:p-42 {
    padding: 42px !important;
  }

  .lg\:p-44 {
    padding: 44px !important;
  }

  .lg\:p-48 {
    padding: 48px !important;
  }

  .lg\:p-52 {
    padding: 52px !important;
  }

  .lg\:p-64 {
    padding: 64px !important;
  }

  .lg\:p-72 {
    padding: 72px !important;
  }

  .lg\:p-74 {
    padding: 74px !important;
  }

  .lg\:p-77 {
    padding: 77px !important;
  }

  .lg\:p-84 {
    padding: 84px !important;
  }

  .lg\:p-96 {
    padding: 96px !important;
  }

  .lg\:p-98 {
    padding: 98px !important;
  }

  .lg\:p-100 {
    padding: 100px !important;
  }

  .lg\:p-105 {
    padding: 105px !important;
  }

  .lg\:p-114 {
    padding: 114px !important;
  }

  .lg\:p-115 {
    padding: 115px !important;
  }

  .lg\:p-120 {
    padding: 120px !important;
  }

  .lg\:p-128 {
    padding: 128px !important;
  }

  .lg\:p-156 {
    padding: 156px !important;
  }

  .lg\:p-200 {
    padding: 200px !important;
  }

  .lg\:p-256 {
    padding: 256px !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .lg\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .lg\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .lg\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .lg\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lg\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .lg\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lg\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .lg\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lg\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .lg\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lg\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .lg\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .lg\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .lg\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .lg\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .lg\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .lg\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lg\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .lg\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .lg\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .lg\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lg\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .lg\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .lg\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .lg\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .lg\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .lg\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .lg\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .lg\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .lg\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .lg\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .lg\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .lg\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .lg\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .lg\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .lg\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .lg\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .lg\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .lg\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .lg\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lg\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .lg\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .lg\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .lg\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .lg\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .lg\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-2 {
    padding-top: 2px !important;
  }

  .lg\:pt-3 {
    padding-top: 3px !important;
  }

  .lg\:pt-4 {
    padding-top: 4px !important;
  }

  .lg\:pt-6 {
    padding-top: 6px !important;
  }

  .lg\:pt-8 {
    padding-top: 8px !important;
  }

  .lg\:pt-10 {
    padding-top: 10px !important;
  }

  .lg\:pt-12 {
    padding-top: 12px !important;
  }

  .lg\:pt-14 {
    padding-top: 14px !important;
  }

  .lg\:pt-16 {
    padding-top: 16px !important;
  }

  .lg\:pt-20 {
    padding-top: 20px !important;
  }

  .lg\:pt-22 {
    padding-top: 22px !important;
  }

  .lg\:pt-24 {
    padding-top: 24px !important;
  }

  .lg\:pt-25 {
    padding-top: 25px !important;
  }

  .lg\:pt-27 {
    padding-top: 27px !important;
  }

  .lg\:pt-30 {
    padding-top: 30px !important;
  }

  .lg\:pt-36 {
    padding-top: 36px !important;
  }

  .lg\:pt-40 {
    padding-top: 40px !important;
  }

  .lg\:pt-42 {
    padding-top: 42px !important;
  }

  .lg\:pt-44 {
    padding-top: 44px !important;
  }

  .lg\:pt-48 {
    padding-top: 48px !important;
  }

  .lg\:pt-52 {
    padding-top: 52px !important;
  }

  .lg\:pt-64 {
    padding-top: 64px !important;
  }

  .lg\:pt-72 {
    padding-top: 72px !important;
  }

  .lg\:pt-74 {
    padding-top: 74px !important;
  }

  .lg\:pt-77 {
    padding-top: 77px !important;
  }

  .lg\:pt-84 {
    padding-top: 84px !important;
  }

  .lg\:pt-96 {
    padding-top: 96px !important;
  }

  .lg\:pt-98 {
    padding-top: 98px !important;
  }

  .lg\:pt-100 {
    padding-top: 100px !important;
  }

  .lg\:pt-105 {
    padding-top: 105px !important;
  }

  .lg\:pt-114 {
    padding-top: 114px !important;
  }

  .lg\:pt-115 {
    padding-top: 115px !important;
  }

  .lg\:pt-120 {
    padding-top: 120px !important;
  }

  .lg\:pt-128 {
    padding-top: 128px !important;
  }

  .lg\:pt-156 {
    padding-top: 156px !important;
  }

  .lg\:pt-200 {
    padding-top: 200px !important;
  }

  .lg\:pt-256 {
    padding-top: 256px !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-2 {
    padding-right: 2px !important;
  }

  .lg\:pr-3 {
    padding-right: 3px !important;
  }

  .lg\:pr-4 {
    padding-right: 4px !important;
  }

  .lg\:pr-6 {
    padding-right: 6px !important;
  }

  .lg\:pr-8 {
    padding-right: 8px !important;
  }

  .lg\:pr-10 {
    padding-right: 10px !important;
  }

  .lg\:pr-12 {
    padding-right: 12px !important;
  }

  .lg\:pr-14 {
    padding-right: 14px !important;
  }

  .lg\:pr-16 {
    padding-right: 16px !important;
  }

  .lg\:pr-20 {
    padding-right: 20px !important;
  }

  .lg\:pr-22 {
    padding-right: 22px !important;
  }

  .lg\:pr-24 {
    padding-right: 24px !important;
  }

  .lg\:pr-25 {
    padding-right: 25px !important;
  }

  .lg\:pr-27 {
    padding-right: 27px !important;
  }

  .lg\:pr-30 {
    padding-right: 30px !important;
  }

  .lg\:pr-36 {
    padding-right: 36px !important;
  }

  .lg\:pr-40 {
    padding-right: 40px !important;
  }

  .lg\:pr-42 {
    padding-right: 42px !important;
  }

  .lg\:pr-44 {
    padding-right: 44px !important;
  }

  .lg\:pr-48 {
    padding-right: 48px !important;
  }

  .lg\:pr-52 {
    padding-right: 52px !important;
  }

  .lg\:pr-64 {
    padding-right: 64px !important;
  }

  .lg\:pr-72 {
    padding-right: 72px !important;
  }

  .lg\:pr-74 {
    padding-right: 74px !important;
  }

  .lg\:pr-77 {
    padding-right: 77px !important;
  }

  .lg\:pr-84 {
    padding-right: 84px !important;
  }

  .lg\:pr-96 {
    padding-right: 96px !important;
  }

  .lg\:pr-98 {
    padding-right: 98px !important;
  }

  .lg\:pr-100 {
    padding-right: 100px !important;
  }

  .lg\:pr-105 {
    padding-right: 105px !important;
  }

  .lg\:pr-114 {
    padding-right: 114px !important;
  }

  .lg\:pr-115 {
    padding-right: 115px !important;
  }

  .lg\:pr-120 {
    padding-right: 120px !important;
  }

  .lg\:pr-128 {
    padding-right: 128px !important;
  }

  .lg\:pr-156 {
    padding-right: 156px !important;
  }

  .lg\:pr-200 {
    padding-right: 200px !important;
  }

  .lg\:pr-256 {
    padding-right: 256px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-2 {
    padding-bottom: 2px !important;
  }

  .lg\:pb-3 {
    padding-bottom: 3px !important;
  }

  .lg\:pb-4 {
    padding-bottom: 4px !important;
  }

  .lg\:pb-6 {
    padding-bottom: 6px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 8px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }

  .lg\:pb-12 {
    padding-bottom: 12px !important;
  }

  .lg\:pb-14 {
    padding-bottom: 14px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 16px !important;
  }

  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }

  .lg\:pb-22 {
    padding-bottom: 22px !important;
  }

  .lg\:pb-24 {
    padding-bottom: 24px !important;
  }

  .lg\:pb-25 {
    padding-bottom: 25px !important;
  }

  .lg\:pb-27 {
    padding-bottom: 27px !important;
  }

  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }

  .lg\:pb-36 {
    padding-bottom: 36px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lg\:pb-42 {
    padding-bottom: 42px !important;
  }

  .lg\:pb-44 {
    padding-bottom: 44px !important;
  }

  .lg\:pb-48 {
    padding-bottom: 48px !important;
  }

  .lg\:pb-52 {
    padding-bottom: 52px !important;
  }

  .lg\:pb-64 {
    padding-bottom: 64px !important;
  }

  .lg\:pb-72 {
    padding-bottom: 72px !important;
  }

  .lg\:pb-74 {
    padding-bottom: 74px !important;
  }

  .lg\:pb-77 {
    padding-bottom: 77px !important;
  }

  .lg\:pb-84 {
    padding-bottom: 84px !important;
  }

  .lg\:pb-96 {
    padding-bottom: 96px !important;
  }

  .lg\:pb-98 {
    padding-bottom: 98px !important;
  }

  .lg\:pb-100 {
    padding-bottom: 100px !important;
  }

  .lg\:pb-105 {
    padding-bottom: 105px !important;
  }

  .lg\:pb-114 {
    padding-bottom: 114px !important;
  }

  .lg\:pb-115 {
    padding-bottom: 115px !important;
  }

  .lg\:pb-120 {
    padding-bottom: 120px !important;
  }

  .lg\:pb-128 {
    padding-bottom: 128px !important;
  }

  .lg\:pb-156 {
    padding-bottom: 156px !important;
  }

  .lg\:pb-200 {
    padding-bottom: 200px !important;
  }

  .lg\:pb-256 {
    padding-bottom: 256px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

  .lg\:pl-2 {
    padding-left: 2px !important;
  }

  .lg\:pl-3 {
    padding-left: 3px !important;
  }

  .lg\:pl-4 {
    padding-left: 4px !important;
  }

  .lg\:pl-6 {
    padding-left: 6px !important;
  }

  .lg\:pl-8 {
    padding-left: 8px !important;
  }

  .lg\:pl-10 {
    padding-left: 10px !important;
  }

  .lg\:pl-12 {
    padding-left: 12px !important;
  }

  .lg\:pl-14 {
    padding-left: 14px !important;
  }

  .lg\:pl-16 {
    padding-left: 16px !important;
  }

  .lg\:pl-20 {
    padding-left: 20px !important;
  }

  .lg\:pl-22 {
    padding-left: 22px !important;
  }

  .lg\:pl-24 {
    padding-left: 24px !important;
  }

  .lg\:pl-25 {
    padding-left: 25px !important;
  }

  .lg\:pl-27 {
    padding-left: 27px !important;
  }

  .lg\:pl-30 {
    padding-left: 30px !important;
  }

  .lg\:pl-36 {
    padding-left: 36px !important;
  }

  .lg\:pl-40 {
    padding-left: 40px !important;
  }

  .lg\:pl-42 {
    padding-left: 42px !important;
  }

  .lg\:pl-44 {
    padding-left: 44px !important;
  }

  .lg\:pl-48 {
    padding-left: 48px !important;
  }

  .lg\:pl-52 {
    padding-left: 52px !important;
  }

  .lg\:pl-64 {
    padding-left: 64px !important;
  }

  .lg\:pl-72 {
    padding-left: 72px !important;
  }

  .lg\:pl-74 {
    padding-left: 74px !important;
  }

  .lg\:pl-77 {
    padding-left: 77px !important;
  }

  .lg\:pl-84 {
    padding-left: 84px !important;
  }

  .lg\:pl-96 {
    padding-left: 96px !important;
  }

  .lg\:pl-98 {
    padding-left: 98px !important;
  }

  .lg\:pl-100 {
    padding-left: 100px !important;
  }

  .lg\:pl-105 {
    padding-left: 105px !important;
  }

  .lg\:pl-114 {
    padding-left: 114px !important;
  }

  .lg\:pl-115 {
    padding-left: 115px !important;
  }

  .lg\:pl-120 {
    padding-left: 120px !important;
  }

  .lg\:pl-128 {
    padding-left: 128px !important;
  }

  .lg\:pl-156 {
    padding-left: 156px !important;
  }

  .lg\:pl-200 {
    padding-left: 200px !important;
  }

  .lg\:pl-256 {
    padding-left: 256px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .lg\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .lg\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .lg\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .lg\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .lg\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .lg\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .lg\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .lg\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .lg\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .lg\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .lg\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .lg\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .lg\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .lg\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .lg\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .lg\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .lg\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .lg\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .lg\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .lg\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .lg\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .lg\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .lg\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .lg\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .lg\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .lg\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .lg\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .lg\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .lg\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .lg\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .lg\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .lg\:font-thin {
    font-weight: 100 !important;
  }

  .lg\:font-extralight {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-lh-122 {
    line-height: 122px !important;
  }

  .lg\:leading-lh-76 {
    line-height: 76px !important;
  }

  .lg\:leading-lh-65 {
    line-height: 65px !important;
  }

  .lg\:leading-lh-61 {
    line-height: 61px !important;
  }

  .lg\:leading-lh-54 {
    line-height: 54px !important;
  }

  .lg\:leading-lh-46 {
    line-height: 46px !important;
  }

  .lg\:leading-lh-44 {
    line-height: 44px !important;
  }

  .lg\:leading-lh-42 {
    line-height: 42px !important;
  }

  .lg\:leading-lh-40 {
    line-height: 40px !important;
  }

  .lg\:leading-lh-36 {
    line-height: 36px !important;
  }

  .lg\:leading-lh-35 {
    line-height: 35px !important;
  }

  .lg\:leading-lh-34 {
    line-height: 34px !important;
  }

  .lg\:leading-lh-32 {
    line-height: 32px !important;
  }

  .lg\:leading-lh-29 {
    line-height: 29px !important;
  }

  .lg\:leading-lh-26 {
    line-height: 26px !important;
  }

  .lg\:leading-lh-25 {
    line-height: 25px !important;
  }

  .lg\:leading-lh-23 {
    line-height: 23px !important;
  }

  .lg\:leading-lh-21 {
    line-height: 21px !important;
  }

  .lg\:leading-lh-20 {
    line-height: 20px !important;
  }

  .lg\:leading-lh-17 {
    line-height: 17px !important;
  }

  .lg\:leading-lh-15 {
    line-height: 15px !important;
  }

  .lg\:leading-lh-13 {
    line-height: 13px !important;
  }

  .lg\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .lg\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .lg\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .lg\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .lg\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .lg\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .lg\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .lg\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-current {
    color: currentColor !important;
  }

  .lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .lg\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lg\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .lg\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .lg\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .lg\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .lg\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-5 {
    opacity: 0.05 !important;
  }

  .lg\:opacity-7 {
    opacity: 0.7 !important;
  }

  .lg\:opacity-10 {
    opacity: 0.10 !important;
  }

  .lg\:opacity-15 {
    opacity: 0.15 !important;
  }

  .lg\:opacity-20 {
    opacity: 0.2 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-30 {
    opacity: 0.3 !important;
  }

  .lg\:opacity-40 {
    opacity: 0.4 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-57 {
    opacity: 0.57 !important;
  }

  .lg\:opacity-60 {
    opacity: 0.6 !important;
  }

  .lg\:opacity-70 {
    opacity: 0.7 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-80 {
    opacity: 0.8 !important;
  }

  .lg\:opacity-90 {
    opacity: 0.9 !important;
  }

  .lg\:opacity-94 {
    opacity: 0.94 !important;
  }

  .lg\:opacity-95 {
    opacity: 0.95 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:opacity-02 {
    opacity: 0.2 !important;
  }

  .lg\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .lg\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .lg\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .lg\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .lg\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .lg\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .lg\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .lg\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .lg\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lg\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lg\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .lg\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lg\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lg\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lg\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lg\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lg\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .lg\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lg\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lg\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lg\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lg\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lg\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .lg\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lg\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lg\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .lg\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lg\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lg\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lg\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lg\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lg\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .lg\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lg\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lg\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lg\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lg\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lg\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .lg\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .lg\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .lg\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .lg\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .lg\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .lg\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .lg\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .lg\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .lg\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .lg\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .lg\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .lg\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .lg\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .lg\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .lg\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .lg\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:filter-none {
    filter: none !important;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur {
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .lg\:invert {
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .lg\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none {
    transition-property: none !important;
  }

  .lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1024px) {
  .mxl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxl\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxl\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxl\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxl\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxl\:pointer-events-none {
    pointer-events: none !important;
  }

  .mxl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .mxl\:visible {
    visibility: visible !important;
  }

  .mxl\:invisible {
    visibility: hidden !important;
  }

  .mxl\:static {
    position: static !important;
  }

  .mxl\:fixed {
    position: fixed !important;
  }

  .mxl\:absolute {
    position: absolute !important;
  }

  .mxl\:relative {
    position: relative !important;
  }

  .mxl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .mxl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mxl\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .mxl\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .mxl\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .mxl\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .mxl\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .mxl\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .mxl\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .mxl\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .mxl\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .mxl\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .mxl\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .mxl\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .mxl\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .mxl\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .mxl\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .mxl\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .mxl\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .mxl\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .mxl\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .mxl\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .mxl\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .mxl\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .mxl\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .mxl\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .mxl\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .mxl\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .mxl\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .mxl\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .mxl\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .mxl\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .mxl\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .mxl\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .mxl\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .mxl\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .mxl\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .mxl\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .mxl\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .mxl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mxl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .mxl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mxl\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .mxl\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .mxl\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .mxl\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .mxl\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .mxl\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .mxl\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .mxl\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .mxl\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .mxl\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .mxl\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .mxl\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .mxl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .mxl\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .mxl\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .mxl\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .mxl\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .mxl\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .mxl\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .mxl\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .mxl\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .mxl\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .mxl\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .mxl\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .mxl\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .mxl\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .mxl\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .mxl\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .mxl\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .mxl\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .mxl\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .mxl\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .mxl\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .mxl\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .mxl\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .mxl\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .mxl\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .mxl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .mxl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mxl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .mxl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .mxl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .mxl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mxl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .mxl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .mxl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mxl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .mxl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .mxl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .mxl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mxl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .mxl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .mxl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mxl\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .mxl\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .mxl\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .mxl\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .mxl\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .mxl\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .mxl\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .mxl\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .mxl\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .mxl\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .mxl\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .mxl\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .mxl\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .mxl\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .mxl\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .mxl\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .mxl\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .mxl\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .mxl\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .mxl\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .mxl\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .mxl\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .mxl\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .mxl\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .mxl\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .mxl\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .mxl\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .mxl\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .mxl\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .mxl\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .mxl\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .mxl\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .mxl\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .mxl\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .mxl\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .mxl\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .mxl\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .mxl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .mxl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .mxl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mxl\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .mxl\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .mxl\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .mxl\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .mxl\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .mxl\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .mxl\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .mxl\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .mxl\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .mxl\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .mxl\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .mxl\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .mxl\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .mxl\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .mxl\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .mxl\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .mxl\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .mxl\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .mxl\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .mxl\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .mxl\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .mxl\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .mxl\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .mxl\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .mxl\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .mxl\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .mxl\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .mxl\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .mxl\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .mxl\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .mxl\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .mxl\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .mxl\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .mxl\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .mxl\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .mxl\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .mxl\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .mxl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .mxl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .mxl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .mxl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .mxl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .mxl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .mxl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .mxl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .mxl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .mxl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .mxl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .mxl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .mxl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .mxl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .mxl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .mxl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mxl\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .mxl\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .mxl\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .mxl\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .mxl\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .mxl\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .mxl\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .mxl\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .mxl\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .mxl\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .mxl\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .mxl\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .mxl\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .mxl\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .mxl\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .mxl\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .mxl\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .mxl\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .mxl\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .mxl\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .mxl\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .mxl\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .mxl\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .mxl\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .mxl\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .mxl\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .mxl\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .mxl\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .mxl\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .mxl\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .mxl\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .mxl\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .mxl\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .mxl\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .mxl\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .mxl\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .mxl\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .mxl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .mxl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .mxl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mxl\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .mxl\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .mxl\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .mxl\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .mxl\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .mxl\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .mxl\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .mxl\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .mxl\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .mxl\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .mxl\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .mxl\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .mxl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .mxl\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .mxl\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .mxl\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .mxl\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .mxl\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .mxl\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .mxl\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .mxl\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .mxl\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .mxl\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .mxl\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .mxl\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .mxl\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .mxl\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .mxl\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .mxl\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .mxl\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .mxl\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .mxl\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .mxl\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .mxl\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .mxl\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .mxl\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .mxl\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .mxl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .mxl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mxl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .mxl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .mxl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .mxl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mxl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .mxl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .mxl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mxl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .mxl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .mxl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .mxl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mxl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .mxl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .mxl\:top-0 {
    top: 0px !important;
  }

  .mxl\:top-2 {
    top: 2px !important;
  }

  .mxl\:top-3 {
    top: 3px !important;
  }

  .mxl\:top-4 {
    top: 4px !important;
  }

  .mxl\:top-6 {
    top: 6px !important;
  }

  .mxl\:top-8 {
    top: 8px !important;
  }

  .mxl\:top-10 {
    top: 10px !important;
  }

  .mxl\:top-12 {
    top: 12px !important;
  }

  .mxl\:top-14 {
    top: 14px !important;
  }

  .mxl\:top-16 {
    top: 16px !important;
  }

  .mxl\:top-20 {
    top: 20px !important;
  }

  .mxl\:top-22 {
    top: 22px !important;
  }

  .mxl\:top-24 {
    top: 24px !important;
  }

  .mxl\:top-25 {
    top: 25px !important;
  }

  .mxl\:top-27 {
    top: 27px !important;
  }

  .mxl\:top-30 {
    top: 30px !important;
  }

  .mxl\:top-36 {
    top: 36px !important;
  }

  .mxl\:top-40 {
    top: 40px !important;
  }

  .mxl\:top-42 {
    top: 42px !important;
  }

  .mxl\:top-44 {
    top: 44px !important;
  }

  .mxl\:top-48 {
    top: 48px !important;
  }

  .mxl\:top-52 {
    top: 52px !important;
  }

  .mxl\:top-64 {
    top: 64px !important;
  }

  .mxl\:top-72 {
    top: 72px !important;
  }

  .mxl\:top-74 {
    top: 74px !important;
  }

  .mxl\:top-77 {
    top: 77px !important;
  }

  .mxl\:top-84 {
    top: 84px !important;
  }

  .mxl\:top-96 {
    top: 96px !important;
  }

  .mxl\:top-98 {
    top: 98px !important;
  }

  .mxl\:top-100 {
    top: 100px !important;
  }

  .mxl\:top-105 {
    top: 105px !important;
  }

  .mxl\:top-114 {
    top: 114px !important;
  }

  .mxl\:top-115 {
    top: 115px !important;
  }

  .mxl\:top-120 {
    top: 120px !important;
  }

  .mxl\:top-128 {
    top: 128px !important;
  }

  .mxl\:top-156 {
    top: 156px !important;
  }

  .mxl\:top-200 {
    top: 200px !important;
  }

  .mxl\:top-256 {
    top: 256px !important;
  }

  .mxl\:top-auto {
    top: auto !important;
  }

  .mxl\:top-px {
    top: 1px !important;
  }

  .mxl\:-top-0 {
    top: 0px !important;
  }

  .mxl\:-top-2 {
    top: -2px !important;
  }

  .mxl\:-top-3 {
    top: -3px !important;
  }

  .mxl\:-top-4 {
    top: -4px !important;
  }

  .mxl\:-top-6 {
    top: -6px !important;
  }

  .mxl\:-top-8 {
    top: -8px !important;
  }

  .mxl\:-top-10 {
    top: -10px !important;
  }

  .mxl\:-top-12 {
    top: -12px !important;
  }

  .mxl\:-top-14 {
    top: -14px !important;
  }

  .mxl\:-top-16 {
    top: -16px !important;
  }

  .mxl\:-top-20 {
    top: -20px !important;
  }

  .mxl\:-top-22 {
    top: -22px !important;
  }

  .mxl\:-top-24 {
    top: -24px !important;
  }

  .mxl\:-top-25 {
    top: -25px !important;
  }

  .mxl\:-top-27 {
    top: -27px !important;
  }

  .mxl\:-top-30 {
    top: -30px !important;
  }

  .mxl\:-top-36 {
    top: -36px !important;
  }

  .mxl\:-top-40 {
    top: -40px !important;
  }

  .mxl\:-top-42 {
    top: -42px !important;
  }

  .mxl\:-top-44 {
    top: -44px !important;
  }

  .mxl\:-top-48 {
    top: -48px !important;
  }

  .mxl\:-top-52 {
    top: -52px !important;
  }

  .mxl\:-top-64 {
    top: -64px !important;
  }

  .mxl\:-top-72 {
    top: -72px !important;
  }

  .mxl\:-top-74 {
    top: -74px !important;
  }

  .mxl\:-top-77 {
    top: -77px !important;
  }

  .mxl\:-top-84 {
    top: -84px !important;
  }

  .mxl\:-top-96 {
    top: -96px !important;
  }

  .mxl\:-top-98 {
    top: -98px !important;
  }

  .mxl\:-top-100 {
    top: -100px !important;
  }

  .mxl\:-top-105 {
    top: -105px !important;
  }

  .mxl\:-top-114 {
    top: -114px !important;
  }

  .mxl\:-top-115 {
    top: -115px !important;
  }

  .mxl\:-top-120 {
    top: -120px !important;
  }

  .mxl\:-top-128 {
    top: -128px !important;
  }

  .mxl\:-top-156 {
    top: -156px !important;
  }

  .mxl\:-top-200 {
    top: -200px !important;
  }

  .mxl\:-top-256 {
    top: -256px !important;
  }

  .mxl\:-top-px {
    top: -1px !important;
  }

  .mxl\:top-1\/2 {
    top: 50% !important;
  }

  .mxl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .mxl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .mxl\:top-1\/4 {
    top: 25% !important;
  }

  .mxl\:top-2\/4 {
    top: 50% !important;
  }

  .mxl\:top-3\/4 {
    top: 75% !important;
  }

  .mxl\:top-full {
    top: 100% !important;
  }

  .mxl\:-top-1\/2 {
    top: -50% !important;
  }

  .mxl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .mxl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .mxl\:-top-1\/4 {
    top: -25% !important;
  }

  .mxl\:-top-2\/4 {
    top: -50% !important;
  }

  .mxl\:-top-3\/4 {
    top: -75% !important;
  }

  .mxl\:-top-full {
    top: -100% !important;
  }

  .mxl\:right-0 {
    right: 0px !important;
  }

  .mxl\:right-2 {
    right: 2px !important;
  }

  .mxl\:right-3 {
    right: 3px !important;
  }

  .mxl\:right-4 {
    right: 4px !important;
  }

  .mxl\:right-6 {
    right: 6px !important;
  }

  .mxl\:right-8 {
    right: 8px !important;
  }

  .mxl\:right-10 {
    right: 10px !important;
  }

  .mxl\:right-12 {
    right: 12px !important;
  }

  .mxl\:right-14 {
    right: 14px !important;
  }

  .mxl\:right-16 {
    right: 16px !important;
  }

  .mxl\:right-20 {
    right: 20px !important;
  }

  .mxl\:right-22 {
    right: 22px !important;
  }

  .mxl\:right-24 {
    right: 24px !important;
  }

  .mxl\:right-25 {
    right: 25px !important;
  }

  .mxl\:right-27 {
    right: 27px !important;
  }

  .mxl\:right-30 {
    right: 30px !important;
  }

  .mxl\:right-36 {
    right: 36px !important;
  }

  .mxl\:right-40 {
    right: 40px !important;
  }

  .mxl\:right-42 {
    right: 42px !important;
  }

  .mxl\:right-44 {
    right: 44px !important;
  }

  .mxl\:right-48 {
    right: 48px !important;
  }

  .mxl\:right-52 {
    right: 52px !important;
  }

  .mxl\:right-64 {
    right: 64px !important;
  }

  .mxl\:right-72 {
    right: 72px !important;
  }

  .mxl\:right-74 {
    right: 74px !important;
  }

  .mxl\:right-77 {
    right: 77px !important;
  }

  .mxl\:right-84 {
    right: 84px !important;
  }

  .mxl\:right-96 {
    right: 96px !important;
  }

  .mxl\:right-98 {
    right: 98px !important;
  }

  .mxl\:right-100 {
    right: 100px !important;
  }

  .mxl\:right-105 {
    right: 105px !important;
  }

  .mxl\:right-114 {
    right: 114px !important;
  }

  .mxl\:right-115 {
    right: 115px !important;
  }

  .mxl\:right-120 {
    right: 120px !important;
  }

  .mxl\:right-128 {
    right: 128px !important;
  }

  .mxl\:right-156 {
    right: 156px !important;
  }

  .mxl\:right-200 {
    right: 200px !important;
  }

  .mxl\:right-256 {
    right: 256px !important;
  }

  .mxl\:right-auto {
    right: auto !important;
  }

  .mxl\:right-px {
    right: 1px !important;
  }

  .mxl\:-right-0 {
    right: 0px !important;
  }

  .mxl\:-right-2 {
    right: -2px !important;
  }

  .mxl\:-right-3 {
    right: -3px !important;
  }

  .mxl\:-right-4 {
    right: -4px !important;
  }

  .mxl\:-right-6 {
    right: -6px !important;
  }

  .mxl\:-right-8 {
    right: -8px !important;
  }

  .mxl\:-right-10 {
    right: -10px !important;
  }

  .mxl\:-right-12 {
    right: -12px !important;
  }

  .mxl\:-right-14 {
    right: -14px !important;
  }

  .mxl\:-right-16 {
    right: -16px !important;
  }

  .mxl\:-right-20 {
    right: -20px !important;
  }

  .mxl\:-right-22 {
    right: -22px !important;
  }

  .mxl\:-right-24 {
    right: -24px !important;
  }

  .mxl\:-right-25 {
    right: -25px !important;
  }

  .mxl\:-right-27 {
    right: -27px !important;
  }

  .mxl\:-right-30 {
    right: -30px !important;
  }

  .mxl\:-right-36 {
    right: -36px !important;
  }

  .mxl\:-right-40 {
    right: -40px !important;
  }

  .mxl\:-right-42 {
    right: -42px !important;
  }

  .mxl\:-right-44 {
    right: -44px !important;
  }

  .mxl\:-right-48 {
    right: -48px !important;
  }

  .mxl\:-right-52 {
    right: -52px !important;
  }

  .mxl\:-right-64 {
    right: -64px !important;
  }

  .mxl\:-right-72 {
    right: -72px !important;
  }

  .mxl\:-right-74 {
    right: -74px !important;
  }

  .mxl\:-right-77 {
    right: -77px !important;
  }

  .mxl\:-right-84 {
    right: -84px !important;
  }

  .mxl\:-right-96 {
    right: -96px !important;
  }

  .mxl\:-right-98 {
    right: -98px !important;
  }

  .mxl\:-right-100 {
    right: -100px !important;
  }

  .mxl\:-right-105 {
    right: -105px !important;
  }

  .mxl\:-right-114 {
    right: -114px !important;
  }

  .mxl\:-right-115 {
    right: -115px !important;
  }

  .mxl\:-right-120 {
    right: -120px !important;
  }

  .mxl\:-right-128 {
    right: -128px !important;
  }

  .mxl\:-right-156 {
    right: -156px !important;
  }

  .mxl\:-right-200 {
    right: -200px !important;
  }

  .mxl\:-right-256 {
    right: -256px !important;
  }

  .mxl\:-right-px {
    right: -1px !important;
  }

  .mxl\:right-1\/2 {
    right: 50% !important;
  }

  .mxl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .mxl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .mxl\:right-1\/4 {
    right: 25% !important;
  }

  .mxl\:right-2\/4 {
    right: 50% !important;
  }

  .mxl\:right-3\/4 {
    right: 75% !important;
  }

  .mxl\:right-full {
    right: 100% !important;
  }

  .mxl\:-right-1\/2 {
    right: -50% !important;
  }

  .mxl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .mxl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .mxl\:-right-1\/4 {
    right: -25% !important;
  }

  .mxl\:-right-2\/4 {
    right: -50% !important;
  }

  .mxl\:-right-3\/4 {
    right: -75% !important;
  }

  .mxl\:-right-full {
    right: -100% !important;
  }

  .mxl\:bottom-0 {
    bottom: 0px !important;
  }

  .mxl\:bottom-2 {
    bottom: 2px !important;
  }

  .mxl\:bottom-3 {
    bottom: 3px !important;
  }

  .mxl\:bottom-4 {
    bottom: 4px !important;
  }

  .mxl\:bottom-6 {
    bottom: 6px !important;
  }

  .mxl\:bottom-8 {
    bottom: 8px !important;
  }

  .mxl\:bottom-10 {
    bottom: 10px !important;
  }

  .mxl\:bottom-12 {
    bottom: 12px !important;
  }

  .mxl\:bottom-14 {
    bottom: 14px !important;
  }

  .mxl\:bottom-16 {
    bottom: 16px !important;
  }

  .mxl\:bottom-20 {
    bottom: 20px !important;
  }

  .mxl\:bottom-22 {
    bottom: 22px !important;
  }

  .mxl\:bottom-24 {
    bottom: 24px !important;
  }

  .mxl\:bottom-25 {
    bottom: 25px !important;
  }

  .mxl\:bottom-27 {
    bottom: 27px !important;
  }

  .mxl\:bottom-30 {
    bottom: 30px !important;
  }

  .mxl\:bottom-36 {
    bottom: 36px !important;
  }

  .mxl\:bottom-40 {
    bottom: 40px !important;
  }

  .mxl\:bottom-42 {
    bottom: 42px !important;
  }

  .mxl\:bottom-44 {
    bottom: 44px !important;
  }

  .mxl\:bottom-48 {
    bottom: 48px !important;
  }

  .mxl\:bottom-52 {
    bottom: 52px !important;
  }

  .mxl\:bottom-64 {
    bottom: 64px !important;
  }

  .mxl\:bottom-72 {
    bottom: 72px !important;
  }

  .mxl\:bottom-74 {
    bottom: 74px !important;
  }

  .mxl\:bottom-77 {
    bottom: 77px !important;
  }

  .mxl\:bottom-84 {
    bottom: 84px !important;
  }

  .mxl\:bottom-96 {
    bottom: 96px !important;
  }

  .mxl\:bottom-98 {
    bottom: 98px !important;
  }

  .mxl\:bottom-100 {
    bottom: 100px !important;
  }

  .mxl\:bottom-105 {
    bottom: 105px !important;
  }

  .mxl\:bottom-114 {
    bottom: 114px !important;
  }

  .mxl\:bottom-115 {
    bottom: 115px !important;
  }

  .mxl\:bottom-120 {
    bottom: 120px !important;
  }

  .mxl\:bottom-128 {
    bottom: 128px !important;
  }

  .mxl\:bottom-156 {
    bottom: 156px !important;
  }

  .mxl\:bottom-200 {
    bottom: 200px !important;
  }

  .mxl\:bottom-256 {
    bottom: 256px !important;
  }

  .mxl\:bottom-auto {
    bottom: auto !important;
  }

  .mxl\:bottom-px {
    bottom: 1px !important;
  }

  .mxl\:-bottom-0 {
    bottom: 0px !important;
  }

  .mxl\:-bottom-2 {
    bottom: -2px !important;
  }

  .mxl\:-bottom-3 {
    bottom: -3px !important;
  }

  .mxl\:-bottom-4 {
    bottom: -4px !important;
  }

  .mxl\:-bottom-6 {
    bottom: -6px !important;
  }

  .mxl\:-bottom-8 {
    bottom: -8px !important;
  }

  .mxl\:-bottom-10 {
    bottom: -10px !important;
  }

  .mxl\:-bottom-12 {
    bottom: -12px !important;
  }

  .mxl\:-bottom-14 {
    bottom: -14px !important;
  }

  .mxl\:-bottom-16 {
    bottom: -16px !important;
  }

  .mxl\:-bottom-20 {
    bottom: -20px !important;
  }

  .mxl\:-bottom-22 {
    bottom: -22px !important;
  }

  .mxl\:-bottom-24 {
    bottom: -24px !important;
  }

  .mxl\:-bottom-25 {
    bottom: -25px !important;
  }

  .mxl\:-bottom-27 {
    bottom: -27px !important;
  }

  .mxl\:-bottom-30 {
    bottom: -30px !important;
  }

  .mxl\:-bottom-36 {
    bottom: -36px !important;
  }

  .mxl\:-bottom-40 {
    bottom: -40px !important;
  }

  .mxl\:-bottom-42 {
    bottom: -42px !important;
  }

  .mxl\:-bottom-44 {
    bottom: -44px !important;
  }

  .mxl\:-bottom-48 {
    bottom: -48px !important;
  }

  .mxl\:-bottom-52 {
    bottom: -52px !important;
  }

  .mxl\:-bottom-64 {
    bottom: -64px !important;
  }

  .mxl\:-bottom-72 {
    bottom: -72px !important;
  }

  .mxl\:-bottom-74 {
    bottom: -74px !important;
  }

  .mxl\:-bottom-77 {
    bottom: -77px !important;
  }

  .mxl\:-bottom-84 {
    bottom: -84px !important;
  }

  .mxl\:-bottom-96 {
    bottom: -96px !important;
  }

  .mxl\:-bottom-98 {
    bottom: -98px !important;
  }

  .mxl\:-bottom-100 {
    bottom: -100px !important;
  }

  .mxl\:-bottom-105 {
    bottom: -105px !important;
  }

  .mxl\:-bottom-114 {
    bottom: -114px !important;
  }

  .mxl\:-bottom-115 {
    bottom: -115px !important;
  }

  .mxl\:-bottom-120 {
    bottom: -120px !important;
  }

  .mxl\:-bottom-128 {
    bottom: -128px !important;
  }

  .mxl\:-bottom-156 {
    bottom: -156px !important;
  }

  .mxl\:-bottom-200 {
    bottom: -200px !important;
  }

  .mxl\:-bottom-256 {
    bottom: -256px !important;
  }

  .mxl\:-bottom-px {
    bottom: -1px !important;
  }

  .mxl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .mxl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .mxl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .mxl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .mxl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .mxl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .mxl\:bottom-full {
    bottom: 100% !important;
  }

  .mxl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .mxl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .mxl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .mxl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .mxl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .mxl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .mxl\:-bottom-full {
    bottom: -100% !important;
  }

  .mxl\:left-0 {
    left: 0px !important;
  }

  .mxl\:left-2 {
    left: 2px !important;
  }

  .mxl\:left-3 {
    left: 3px !important;
  }

  .mxl\:left-4 {
    left: 4px !important;
  }

  .mxl\:left-6 {
    left: 6px !important;
  }

  .mxl\:left-8 {
    left: 8px !important;
  }

  .mxl\:left-10 {
    left: 10px !important;
  }

  .mxl\:left-12 {
    left: 12px !important;
  }

  .mxl\:left-14 {
    left: 14px !important;
  }

  .mxl\:left-16 {
    left: 16px !important;
  }

  .mxl\:left-20 {
    left: 20px !important;
  }

  .mxl\:left-22 {
    left: 22px !important;
  }

  .mxl\:left-24 {
    left: 24px !important;
  }

  .mxl\:left-25 {
    left: 25px !important;
  }

  .mxl\:left-27 {
    left: 27px !important;
  }

  .mxl\:left-30 {
    left: 30px !important;
  }

  .mxl\:left-36 {
    left: 36px !important;
  }

  .mxl\:left-40 {
    left: 40px !important;
  }

  .mxl\:left-42 {
    left: 42px !important;
  }

  .mxl\:left-44 {
    left: 44px !important;
  }

  .mxl\:left-48 {
    left: 48px !important;
  }

  .mxl\:left-52 {
    left: 52px !important;
  }

  .mxl\:left-64 {
    left: 64px !important;
  }

  .mxl\:left-72 {
    left: 72px !important;
  }

  .mxl\:left-74 {
    left: 74px !important;
  }

  .mxl\:left-77 {
    left: 77px !important;
  }

  .mxl\:left-84 {
    left: 84px !important;
  }

  .mxl\:left-96 {
    left: 96px !important;
  }

  .mxl\:left-98 {
    left: 98px !important;
  }

  .mxl\:left-100 {
    left: 100px !important;
  }

  .mxl\:left-105 {
    left: 105px !important;
  }

  .mxl\:left-114 {
    left: 114px !important;
  }

  .mxl\:left-115 {
    left: 115px !important;
  }

  .mxl\:left-120 {
    left: 120px !important;
  }

  .mxl\:left-128 {
    left: 128px !important;
  }

  .mxl\:left-156 {
    left: 156px !important;
  }

  .mxl\:left-200 {
    left: 200px !important;
  }

  .mxl\:left-256 {
    left: 256px !important;
  }

  .mxl\:left-auto {
    left: auto !important;
  }

  .mxl\:left-px {
    left: 1px !important;
  }

  .mxl\:-left-0 {
    left: 0px !important;
  }

  .mxl\:-left-2 {
    left: -2px !important;
  }

  .mxl\:-left-3 {
    left: -3px !important;
  }

  .mxl\:-left-4 {
    left: -4px !important;
  }

  .mxl\:-left-6 {
    left: -6px !important;
  }

  .mxl\:-left-8 {
    left: -8px !important;
  }

  .mxl\:-left-10 {
    left: -10px !important;
  }

  .mxl\:-left-12 {
    left: -12px !important;
  }

  .mxl\:-left-14 {
    left: -14px !important;
  }

  .mxl\:-left-16 {
    left: -16px !important;
  }

  .mxl\:-left-20 {
    left: -20px !important;
  }

  .mxl\:-left-22 {
    left: -22px !important;
  }

  .mxl\:-left-24 {
    left: -24px !important;
  }

  .mxl\:-left-25 {
    left: -25px !important;
  }

  .mxl\:-left-27 {
    left: -27px !important;
  }

  .mxl\:-left-30 {
    left: -30px !important;
  }

  .mxl\:-left-36 {
    left: -36px !important;
  }

  .mxl\:-left-40 {
    left: -40px !important;
  }

  .mxl\:-left-42 {
    left: -42px !important;
  }

  .mxl\:-left-44 {
    left: -44px !important;
  }

  .mxl\:-left-48 {
    left: -48px !important;
  }

  .mxl\:-left-52 {
    left: -52px !important;
  }

  .mxl\:-left-64 {
    left: -64px !important;
  }

  .mxl\:-left-72 {
    left: -72px !important;
  }

  .mxl\:-left-74 {
    left: -74px !important;
  }

  .mxl\:-left-77 {
    left: -77px !important;
  }

  .mxl\:-left-84 {
    left: -84px !important;
  }

  .mxl\:-left-96 {
    left: -96px !important;
  }

  .mxl\:-left-98 {
    left: -98px !important;
  }

  .mxl\:-left-100 {
    left: -100px !important;
  }

  .mxl\:-left-105 {
    left: -105px !important;
  }

  .mxl\:-left-114 {
    left: -114px !important;
  }

  .mxl\:-left-115 {
    left: -115px !important;
  }

  .mxl\:-left-120 {
    left: -120px !important;
  }

  .mxl\:-left-128 {
    left: -128px !important;
  }

  .mxl\:-left-156 {
    left: -156px !important;
  }

  .mxl\:-left-200 {
    left: -200px !important;
  }

  .mxl\:-left-256 {
    left: -256px !important;
  }

  .mxl\:-left-px {
    left: -1px !important;
  }

  .mxl\:left-1\/2 {
    left: 50% !important;
  }

  .mxl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .mxl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .mxl\:left-1\/4 {
    left: 25% !important;
  }

  .mxl\:left-2\/4 {
    left: 50% !important;
  }

  .mxl\:left-3\/4 {
    left: 75% !important;
  }

  .mxl\:left-full {
    left: 100% !important;
  }

  .mxl\:-left-1\/2 {
    left: -50% !important;
  }

  .mxl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .mxl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .mxl\:-left-1\/4 {
    left: -25% !important;
  }

  .mxl\:-left-2\/4 {
    left: -50% !important;
  }

  .mxl\:-left-3\/4 {
    left: -75% !important;
  }

  .mxl\:-left-full {
    left: -100% !important;
  }

  .mxl\:isolate {
    isolation: isolate !important;
  }

  .mxl\:isolation-auto {
    isolation: auto !important;
  }

  .mxl\:z-0 {
    z-index: 0 !important;
  }

  .mxl\:z-1 {
    z-index: 1 !important;
  }

  .mxl\:z-10 {
    z-index: 10 !important;
  }

  .mxl\:z-20 {
    z-index: 20 !important;
  }

  .mxl\:z-30 {
    z-index: 30 !important;
  }

  .mxl\:z-40 {
    z-index: 40 !important;
  }

  .mxl\:z-50 {
    z-index: 50 !important;
  }

  .mxl\:z-auto {
    z-index: auto !important;
  }

  .mxl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .mxl\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .mxl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .mxl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .mxl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .mxl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .mxl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .mxl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .mxl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .mxl\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .mxl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .mxl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .mxl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .mxl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .mxl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .mxl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .mxl\:order-1 {
    order: 1 !important;
  }

  .mxl\:order-2 {
    order: 2 !important;
  }

  .mxl\:order-3 {
    order: 3 !important;
  }

  .mxl\:order-4 {
    order: 4 !important;
  }

  .mxl\:order-5 {
    order: 5 !important;
  }

  .mxl\:order-6 {
    order: 6 !important;
  }

  .mxl\:order-7 {
    order: 7 !important;
  }

  .mxl\:order-8 {
    order: 8 !important;
  }

  .mxl\:order-9 {
    order: 9 !important;
  }

  .mxl\:order-10 {
    order: 10 !important;
  }

  .mxl\:order-11 {
    order: 11 !important;
  }

  .mxl\:order-12 {
    order: 12 !important;
  }

  .mxl\:order-first {
    order: -9999 !important;
  }

  .mxl\:order-last {
    order: 9999 !important;
  }

  .mxl\:order-none {
    order: 0 !important;
  }

  .mxl\:col-auto {
    grid-column: auto !important;
  }

  .mxl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .mxl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .mxl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .mxl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .mxl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .mxl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .mxl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .mxl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .mxl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .mxl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .mxl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .mxl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .mxl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .mxl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .mxl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .mxl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .mxl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .mxl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .mxl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .mxl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .mxl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .mxl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .mxl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .mxl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .mxl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .mxl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .mxl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .mxl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .mxl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .mxl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .mxl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .mxl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .mxl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .mxl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .mxl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .mxl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .mxl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .mxl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .mxl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .mxl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .mxl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .mxl\:row-auto {
    grid-row: auto !important;
  }

  .mxl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .mxl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .mxl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .mxl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .mxl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .mxl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .mxl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .mxl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .mxl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .mxl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .mxl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .mxl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .mxl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .mxl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .mxl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .mxl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .mxl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .mxl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .mxl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .mxl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .mxl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .mxl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .mxl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .mxl\:float-right {
    float: right !important;
  }

  .mxl\:float-left {
    float: left !important;
  }

  .mxl\:float-none {
    float: none !important;
  }

  .mxl\:clear-left {
    clear: left !important;
  }

  .mxl\:clear-right {
    clear: right !important;
  }

  .mxl\:clear-both {
    clear: both !important;
  }

  .mxl\:clear-none {
    clear: none !important;
  }

  .mxl\:m-0 {
    margin: 0px !important;
  }

  .mxl\:m-2 {
    margin: 2px !important;
  }

  .mxl\:m-3 {
    margin: 3px !important;
  }

  .mxl\:m-4 {
    margin: 4px !important;
  }

  .mxl\:m-6 {
    margin: 6px !important;
  }

  .mxl\:m-8 {
    margin: 8px !important;
  }

  .mxl\:m-10 {
    margin: 10px !important;
  }

  .mxl\:m-12 {
    margin: 12px !important;
  }

  .mxl\:m-14 {
    margin: 14px !important;
  }

  .mxl\:m-16 {
    margin: 16px !important;
  }

  .mxl\:m-20 {
    margin: 20px !important;
  }

  .mxl\:m-22 {
    margin: 22px !important;
  }

  .mxl\:m-24 {
    margin: 24px !important;
  }

  .mxl\:m-25 {
    margin: 25px !important;
  }

  .mxl\:m-27 {
    margin: 27px !important;
  }

  .mxl\:m-30 {
    margin: 30px !important;
  }

  .mxl\:m-36 {
    margin: 36px !important;
  }

  .mxl\:m-40 {
    margin: 40px !important;
  }

  .mxl\:m-42 {
    margin: 42px !important;
  }

  .mxl\:m-44 {
    margin: 44px !important;
  }

  .mxl\:m-48 {
    margin: 48px !important;
  }

  .mxl\:m-52 {
    margin: 52px !important;
  }

  .mxl\:m-64 {
    margin: 64px !important;
  }

  .mxl\:m-72 {
    margin: 72px !important;
  }

  .mxl\:m-74 {
    margin: 74px !important;
  }

  .mxl\:m-77 {
    margin: 77px !important;
  }

  .mxl\:m-84 {
    margin: 84px !important;
  }

  .mxl\:m-96 {
    margin: 96px !important;
  }

  .mxl\:m-98 {
    margin: 98px !important;
  }

  .mxl\:m-100 {
    margin: 100px !important;
  }

  .mxl\:m-105 {
    margin: 105px !important;
  }

  .mxl\:m-114 {
    margin: 114px !important;
  }

  .mxl\:m-115 {
    margin: 115px !important;
  }

  .mxl\:m-120 {
    margin: 120px !important;
  }

  .mxl\:m-128 {
    margin: 128px !important;
  }

  .mxl\:m-156 {
    margin: 156px !important;
  }

  .mxl\:m-200 {
    margin: 200px !important;
  }

  .mxl\:m-256 {
    margin: 256px !important;
  }

  .mxl\:m-auto {
    margin: auto !important;
  }

  .mxl\:m-px {
    margin: 1px !important;
  }

  .mxl\:-m-0 {
    margin: 0px !important;
  }

  .mxl\:-m-2 {
    margin: -2px !important;
  }

  .mxl\:-m-3 {
    margin: -3px !important;
  }

  .mxl\:-m-4 {
    margin: -4px !important;
  }

  .mxl\:-m-6 {
    margin: -6px !important;
  }

  .mxl\:-m-8 {
    margin: -8px !important;
  }

  .mxl\:-m-10 {
    margin: -10px !important;
  }

  .mxl\:-m-12 {
    margin: -12px !important;
  }

  .mxl\:-m-14 {
    margin: -14px !important;
  }

  .mxl\:-m-16 {
    margin: -16px !important;
  }

  .mxl\:-m-20 {
    margin: -20px !important;
  }

  .mxl\:-m-22 {
    margin: -22px !important;
  }

  .mxl\:-m-24 {
    margin: -24px !important;
  }

  .mxl\:-m-25 {
    margin: -25px !important;
  }

  .mxl\:-m-27 {
    margin: -27px !important;
  }

  .mxl\:-m-30 {
    margin: -30px !important;
  }

  .mxl\:-m-36 {
    margin: -36px !important;
  }

  .mxl\:-m-40 {
    margin: -40px !important;
  }

  .mxl\:-m-42 {
    margin: -42px !important;
  }

  .mxl\:-m-44 {
    margin: -44px !important;
  }

  .mxl\:-m-48 {
    margin: -48px !important;
  }

  .mxl\:-m-52 {
    margin: -52px !important;
  }

  .mxl\:-m-64 {
    margin: -64px !important;
  }

  .mxl\:-m-72 {
    margin: -72px !important;
  }

  .mxl\:-m-74 {
    margin: -74px !important;
  }

  .mxl\:-m-77 {
    margin: -77px !important;
  }

  .mxl\:-m-84 {
    margin: -84px !important;
  }

  .mxl\:-m-96 {
    margin: -96px !important;
  }

  .mxl\:-m-98 {
    margin: -98px !important;
  }

  .mxl\:-m-100 {
    margin: -100px !important;
  }

  .mxl\:-m-105 {
    margin: -105px !important;
  }

  .mxl\:-m-114 {
    margin: -114px !important;
  }

  .mxl\:-m-115 {
    margin: -115px !important;
  }

  .mxl\:-m-120 {
    margin: -120px !important;
  }

  .mxl\:-m-128 {
    margin: -128px !important;
  }

  .mxl\:-m-156 {
    margin: -156px !important;
  }

  .mxl\:-m-200 {
    margin: -200px !important;
  }

  .mxl\:-m-256 {
    margin: -256px !important;
  }

  .mxl\:-m-px {
    margin: -1px !important;
  }

  .mxl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mxl\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .mxl\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .mxl\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .mxl\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .mxl\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .mxl\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mxl\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .mxl\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .mxl\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .mxl\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mxl\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .mxl\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .mxl\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mxl\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .mxl\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mxl\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .mxl\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mxl\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .mxl\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .mxl\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .mxl\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .mxl\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .mxl\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .mxl\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .mxl\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .mxl\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .mxl\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .mxl\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .mxl\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mxl\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mxl\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .mxl\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mxl\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mxl\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .mxl\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .mxl\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .mxl\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .mxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mxl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mxl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mxl\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .mxl\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .mxl\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .mxl\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .mxl\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .mxl\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .mxl\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .mxl\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .mxl\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .mxl\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mxl\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .mxl\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .mxl\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .mxl\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .mxl\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mxl\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .mxl\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .mxl\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .mxl\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .mxl\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .mxl\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .mxl\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .mxl\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .mxl\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .mxl\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .mxl\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .mxl\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .mxl\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .mxl\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .mxl\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .mxl\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .mxl\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .mxl\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .mxl\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .mxl\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .mxl\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .mxl\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .mxl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mxl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mxl\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .mxl\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .mxl\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mxl\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .mxl\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mxl\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mxl\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mxl\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .mxl\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mxl\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mxl\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .mxl\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mxl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mxl\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .mxl\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mxl\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mxl\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mxl\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .mxl\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mxl\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mxl\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mxl\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mxl\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mxl\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .mxl\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .mxl\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mxl\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mxl\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .mxl\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mxl\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mxl\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .mxl\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mxl\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mxl\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mxl\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mxl\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mxl\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mxl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mxl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mxl\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .mxl\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .mxl\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .mxl\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .mxl\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .mxl\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mxl\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .mxl\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .mxl\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .mxl\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .mxl\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .mxl\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .mxl\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .mxl\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .mxl\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .mxl\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .mxl\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mxl\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .mxl\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .mxl\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .mxl\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .mxl\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .mxl\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .mxl\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .mxl\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .mxl\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .mxl\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .mxl\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .mxl\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .mxl\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .mxl\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .mxl\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .mxl\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .mxl\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .mxl\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .mxl\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .mxl\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .mxl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mxl\:mt-0 {
    margin-top: 0px !important;
  }

  .mxl\:mt-2 {
    margin-top: 2px !important;
  }

  .mxl\:mt-3 {
    margin-top: 3px !important;
  }

  .mxl\:mt-4 {
    margin-top: 4px !important;
  }

  .mxl\:mt-6 {
    margin-top: 6px !important;
  }

  .mxl\:mt-8 {
    margin-top: 8px !important;
  }

  .mxl\:mt-10 {
    margin-top: 10px !important;
  }

  .mxl\:mt-12 {
    margin-top: 12px !important;
  }

  .mxl\:mt-14 {
    margin-top: 14px !important;
  }

  .mxl\:mt-16 {
    margin-top: 16px !important;
  }

  .mxl\:mt-20 {
    margin-top: 20px !important;
  }

  .mxl\:mt-22 {
    margin-top: 22px !important;
  }

  .mxl\:mt-24 {
    margin-top: 24px !important;
  }

  .mxl\:mt-25 {
    margin-top: 25px !important;
  }

  .mxl\:mt-27 {
    margin-top: 27px !important;
  }

  .mxl\:mt-30 {
    margin-top: 30px !important;
  }

  .mxl\:mt-36 {
    margin-top: 36px !important;
  }

  .mxl\:mt-40 {
    margin-top: 40px !important;
  }

  .mxl\:mt-42 {
    margin-top: 42px !important;
  }

  .mxl\:mt-44 {
    margin-top: 44px !important;
  }

  .mxl\:mt-48 {
    margin-top: 48px !important;
  }

  .mxl\:mt-52 {
    margin-top: 52px !important;
  }

  .mxl\:mt-64 {
    margin-top: 64px !important;
  }

  .mxl\:mt-72 {
    margin-top: 72px !important;
  }

  .mxl\:mt-74 {
    margin-top: 74px !important;
  }

  .mxl\:mt-77 {
    margin-top: 77px !important;
  }

  .mxl\:mt-84 {
    margin-top: 84px !important;
  }

  .mxl\:mt-96 {
    margin-top: 96px !important;
  }

  .mxl\:mt-98 {
    margin-top: 98px !important;
  }

  .mxl\:mt-100 {
    margin-top: 100px !important;
  }

  .mxl\:mt-105 {
    margin-top: 105px !important;
  }

  .mxl\:mt-114 {
    margin-top: 114px !important;
  }

  .mxl\:mt-115 {
    margin-top: 115px !important;
  }

  .mxl\:mt-120 {
    margin-top: 120px !important;
  }

  .mxl\:mt-128 {
    margin-top: 128px !important;
  }

  .mxl\:mt-156 {
    margin-top: 156px !important;
  }

  .mxl\:mt-200 {
    margin-top: 200px !important;
  }

  .mxl\:mt-256 {
    margin-top: 256px !important;
  }

  .mxl\:mt-auto {
    margin-top: auto !important;
  }

  .mxl\:mt-px {
    margin-top: 1px !important;
  }

  .mxl\:-mt-0 {
    margin-top: 0px !important;
  }

  .mxl\:-mt-2 {
    margin-top: -2px !important;
  }

  .mxl\:-mt-3 {
    margin-top: -3px !important;
  }

  .mxl\:-mt-4 {
    margin-top: -4px !important;
  }

  .mxl\:-mt-6 {
    margin-top: -6px !important;
  }

  .mxl\:-mt-8 {
    margin-top: -8px !important;
  }

  .mxl\:-mt-10 {
    margin-top: -10px !important;
  }

  .mxl\:-mt-12 {
    margin-top: -12px !important;
  }

  .mxl\:-mt-14 {
    margin-top: -14px !important;
  }

  .mxl\:-mt-16 {
    margin-top: -16px !important;
  }

  .mxl\:-mt-20 {
    margin-top: -20px !important;
  }

  .mxl\:-mt-22 {
    margin-top: -22px !important;
  }

  .mxl\:-mt-24 {
    margin-top: -24px !important;
  }

  .mxl\:-mt-25 {
    margin-top: -25px !important;
  }

  .mxl\:-mt-27 {
    margin-top: -27px !important;
  }

  .mxl\:-mt-30 {
    margin-top: -30px !important;
  }

  .mxl\:-mt-36 {
    margin-top: -36px !important;
  }

  .mxl\:-mt-40 {
    margin-top: -40px !important;
  }

  .mxl\:-mt-42 {
    margin-top: -42px !important;
  }

  .mxl\:-mt-44 {
    margin-top: -44px !important;
  }

  .mxl\:-mt-48 {
    margin-top: -48px !important;
  }

  .mxl\:-mt-52 {
    margin-top: -52px !important;
  }

  .mxl\:-mt-64 {
    margin-top: -64px !important;
  }

  .mxl\:-mt-72 {
    margin-top: -72px !important;
  }

  .mxl\:-mt-74 {
    margin-top: -74px !important;
  }

  .mxl\:-mt-77 {
    margin-top: -77px !important;
  }

  .mxl\:-mt-84 {
    margin-top: -84px !important;
  }

  .mxl\:-mt-96 {
    margin-top: -96px !important;
  }

  .mxl\:-mt-98 {
    margin-top: -98px !important;
  }

  .mxl\:-mt-100 {
    margin-top: -100px !important;
  }

  .mxl\:-mt-105 {
    margin-top: -105px !important;
  }

  .mxl\:-mt-114 {
    margin-top: -114px !important;
  }

  .mxl\:-mt-115 {
    margin-top: -115px !important;
  }

  .mxl\:-mt-120 {
    margin-top: -120px !important;
  }

  .mxl\:-mt-128 {
    margin-top: -128px !important;
  }

  .mxl\:-mt-156 {
    margin-top: -156px !important;
  }

  .mxl\:-mt-200 {
    margin-top: -200px !important;
  }

  .mxl\:-mt-256 {
    margin-top: -256px !important;
  }

  .mxl\:-mt-px {
    margin-top: -1px !important;
  }

  .mxl\:mr-0 {
    margin-right: 0px !important;
  }

  .mxl\:mr-2 {
    margin-right: 2px !important;
  }

  .mxl\:mr-3 {
    margin-right: 3px !important;
  }

  .mxl\:mr-4 {
    margin-right: 4px !important;
  }

  .mxl\:mr-6 {
    margin-right: 6px !important;
  }

  .mxl\:mr-8 {
    margin-right: 8px !important;
  }

  .mxl\:mr-10 {
    margin-right: 10px !important;
  }

  .mxl\:mr-12 {
    margin-right: 12px !important;
  }

  .mxl\:mr-14 {
    margin-right: 14px !important;
  }

  .mxl\:mr-16 {
    margin-right: 16px !important;
  }

  .mxl\:mr-20 {
    margin-right: 20px !important;
  }

  .mxl\:mr-22 {
    margin-right: 22px !important;
  }

  .mxl\:mr-24 {
    margin-right: 24px !important;
  }

  .mxl\:mr-25 {
    margin-right: 25px !important;
  }

  .mxl\:mr-27 {
    margin-right: 27px !important;
  }

  .mxl\:mr-30 {
    margin-right: 30px !important;
  }

  .mxl\:mr-36 {
    margin-right: 36px !important;
  }

  .mxl\:mr-40 {
    margin-right: 40px !important;
  }

  .mxl\:mr-42 {
    margin-right: 42px !important;
  }

  .mxl\:mr-44 {
    margin-right: 44px !important;
  }

  .mxl\:mr-48 {
    margin-right: 48px !important;
  }

  .mxl\:mr-52 {
    margin-right: 52px !important;
  }

  .mxl\:mr-64 {
    margin-right: 64px !important;
  }

  .mxl\:mr-72 {
    margin-right: 72px !important;
  }

  .mxl\:mr-74 {
    margin-right: 74px !important;
  }

  .mxl\:mr-77 {
    margin-right: 77px !important;
  }

  .mxl\:mr-84 {
    margin-right: 84px !important;
  }

  .mxl\:mr-96 {
    margin-right: 96px !important;
  }

  .mxl\:mr-98 {
    margin-right: 98px !important;
  }

  .mxl\:mr-100 {
    margin-right: 100px !important;
  }

  .mxl\:mr-105 {
    margin-right: 105px !important;
  }

  .mxl\:mr-114 {
    margin-right: 114px !important;
  }

  .mxl\:mr-115 {
    margin-right: 115px !important;
  }

  .mxl\:mr-120 {
    margin-right: 120px !important;
  }

  .mxl\:mr-128 {
    margin-right: 128px !important;
  }

  .mxl\:mr-156 {
    margin-right: 156px !important;
  }

  .mxl\:mr-200 {
    margin-right: 200px !important;
  }

  .mxl\:mr-256 {
    margin-right: 256px !important;
  }

  .mxl\:mr-auto {
    margin-right: auto !important;
  }

  .mxl\:mr-px {
    margin-right: 1px !important;
  }

  .mxl\:-mr-0 {
    margin-right: 0px !important;
  }

  .mxl\:-mr-2 {
    margin-right: -2px !important;
  }

  .mxl\:-mr-3 {
    margin-right: -3px !important;
  }

  .mxl\:-mr-4 {
    margin-right: -4px !important;
  }

  .mxl\:-mr-6 {
    margin-right: -6px !important;
  }

  .mxl\:-mr-8 {
    margin-right: -8px !important;
  }

  .mxl\:-mr-10 {
    margin-right: -10px !important;
  }

  .mxl\:-mr-12 {
    margin-right: -12px !important;
  }

  .mxl\:-mr-14 {
    margin-right: -14px !important;
  }

  .mxl\:-mr-16 {
    margin-right: -16px !important;
  }

  .mxl\:-mr-20 {
    margin-right: -20px !important;
  }

  .mxl\:-mr-22 {
    margin-right: -22px !important;
  }

  .mxl\:-mr-24 {
    margin-right: -24px !important;
  }

  .mxl\:-mr-25 {
    margin-right: -25px !important;
  }

  .mxl\:-mr-27 {
    margin-right: -27px !important;
  }

  .mxl\:-mr-30 {
    margin-right: -30px !important;
  }

  .mxl\:-mr-36 {
    margin-right: -36px !important;
  }

  .mxl\:-mr-40 {
    margin-right: -40px !important;
  }

  .mxl\:-mr-42 {
    margin-right: -42px !important;
  }

  .mxl\:-mr-44 {
    margin-right: -44px !important;
  }

  .mxl\:-mr-48 {
    margin-right: -48px !important;
  }

  .mxl\:-mr-52 {
    margin-right: -52px !important;
  }

  .mxl\:-mr-64 {
    margin-right: -64px !important;
  }

  .mxl\:-mr-72 {
    margin-right: -72px !important;
  }

  .mxl\:-mr-74 {
    margin-right: -74px !important;
  }

  .mxl\:-mr-77 {
    margin-right: -77px !important;
  }

  .mxl\:-mr-84 {
    margin-right: -84px !important;
  }

  .mxl\:-mr-96 {
    margin-right: -96px !important;
  }

  .mxl\:-mr-98 {
    margin-right: -98px !important;
  }

  .mxl\:-mr-100 {
    margin-right: -100px !important;
  }

  .mxl\:-mr-105 {
    margin-right: -105px !important;
  }

  .mxl\:-mr-114 {
    margin-right: -114px !important;
  }

  .mxl\:-mr-115 {
    margin-right: -115px !important;
  }

  .mxl\:-mr-120 {
    margin-right: -120px !important;
  }

  .mxl\:-mr-128 {
    margin-right: -128px !important;
  }

  .mxl\:-mr-156 {
    margin-right: -156px !important;
  }

  .mxl\:-mr-200 {
    margin-right: -200px !important;
  }

  .mxl\:-mr-256 {
    margin-right: -256px !important;
  }

  .mxl\:-mr-px {
    margin-right: -1px !important;
  }

  .mxl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .mxl\:mb-2 {
    margin-bottom: 2px !important;
  }

  .mxl\:mb-3 {
    margin-bottom: 3px !important;
  }

  .mxl\:mb-4 {
    margin-bottom: 4px !important;
  }

  .mxl\:mb-6 {
    margin-bottom: 6px !important;
  }

  .mxl\:mb-8 {
    margin-bottom: 8px !important;
  }

  .mxl\:mb-10 {
    margin-bottom: 10px !important;
  }

  .mxl\:mb-12 {
    margin-bottom: 12px !important;
  }

  .mxl\:mb-14 {
    margin-bottom: 14px !important;
  }

  .mxl\:mb-16 {
    margin-bottom: 16px !important;
  }

  .mxl\:mb-20 {
    margin-bottom: 20px !important;
  }

  .mxl\:mb-22 {
    margin-bottom: 22px !important;
  }

  .mxl\:mb-24 {
    margin-bottom: 24px !important;
  }

  .mxl\:mb-25 {
    margin-bottom: 25px !important;
  }

  .mxl\:mb-27 {
    margin-bottom: 27px !important;
  }

  .mxl\:mb-30 {
    margin-bottom: 30px !important;
  }

  .mxl\:mb-36 {
    margin-bottom: 36px !important;
  }

  .mxl\:mb-40 {
    margin-bottom: 40px !important;
  }

  .mxl\:mb-42 {
    margin-bottom: 42px !important;
  }

  .mxl\:mb-44 {
    margin-bottom: 44px !important;
  }

  .mxl\:mb-48 {
    margin-bottom: 48px !important;
  }

  .mxl\:mb-52 {
    margin-bottom: 52px !important;
  }

  .mxl\:mb-64 {
    margin-bottom: 64px !important;
  }

  .mxl\:mb-72 {
    margin-bottom: 72px !important;
  }

  .mxl\:mb-74 {
    margin-bottom: 74px !important;
  }

  .mxl\:mb-77 {
    margin-bottom: 77px !important;
  }

  .mxl\:mb-84 {
    margin-bottom: 84px !important;
  }

  .mxl\:mb-96 {
    margin-bottom: 96px !important;
  }

  .mxl\:mb-98 {
    margin-bottom: 98px !important;
  }

  .mxl\:mb-100 {
    margin-bottom: 100px !important;
  }

  .mxl\:mb-105 {
    margin-bottom: 105px !important;
  }

  .mxl\:mb-114 {
    margin-bottom: 114px !important;
  }

  .mxl\:mb-115 {
    margin-bottom: 115px !important;
  }

  .mxl\:mb-120 {
    margin-bottom: 120px !important;
  }

  .mxl\:mb-128 {
    margin-bottom: 128px !important;
  }

  .mxl\:mb-156 {
    margin-bottom: 156px !important;
  }

  .mxl\:mb-200 {
    margin-bottom: 200px !important;
  }

  .mxl\:mb-256 {
    margin-bottom: 256px !important;
  }

  .mxl\:mb-auto {
    margin-bottom: auto !important;
  }

  .mxl\:mb-px {
    margin-bottom: 1px !important;
  }

  .mxl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .mxl\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .mxl\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .mxl\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .mxl\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .mxl\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .mxl\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .mxl\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .mxl\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .mxl\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .mxl\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .mxl\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .mxl\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .mxl\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .mxl\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .mxl\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .mxl\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .mxl\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .mxl\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .mxl\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .mxl\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .mxl\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .mxl\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .mxl\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .mxl\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .mxl\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .mxl\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .mxl\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .mxl\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .mxl\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .mxl\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .mxl\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .mxl\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .mxl\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .mxl\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .mxl\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .mxl\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .mxl\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .mxl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .mxl\:ml-0 {
    margin-left: 0px !important;
  }

  .mxl\:ml-2 {
    margin-left: 2px !important;
  }

  .mxl\:ml-3 {
    margin-left: 3px !important;
  }

  .mxl\:ml-4 {
    margin-left: 4px !important;
  }

  .mxl\:ml-6 {
    margin-left: 6px !important;
  }

  .mxl\:ml-8 {
    margin-left: 8px !important;
  }

  .mxl\:ml-10 {
    margin-left: 10px !important;
  }

  .mxl\:ml-12 {
    margin-left: 12px !important;
  }

  .mxl\:ml-14 {
    margin-left: 14px !important;
  }

  .mxl\:ml-16 {
    margin-left: 16px !important;
  }

  .mxl\:ml-20 {
    margin-left: 20px !important;
  }

  .mxl\:ml-22 {
    margin-left: 22px !important;
  }

  .mxl\:ml-24 {
    margin-left: 24px !important;
  }

  .mxl\:ml-25 {
    margin-left: 25px !important;
  }

  .mxl\:ml-27 {
    margin-left: 27px !important;
  }

  .mxl\:ml-30 {
    margin-left: 30px !important;
  }

  .mxl\:ml-36 {
    margin-left: 36px !important;
  }

  .mxl\:ml-40 {
    margin-left: 40px !important;
  }

  .mxl\:ml-42 {
    margin-left: 42px !important;
  }

  .mxl\:ml-44 {
    margin-left: 44px !important;
  }

  .mxl\:ml-48 {
    margin-left: 48px !important;
  }

  .mxl\:ml-52 {
    margin-left: 52px !important;
  }

  .mxl\:ml-64 {
    margin-left: 64px !important;
  }

  .mxl\:ml-72 {
    margin-left: 72px !important;
  }

  .mxl\:ml-74 {
    margin-left: 74px !important;
  }

  .mxl\:ml-77 {
    margin-left: 77px !important;
  }

  .mxl\:ml-84 {
    margin-left: 84px !important;
  }

  .mxl\:ml-96 {
    margin-left: 96px !important;
  }

  .mxl\:ml-98 {
    margin-left: 98px !important;
  }

  .mxl\:ml-100 {
    margin-left: 100px !important;
  }

  .mxl\:ml-105 {
    margin-left: 105px !important;
  }

  .mxl\:ml-114 {
    margin-left: 114px !important;
  }

  .mxl\:ml-115 {
    margin-left: 115px !important;
  }

  .mxl\:ml-120 {
    margin-left: 120px !important;
  }

  .mxl\:ml-128 {
    margin-left: 128px !important;
  }

  .mxl\:ml-156 {
    margin-left: 156px !important;
  }

  .mxl\:ml-200 {
    margin-left: 200px !important;
  }

  .mxl\:ml-256 {
    margin-left: 256px !important;
  }

  .mxl\:ml-auto {
    margin-left: auto !important;
  }

  .mxl\:ml-px {
    margin-left: 1px !important;
  }

  .mxl\:-ml-0 {
    margin-left: 0px !important;
  }

  .mxl\:-ml-2 {
    margin-left: -2px !important;
  }

  .mxl\:-ml-3 {
    margin-left: -3px !important;
  }

  .mxl\:-ml-4 {
    margin-left: -4px !important;
  }

  .mxl\:-ml-6 {
    margin-left: -6px !important;
  }

  .mxl\:-ml-8 {
    margin-left: -8px !important;
  }

  .mxl\:-ml-10 {
    margin-left: -10px !important;
  }

  .mxl\:-ml-12 {
    margin-left: -12px !important;
  }

  .mxl\:-ml-14 {
    margin-left: -14px !important;
  }

  .mxl\:-ml-16 {
    margin-left: -16px !important;
  }

  .mxl\:-ml-20 {
    margin-left: -20px !important;
  }

  .mxl\:-ml-22 {
    margin-left: -22px !important;
  }

  .mxl\:-ml-24 {
    margin-left: -24px !important;
  }

  .mxl\:-ml-25 {
    margin-left: -25px !important;
  }

  .mxl\:-ml-27 {
    margin-left: -27px !important;
  }

  .mxl\:-ml-30 {
    margin-left: -30px !important;
  }

  .mxl\:-ml-36 {
    margin-left: -36px !important;
  }

  .mxl\:-ml-40 {
    margin-left: -40px !important;
  }

  .mxl\:-ml-42 {
    margin-left: -42px !important;
  }

  .mxl\:-ml-44 {
    margin-left: -44px !important;
  }

  .mxl\:-ml-48 {
    margin-left: -48px !important;
  }

  .mxl\:-ml-52 {
    margin-left: -52px !important;
  }

  .mxl\:-ml-64 {
    margin-left: -64px !important;
  }

  .mxl\:-ml-72 {
    margin-left: -72px !important;
  }

  .mxl\:-ml-74 {
    margin-left: -74px !important;
  }

  .mxl\:-ml-77 {
    margin-left: -77px !important;
  }

  .mxl\:-ml-84 {
    margin-left: -84px !important;
  }

  .mxl\:-ml-96 {
    margin-left: -96px !important;
  }

  .mxl\:-ml-98 {
    margin-left: -98px !important;
  }

  .mxl\:-ml-100 {
    margin-left: -100px !important;
  }

  .mxl\:-ml-105 {
    margin-left: -105px !important;
  }

  .mxl\:-ml-114 {
    margin-left: -114px !important;
  }

  .mxl\:-ml-115 {
    margin-left: -115px !important;
  }

  .mxl\:-ml-120 {
    margin-left: -120px !important;
  }

  .mxl\:-ml-128 {
    margin-left: -128px !important;
  }

  .mxl\:-ml-156 {
    margin-left: -156px !important;
  }

  .mxl\:-ml-200 {
    margin-left: -200px !important;
  }

  .mxl\:-ml-256 {
    margin-left: -256px !important;
  }

  .mxl\:-ml-px {
    margin-left: -1px !important;
  }

  .mxl\:box-border {
    box-sizing: border-box !important;
  }

  .mxl\:box-content {
    box-sizing: content-box !important;
  }

  .mxl\:block {
    display: block !important;
  }

  .mxl\:inline-block {
    display: inline-block !important;
  }

  .mxl\:inline {
    display: inline !important;
  }

  .mxl\:flex {
    display: flex !important;
  }

  .mxl\:inline-flex {
    display: inline-flex !important;
  }

  .mxl\:table {
    display: table !important;
  }

  .mxl\:inline-table {
    display: inline-table !important;
  }

  .mxl\:table-caption {
    display: table-caption !important;
  }

  .mxl\:table-cell {
    display: table-cell !important;
  }

  .mxl\:table-column {
    display: table-column !important;
  }

  .mxl\:table-column-group {
    display: table-column-group !important;
  }

  .mxl\:table-footer-group {
    display: table-footer-group !important;
  }

  .mxl\:table-header-group {
    display: table-header-group !important;
  }

  .mxl\:table-row-group {
    display: table-row-group !important;
  }

  .mxl\:table-row {
    display: table-row !important;
  }

  .mxl\:flow-root {
    display: flow-root !important;
  }

  .mxl\:grid {
    display: grid !important;
  }

  .mxl\:inline-grid {
    display: inline-grid !important;
  }

  .mxl\:contents {
    display: contents !important;
  }

  .mxl\:list-item {
    display: list-item !important;
  }

  .mxl\:hidden {
    display: none !important;
  }

  .mxl\:h-0 {
    height: 0px !important;
  }

  .mxl\:h-2 {
    height: 2px !important;
  }

  .mxl\:h-3 {
    height: 3px !important;
  }

  .mxl\:h-4 {
    height: 4px !important;
  }

  .mxl\:h-5 {
    height: 5px !important;
  }

  .mxl\:h-6 {
    height: 6px !important;
  }

  .mxl\:h-8 {
    height: 8px !important;
  }

  .mxl\:h-10 {
    height: 10px !important;
  }

  .mxl\:h-12 {
    height: 12px !important;
  }

  .mxl\:h-14 {
    height: 14px !important;
  }

  .mxl\:h-15 {
    height: 15px !important;
  }

  .mxl\:h-16 {
    height: 16px !important;
  }

  .mxl\:h-20 {
    height: 20px !important;
  }

  .mxl\:h-22 {
    height: 22px !important;
  }

  .mxl\:h-24 {
    height: 24px !important;
  }

  .mxl\:h-25 {
    height: 25px !important;
  }

  .mxl\:h-26 {
    height: 26px !important;
  }

  .mxl\:h-27 {
    height: 27px !important;
  }

  .mxl\:h-28 {
    height: 28px !important;
  }

  .mxl\:h-30 {
    height: 30px !important;
  }

  .mxl\:h-32 {
    height: 32px !important;
  }

  .mxl\:h-33 {
    height: 33px !important;
  }

  .mxl\:h-34 {
    height: 34px !important;
  }

  .mxl\:h-35 {
    height: 35px !important;
  }

  .mxl\:h-36 {
    height: 36px !important;
  }

  .mxl\:h-38 {
    height: 38px !important;
  }

  .mxl\:h-40 {
    height: 40px !important;
  }

  .mxl\:h-42 {
    height: 42px !important;
  }

  .mxl\:h-44 {
    height: 44px !important;
  }

  .mxl\:h-45 {
    height: 45px !important;
  }

  .mxl\:h-48 {
    height: 48px !important;
  }

  .mxl\:h-50 {
    height: 50px !important;
  }

  .mxl\:h-52 {
    height: 52px !important;
  }

  .mxl\:h-55 {
    height: 55px !important;
  }

  .mxl\:h-60 {
    height: 60px !important;
  }

  .mxl\:h-64 {
    height: 64px !important;
  }

  .mxl\:h-65 {
    height: 65px !important;
  }

  .mxl\:h-70 {
    height: 70px !important;
  }

  .mxl\:h-72 {
    height: 72px !important;
  }

  .mxl\:h-74 {
    height: 74px !important;
  }

  .mxl\:h-75 {
    height: 75px !important;
  }

  .mxl\:h-77 {
    height: 77px !important;
  }

  .mxl\:h-80 {
    height: 80px !important;
  }

  .mxl\:h-84 {
    height: 84px !important;
  }

  .mxl\:h-85 {
    height: 85px !important;
  }

  .mxl\:h-90 {
    height: 90px !important;
  }

  .mxl\:h-95 {
    height: 95px !important;
  }

  .mxl\:h-96 {
    height: 96px !important;
  }

  .mxl\:h-98 {
    height: 98px !important;
  }

  .mxl\:h-100 {
    height: 100px !important;
  }

  .mxl\:h-105 {
    height: 105px !important;
  }

  .mxl\:h-110 {
    height: 110px !important;
  }

  .mxl\:h-114 {
    height: 114px !important;
  }

  .mxl\:h-115 {
    height: 115px !important;
  }

  .mxl\:h-120 {
    height: 120px !important;
  }

  .mxl\:h-125 {
    height: 125px !important;
  }

  .mxl\:h-128 {
    height: 128px !important;
  }

  .mxl\:h-130 {
    height: 130px !important;
  }

  .mxl\:h-135 {
    height: 135px !important;
  }

  .mxl\:h-140 {
    height: 140px !important;
  }

  .mxl\:h-142 {
    height: 142px !important;
  }

  .mxl\:h-145 {
    height: 145px !important;
  }

  .mxl\:h-150 {
    height: 150px !important;
  }

  .mxl\:h-156 {
    height: 156px !important;
  }

  .mxl\:h-165 {
    height: 165px !important;
  }

  .mxl\:h-170 {
    height: 170px !important;
  }

  .mxl\:h-180 {
    height: 180px !important;
  }

  .mxl\:h-185 {
    height: 185px !important;
  }

  .mxl\:h-190 {
    height: 190px !important;
  }

  .mxl\:h-200 {
    height: 200px !important;
  }

  .mxl\:h-225 {
    height: 225px !important;
  }

  .mxl\:h-256 {
    height: 256px !important;
  }

  .mxl\:h-auto {
    height: auto !important;
  }

  .mxl\:h-px {
    height: 1px !important;
  }

  .mxl\:h-1\/2 {
    height: 50% !important;
  }

  .mxl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .mxl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .mxl\:h-1\/4 {
    height: 25% !important;
  }

  .mxl\:h-2\/4 {
    height: 50% !important;
  }

  .mxl\:h-3\/4 {
    height: 75% !important;
  }

  .mxl\:h-1\/5 {
    height: 20% !important;
  }

  .mxl\:h-2\/5 {
    height: 40% !important;
  }

  .mxl\:h-3\/5 {
    height: 60% !important;
  }

  .mxl\:h-4\/5 {
    height: 80% !important;
  }

  .mxl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .mxl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .mxl\:h-3\/6 {
    height: 50% !important;
  }

  .mxl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .mxl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .mxl\:h-full {
    height: 100% !important;
  }

  .mxl\:h-screen {
    height: 100vh !important;
  }

  .mxl\:max-h-0 {
    max-height: 0px !important;
  }

  .mxl\:max-h-2 {
    max-height: 2px !important;
  }

  .mxl\:max-h-3 {
    max-height: 3px !important;
  }

  .mxl\:max-h-4 {
    max-height: 4px !important;
  }

  .mxl\:max-h-6 {
    max-height: 6px !important;
  }

  .mxl\:max-h-8 {
    max-height: 8px !important;
  }

  .mxl\:max-h-10 {
    max-height: 10px !important;
  }

  .mxl\:max-h-12 {
    max-height: 12px !important;
  }

  .mxl\:max-h-14 {
    max-height: 14px !important;
  }

  .mxl\:max-h-16 {
    max-height: 16px !important;
  }

  .mxl\:max-h-20 {
    max-height: 20px !important;
  }

  .mxl\:max-h-22 {
    max-height: 22px !important;
  }

  .mxl\:max-h-24 {
    max-height: 24px !important;
  }

  .mxl\:max-h-25 {
    max-height: 25px !important;
  }

  .mxl\:max-h-27 {
    max-height: 27px !important;
  }

  .mxl\:max-h-30 {
    max-height: 30px !important;
  }

  .mxl\:max-h-36 {
    max-height: 36px !important;
  }

  .mxl\:max-h-40 {
    max-height: 40px !important;
  }

  .mxl\:max-h-42 {
    max-height: 42px !important;
  }

  .mxl\:max-h-44 {
    max-height: 44px !important;
  }

  .mxl\:max-h-48 {
    max-height: 48px !important;
  }

  .mxl\:max-h-52 {
    max-height: 52px !important;
  }

  .mxl\:max-h-64 {
    max-height: 64px !important;
  }

  .mxl\:max-h-72 {
    max-height: 72px !important;
  }

  .mxl\:max-h-74 {
    max-height: 74px !important;
  }

  .mxl\:max-h-77 {
    max-height: 77px !important;
  }

  .mxl\:max-h-84 {
    max-height: 84px !important;
  }

  .mxl\:max-h-96 {
    max-height: 96px !important;
  }

  .mxl\:max-h-98 {
    max-height: 98px !important;
  }

  .mxl\:max-h-100 {
    max-height: 100px !important;
  }

  .mxl\:max-h-105 {
    max-height: 105px !important;
  }

  .mxl\:max-h-114 {
    max-height: 114px !important;
  }

  .mxl\:max-h-115 {
    max-height: 115px !important;
  }

  .mxl\:max-h-120 {
    max-height: 120px !important;
  }

  .mxl\:max-h-128 {
    max-height: 128px !important;
  }

  .mxl\:max-h-156 {
    max-height: 156px !important;
  }

  .mxl\:max-h-200 {
    max-height: 200px !important;
  }

  .mxl\:max-h-256 {
    max-height: 256px !important;
  }

  .mxl\:max-h-px {
    max-height: 1px !important;
  }

  .mxl\:max-h-full {
    max-height: 100% !important;
  }

  .mxl\:max-h-screen {
    max-height: 100vh !important;
  }

  .mxl\:min-h-0 {
    min-height: 0px !important;
  }

  .mxl\:min-h-full {
    min-height: 100% !important;
  }

  .mxl\:min-h-screen {
    min-height: 100vh !important;
  }

  .mxl\:w-0 {
    width: 0px !important;
  }

  .mxl\:w-2 {
    width: 2px !important;
  }

  .mxl\:w-3 {
    width: 3px !important;
  }

  .mxl\:w-4 {
    width: 4px !important;
  }

  .mxl\:w-6 {
    width: 6px !important;
  }

  .mxl\:w-8 {
    width: 8px !important;
  }

  .mxl\:w-10 {
    width: 10px !important;
  }

  .mxl\:w-12 {
    width: 12px !important;
  }

  .mxl\:w-14 {
    width: 14px !important;
  }

  .mxl\:w-16 {
    width: 16px !important;
  }

  .mxl\:w-20 {
    width: 20px !important;
  }

  .mxl\:w-22 {
    width: 22px !important;
  }

  .mxl\:w-24 {
    width: 24px !important;
  }

  .mxl\:w-25 {
    width: 25px !important;
  }

  .mxl\:w-27 {
    width: 27px !important;
  }

  .mxl\:w-30 {
    width: 30px !important;
  }

  .mxl\:w-36 {
    width: 36px !important;
  }

  .mxl\:w-40 {
    width: 40px !important;
  }

  .mxl\:w-42 {
    width: 42px !important;
  }

  .mxl\:w-44 {
    width: 44px !important;
  }

  .mxl\:w-48 {
    width: 48px !important;
  }

  .mxl\:w-52 {
    width: 52px !important;
  }

  .mxl\:w-64 {
    width: 64px !important;
  }

  .mxl\:w-72 {
    width: 72px !important;
  }

  .mxl\:w-74 {
    width: 74px !important;
  }

  .mxl\:w-77 {
    width: 77px !important;
  }

  .mxl\:w-84 {
    width: 84px !important;
  }

  .mxl\:w-96 {
    width: 96px !important;
  }

  .mxl\:w-98 {
    width: 98px !important;
  }

  .mxl\:w-100 {
    width: 100px !important;
  }

  .mxl\:w-105 {
    width: 105px !important;
  }

  .mxl\:w-114 {
    width: 114px !important;
  }

  .mxl\:w-115 {
    width: 115px !important;
  }

  .mxl\:w-120 {
    width: 120px !important;
  }

  .mxl\:w-128 {
    width: 128px !important;
  }

  .mxl\:w-156 {
    width: 156px !important;
  }

  .mxl\:w-200 {
    width: 200px !important;
  }

  .mxl\:w-256 {
    width: 256px !important;
  }

  .mxl\:w-auto {
    width: auto !important;
  }

  .mxl\:w-px {
    width: 1px !important;
  }

  .mxl\:w-1\/2 {
    width: 50% !important;
  }

  .mxl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .mxl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .mxl\:w-1\/4 {
    width: 25% !important;
  }

  .mxl\:w-2\/4 {
    width: 50% !important;
  }

  .mxl\:w-3\/4 {
    width: 75% !important;
  }

  .mxl\:w-1\/5 {
    width: 20% !important;
  }

  .mxl\:w-2\/5 {
    width: 40% !important;
  }

  .mxl\:w-3\/5 {
    width: 60% !important;
  }

  .mxl\:w-4\/5 {
    width: 80% !important;
  }

  .mxl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .mxl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .mxl\:w-3\/6 {
    width: 50% !important;
  }

  .mxl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .mxl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .mxl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .mxl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .mxl\:w-3\/12 {
    width: 25% !important;
  }

  .mxl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .mxl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .mxl\:w-6\/12 {
    width: 50% !important;
  }

  .mxl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .mxl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .mxl\:w-9\/12 {
    width: 75% !important;
  }

  .mxl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .mxl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .mxl\:w-full {
    width: 100% !important;
  }

  .mxl\:w-screen {
    width: 100vw !important;
  }

  .mxl\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .mxl\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mxl\:min-w-0 {
    min-width: 0px !important;
  }

  .mxl\:min-w-full {
    min-width: 100% !important;
  }

  .mxl\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .mxl\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .mxl\:max-w-0 {
    max-width: 0rem !important;
  }

  .mxl\:max-w-none {
    max-width: none !important;
  }

  .mxl\:max-w-xs {
    max-width: 20rem !important;
  }

  .mxl\:max-w-sm {
    max-width: 24rem !important;
  }

  .mxl\:max-w-md {
    max-width: 28rem !important;
  }

  .mxl\:max-w-lg {
    max-width: 32rem !important;
  }

  .mxl\:max-w-xl {
    max-width: 36rem !important;
  }

  .mxl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .mxl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .mxl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .mxl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .mxl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .mxl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .mxl\:max-w-full {
    max-width: 100% !important;
  }

  .mxl\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .mxl\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .mxl\:max-w-prose {
    max-width: 65ch !important;
  }

  .mxl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .mxl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .mxl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .mxl\:flex-none {
    flex: none !important;
  }

  .mxl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mxl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .mxl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .mxl\:flex-grow {
    flex-grow: 1 !important;
  }

  .mxl\:table-auto {
    table-layout: auto !important;
  }

  .mxl\:table-fixed {
    table-layout: fixed !important;
  }

  .mxl\:border-collapse {
    border-collapse: collapse !important;
  }

  .mxl\:border-separate {
    border-collapse: separate !important;
  }

  .mxl\:origin-center {
    transform-origin: center !important;
  }

  .mxl\:origin-top {
    transform-origin: top !important;
  }

  .mxl\:origin-top-right {
    transform-origin: top right !important;
  }

  .mxl\:origin-right {
    transform-origin: right !important;
  }

  .mxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .mxl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .mxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .mxl\:origin-left {
    transform-origin: left !important;
  }

  .mxl\:origin-top-left {
    transform-origin: top left !important;
  }

  .mxl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mxl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mxl\:transform-none {
    transform: none !important;
  }

  .mxl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mxl\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .mxl\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .mxl\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .mxl\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .mxl\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .mxl\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .mxl\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .mxl\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .mxl\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .mxl\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .mxl\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .mxl\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .mxl\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .mxl\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .mxl\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .mxl\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .mxl\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .mxl\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .mxl\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .mxl\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .mxl\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .mxl\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .mxl\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .mxl\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .mxl\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .mxl\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .mxl\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .mxl\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .mxl\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .mxl\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .mxl\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .mxl\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .mxl\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .mxl\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .mxl\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .mxl\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .mxl\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .mxl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .mxl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mxl\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .mxl\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .mxl\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .mxl\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .mxl\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .mxl\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .mxl\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .mxl\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .mxl\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .mxl\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .mxl\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .mxl\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .mxl\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .mxl\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .mxl\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .mxl\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .mxl\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .mxl\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .mxl\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .mxl\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .mxl\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .mxl\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .mxl\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .mxl\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .mxl\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .mxl\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .mxl\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .mxl\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .mxl\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .mxl\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .mxl\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .mxl\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .mxl\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .mxl\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .mxl\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .mxl\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .mxl\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .mxl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .mxl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .mxl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .mxl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .mxl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .mxl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .mxl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .mxl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .mxl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .mxl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .mxl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .mxl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .mxl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .mxl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .mxl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .mxl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mxl\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .mxl\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .mxl\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .mxl\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .mxl\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .mxl\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .mxl\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .mxl\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .mxl\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .mxl\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .mxl\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .mxl\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .mxl\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .mxl\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .mxl\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .mxl\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .mxl\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .mxl\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .mxl\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .mxl\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .mxl\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .mxl\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .mxl\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .mxl\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .mxl\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .mxl\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .mxl\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .mxl\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .mxl\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .mxl\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .mxl\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .mxl\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .mxl\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .mxl\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .mxl\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .mxl\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .mxl\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .mxl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .mxl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mxl\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .mxl\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .mxl\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .mxl\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .mxl\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .mxl\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .mxl\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .mxl\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .mxl\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .mxl\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .mxl\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .mxl\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .mxl\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .mxl\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .mxl\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .mxl\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .mxl\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .mxl\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .mxl\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .mxl\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .mxl\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .mxl\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .mxl\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .mxl\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .mxl\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .mxl\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .mxl\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .mxl\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .mxl\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .mxl\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .mxl\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .mxl\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .mxl\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .mxl\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .mxl\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .mxl\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .mxl\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .mxl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .mxl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .mxl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .mxl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .mxl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .mxl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .mxl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .mxl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .mxl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .mxl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .mxl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .mxl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .mxl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .mxl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .mxl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .mxl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mxl\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .mxl\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .mxl\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .mxl\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .mxl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .mxl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .mxl\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .mxl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .mxl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .mxl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .mxl\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .mxl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .mxl\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .mxl\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .mxl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .mxl\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .mxl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .mxl\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .mxl\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .mxl\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .mxl\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .mxl\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .mxl\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .mxl\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .mxl\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .mxl\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .mxl\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .mxl\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .mxl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .mxl\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .mxl\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .mxl\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .mxl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .mxl\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .mxl\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .mxl\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .mxl\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .mxl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .mxl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mxl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .mxl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .mxl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .mxl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .mxl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .mxl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .mxl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .mxl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .mxl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .mxl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .mxl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .mxl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .mxl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .mxl\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .mxl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .mxl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .mxl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .mxl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .mxl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .mxl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .mxl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .mxl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .mxl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .mxl\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .mxl\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .mxl\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .mxl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .mxl\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .mxl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .mxl\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .mxl\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .mxl\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .mxl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .mxl\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .mxl\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .mxl\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .mxl\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .mxl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .mxl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .mxl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .mxl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .mxl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .mxl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .mxl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .mxl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .mxl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .mxl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .mxl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .mxl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .mxl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .mxl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .mxl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .mxl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mxl\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .mxl\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .mxl\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .mxl\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .mxl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .mxl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .mxl\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .mxl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .mxl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .mxl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .mxl\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .mxl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .mxl\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .mxl\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .mxl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .mxl\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .mxl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .mxl\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .mxl\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .mxl\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .mxl\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .mxl\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .mxl\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .mxl\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .mxl\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .mxl\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .mxl\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .mxl\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .mxl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .mxl\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .mxl\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .mxl\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .mxl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .mxl\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .mxl\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .mxl\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .mxl\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .mxl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .mxl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mxl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .mxl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .mxl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .mxl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .mxl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .mxl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .mxl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .mxl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .mxl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .mxl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .mxl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .mxl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .mxl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .mxl\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .mxl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .mxl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .mxl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .mxl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .mxl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .mxl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .mxl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .mxl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .mxl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .mxl\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .mxl\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .mxl\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .mxl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .mxl\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .mxl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .mxl\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .mxl\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .mxl\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .mxl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .mxl\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .mxl\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .mxl\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .mxl\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .mxl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .mxl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .mxl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .mxl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .mxl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .mxl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .mxl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .mxl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .mxl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .mxl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .mxl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .mxl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .mxl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .mxl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .mxl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .mxl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mxl\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .mxl\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .mxl\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .mxl\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .mxl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .mxl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .mxl\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .mxl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .mxl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .mxl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .mxl\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .mxl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .mxl\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .mxl\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .mxl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .mxl\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .mxl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .mxl\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .mxl\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .mxl\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .mxl\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .mxl\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .mxl\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .mxl\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .mxl\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .mxl\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .mxl\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .mxl\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .mxl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .mxl\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .mxl\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .mxl\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .mxl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .mxl\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .mxl\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .mxl\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .mxl\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .mxl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .mxl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mxl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .mxl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .mxl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .mxl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .mxl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .mxl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .mxl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .mxl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .mxl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .mxl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .mxl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .mxl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .mxl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .mxl\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .mxl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .mxl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .mxl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .mxl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .mxl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .mxl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .mxl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .mxl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .mxl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .mxl\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .mxl\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .mxl\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .mxl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .mxl\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .mxl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .mxl\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .mxl\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .mxl\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .mxl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .mxl\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .mxl\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .mxl\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .mxl\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .mxl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .mxl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .mxl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .mxl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .mxl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .mxl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .mxl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .mxl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .mxl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .mxl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .mxl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .mxl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .mxl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .mxl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .mxl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .mxl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mxl\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .mxl\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .mxl\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .mxl\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .mxl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .mxl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .mxl\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .mxl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .mxl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .mxl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .mxl\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .mxl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .mxl\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .mxl\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .mxl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .mxl\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .mxl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .mxl\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .mxl\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .mxl\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .mxl\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .mxl\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .mxl\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .mxl\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .mxl\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .mxl\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .mxl\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .mxl\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .mxl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .mxl\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .mxl\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .mxl\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .mxl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .mxl\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .mxl\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .mxl\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .mxl\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .mxl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .mxl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mxl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .mxl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .mxl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .mxl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .mxl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .mxl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .mxl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .mxl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .mxl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .mxl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .mxl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .mxl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .mxl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .mxl\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .mxl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .mxl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .mxl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .mxl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .mxl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .mxl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .mxl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .mxl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .mxl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .mxl\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .mxl\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .mxl\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .mxl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .mxl\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .mxl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .mxl\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .mxl\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .mxl\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .mxl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .mxl\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .mxl\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .mxl\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .mxl\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .mxl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .mxl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .mxl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .mxl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .mxl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .mxl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .mxl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .mxl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .mxl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .mxl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .mxl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .mxl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .mxl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .mxl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .mxl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .mxl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .mxl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .mxl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .mxl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .mxl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .mxl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .mxl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .mxl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .mxl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .mxl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .mxl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .mxl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .mxl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .mxl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .mxl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .mxl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .mxl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .mxl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .mxl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .mxl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .mxl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .mxl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .mxl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .mxl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .mxl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .mxl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .mxl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .mxl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .mxl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .mxl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .mxl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .mxl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .mxl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .mxl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .mxl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .mxl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .mxl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .mxl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .mxl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .mxl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .mxl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .mxl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .mxl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .mxl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .mxl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .mxl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .mxl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .mxl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .mxl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .mxl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .mxl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .mxl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .mxl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .mxl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .mxl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .mxl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .mxl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .mxl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .mxl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .mxl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .mxl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .mxl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .mxl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .mxl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .mxl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .mxl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .mxl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .mxl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .mxl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .mxl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .mxl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .mxl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .mxl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .mxl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .mxl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .mxl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .mxl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .mxl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .mxl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .mxl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .mxl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .mxl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .mxl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .mxl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .mxl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .mxl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .mxl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .mxl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .mxl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .mxl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .mxl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .mxl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .mxl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .mxl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .mxl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .mxl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .mxl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .mxl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .mxl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .mxl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .mxl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .mxl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .mxl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .mxl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .mxl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .mxl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .mxl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .mxl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .mxl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .mxl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .mxl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .mxl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .mxl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .mxl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .mxl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .mxl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .mxl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .mxl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .mxl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .mxl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .mxl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .mxl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .mxl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .mxl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .mxl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .mxl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .mxl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .mxl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .mxl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .mxl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .mxl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .mxl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .mxl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .mxl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .mxl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .mxl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .mxl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .mxl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .mxl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .mxl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .mxl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .mxl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .mxl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .mxl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .mxl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .mxl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .mxl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .mxl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .mxl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .mxl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .mxl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .mxl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .mxl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .mxl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .mxl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .mxl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .mxl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .mxl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .mxl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .mxl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .mxl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .mxl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .mxl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .mxl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .mxl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .mxl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .mxl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .mxl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .mxl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .mxl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .mxl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .mxl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .mxl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .mxl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .mxl\:cursor-auto {
    cursor: auto !important;
  }

  .mxl\:cursor-default {
    cursor: default !important;
  }

  .mxl\:cursor-pointer {
    cursor: pointer !important;
  }

  .mxl\:cursor-wait {
    cursor: wait !important;
  }

  .mxl\:cursor-text {
    cursor: text !important;
  }

  .mxl\:cursor-move {
    cursor: move !important;
  }

  .mxl\:cursor-help {
    cursor: help !important;
  }

  .mxl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .mxl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mxl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mxl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .mxl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .mxl\:resize-none {
    resize: none !important;
  }

  .mxl\:resize-y {
    resize: vertical !important;
  }

  .mxl\:resize-x {
    resize: horizontal !important;
  }

  .mxl\:resize {
    resize: both !important;
  }

  .mxl\:list-inside {
    list-style-position: inside !important;
  }

  .mxl\:list-outside {
    list-style-position: outside !important;
  }

  .mxl\:list-none {
    list-style-type: none !important;
  }

  .mxl\:list-disc {
    list-style-type: disc !important;
  }

  .mxl\:list-decimal {
    list-style-type: decimal !important;
  }

  .mxl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mxl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .mxl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .mxl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .mxl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .mxl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .mxl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .mxl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .mxl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .mxl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .mxl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .mxl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .mxl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .mxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .mxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mxl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .mxl\:flex-row {
    flex-direction: row !important;
  }

  .mxl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mxl\:flex-col {
    flex-direction: column !important;
  }

  .mxl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .mxl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .mxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mxl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mxl\:place-content-center {
    place-content: center !important;
  }

  .mxl\:place-content-start {
    place-content: start !important;
  }

  .mxl\:place-content-end {
    place-content: end !important;
  }

  .mxl\:place-content-between {
    place-content: space-between !important;
  }

  .mxl\:place-content-around {
    place-content: space-around !important;
  }

  .mxl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .mxl\:place-content-stretch {
    place-content: stretch !important;
  }

  .mxl\:place-items-start {
    place-items: start !important;
  }

  .mxl\:place-items-end {
    place-items: end !important;
  }

  .mxl\:place-items-center {
    place-items: center !important;
  }

  .mxl\:place-items-stretch {
    place-items: stretch !important;
  }

  .mxl\:content-center {
    align-content: center !important;
  }

  .mxl\:content-start {
    align-content: flex-start !important;
  }

  .mxl\:content-end {
    align-content: flex-end !important;
  }

  .mxl\:content-between {
    align-content: space-between !important;
  }

  .mxl\:content-around {
    align-content: space-around !important;
  }

  .mxl\:content-evenly {
    align-content: space-evenly !important;
  }

  .mxl\:items-start {
    align-items: flex-start !important;
  }

  .mxl\:items-end {
    align-items: flex-end !important;
  }

  .mxl\:items-center {
    align-items: center !important;
  }

  .mxl\:items-baseline {
    align-items: baseline !important;
  }

  .mxl\:items-stretch {
    align-items: stretch !important;
  }

  .mxl\:justify-start {
    justify-content: flex-start !important;
  }

  .mxl\:justify-end {
    justify-content: flex-end !important;
  }

  .mxl\:justify-center {
    justify-content: center !important;
  }

  .mxl\:justify-between {
    justify-content: space-between !important;
  }

  .mxl\:justify-around {
    justify-content: space-around !important;
  }

  .mxl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .mxl\:justify-items-start {
    justify-items: start !important;
  }

  .mxl\:justify-items-end {
    justify-items: end !important;
  }

  .mxl\:justify-items-center {
    justify-items: center !important;
  }

  .mxl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .mxl\:gap-0 {
    gap: 0px !important;
  }

  .mxl\:gap-1 {
    gap: 0.25rem !important;
  }

  .mxl\:gap-2 {
    gap: 0.5rem !important;
  }

  .mxl\:gap-3 {
    gap: 0.75rem !important;
  }

  .mxl\:gap-4 {
    gap: 1rem !important;
  }

  .mxl\:gap-5 {
    gap: 1.25rem !important;
  }

  .mxl\:gap-6 {
    gap: 1.5rem !important;
  }

  .mxl\:gap-7 {
    gap: 1.75rem !important;
  }

  .mxl\:gap-8 {
    gap: 2rem !important;
  }

  .mxl\:gap-9 {
    gap: 2.25rem !important;
  }

  .mxl\:gap-10 {
    gap: 2.5rem !important;
  }

  .mxl\:gap-11 {
    gap: 2.75rem !important;
  }

  .mxl\:gap-12 {
    gap: 3rem !important;
  }

  .mxl\:gap-13 {
    gap: 3.375rem !important;
  }

  .mxl\:gap-14 {
    gap: 3.5rem !important;
  }

  .mxl\:gap-16 {
    gap: 4rem !important;
  }

  .mxl\:gap-20 {
    gap: 5rem !important;
  }

  .mxl\:gap-24 {
    gap: 6rem !important;
  }

  .mxl\:gap-28 {
    gap: 7rem !important;
  }

  .mxl\:gap-32 {
    gap: 8rem !important;
  }

  .mxl\:gap-36 {
    gap: 9rem !important;
  }

  .mxl\:gap-40 {
    gap: 10rem !important;
  }

  .mxl\:gap-44 {
    gap: 11rem !important;
  }

  .mxl\:gap-48 {
    gap: 12rem !important;
  }

  .mxl\:gap-52 {
    gap: 13rem !important;
  }

  .mxl\:gap-56 {
    gap: 14rem !important;
  }

  .mxl\:gap-60 {
    gap: 15rem !important;
  }

  .mxl\:gap-64 {
    gap: 16rem !important;
  }

  .mxl\:gap-72 {
    gap: 18rem !important;
  }

  .mxl\:gap-80 {
    gap: 20rem !important;
  }

  .mxl\:gap-96 {
    gap: 24rem !important;
  }

  .mxl\:gap-x-0 {
    gap: 0px !important;
  }

  .mxl\:gap-y-0 {
    gap: 0px !important;
  }

  .mxl\:gap-px {
    gap: 1px !important;
  }

  .mxl\:gap-x-px\\ {
    gap: 1px !important;
  }

  .mxl\:gap-y-px\\ {
    gap: 1px !important;
  }

  .mxl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .mxl\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .mxl\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .mxl\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .mxl\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .mxl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .mxl\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .mxl\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .mxl\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .mxl\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .mxl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .mxl\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .mxl\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .mxl\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .mxl\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .mxl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .mxl\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .mxl\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .mxl\:gap-x-4 {
    gap: 1rem !important;
  }

  .mxl\:gap-y-4 {
    gap: 1rem !important;
  }

  .mxl\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .mxl\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .mxl\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .mxl\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .mxl\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .mxl\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .mxl\:gap-x-8 {
    gap: 2rem !important;
  }

  .mxl\:gap-y-8 {
    gap: 2rem !important;
  }

  .mxl\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .mxl\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .mxl\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .mxl\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .mxl\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .mxl\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .mxl\:gap-x-12 {
    gap: 3rem !important;
  }

  .mxl\:gap-y-12 {
    gap: 3rem !important;
  }

  .mxl\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .mxl\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .mxl\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .mxl\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .mxl\:gap-x-16 {
    gap: 4rem !important;
  }

  .mxl\:gap-y-16 {
    gap: 4rem !important;
  }

  .mxl\:gap-x-20 {
    gap: 5rem !important;
  }

  .mxl\:gap-y-20 {
    gap: 5rem !important;
  }

  .mxl\:gap-x-24 {
    gap: 6rem !important;
  }

  .mxl\:gap-y-24 {
    gap: 6rem !important;
  }

  .mxl\:gap-x-28 {
    gap: 7rem !important;
  }

  .mxl\:gap-y-28 {
    gap: 7rem !important;
  }

  .mxl\:gap-x-32 {
    gap: 8rem !important;
  }

  .mxl\:gap-y-32 {
    gap: 8rem !important;
  }

  .mxl\:gap-x-36 {
    gap: 9rem !important;
  }

  .mxl\:gap-y-36 {
    gap: 9rem !important;
  }

  .mxl\:gap-x-40 {
    gap: 10rem !important;
  }

  .mxl\:gap-y-40 {
    gap: 10rem !important;
  }

  .mxl\:gap-x-44 {
    gap: 11rem !important;
  }

  .mxl\:gap-y-44 {
    gap: 11rem !important;
  }

  .mxl\:gap-x-48 {
    gap: 12rem !important;
  }

  .mxl\:gap-y-48 {
    gap: 12rem !important;
  }

  .mxl\:gap-x-52 {
    gap: 13rem !important;
  }

  .mxl\:gap-y-52 {
    gap: 13rem !important;
  }

  .mxl\:gap-x-56 {
    gap: 14rem !important;
  }

  .mxl\:gap-y-56 {
    gap: 14rem !important;
  }

  .mxl\:gap-x-60 {
    gap: 15rem !important;
  }

  .mxl\:gap-y-60 {
    gap: 15rem !important;
  }

  .mxl\:gap-x-64 {
    gap: 16rem !important;
  }

  .mxl\:gap-y-64 {
    gap: 16rem !important;
  }

  .mxl\:gap-x-72 {
    gap: 18rem !important;
  }

  .mxl\:gap-y-72 {
    gap: 18rem !important;
  }

  .mxl\:gap-x-80 {
    gap: 20rem !important;
  }

  .mxl\:gap-y-80 {
    gap: 20rem !important;
  }

  .mxl\:gap-x-96 {
    gap: 24rem !important;
  }

  .mxl\:gap-y-96 {
    gap: 24rem !important;
  }

  .mxl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxl\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxl\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxl\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxl\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxl\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxl\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxl\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxl\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxl\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxl\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxl\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxl\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxl\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxl\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxl\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxl\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxl\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxl\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxl\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxl\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxl\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxl\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxl\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxl\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxl\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxl\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxl\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxl\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxl\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxl\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxl\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxl\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxl\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxl\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxl\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxl\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxl\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxl\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxl\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxl\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxl\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxl\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxl\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxl\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxl\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxl\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxl\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxl\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxl\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxl\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxl\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxl\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxl\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxl\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxl\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxl\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxl\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxl\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxl\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxl\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxl\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxl\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxl\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxl\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxl\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxl\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxl\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxl\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxl\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxl\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxl\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxl\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxl\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .mxl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .mxl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .mxl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .mxl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .mxl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .mxl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .mxl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .mxl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .mxl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .mxl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .mxl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .mxl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .mxl\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .mxl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .mxl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .mxl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .mxl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .mxl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .mxl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .mxl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .mxl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .mxl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .mxl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .mxl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .mxl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .mxl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .mxl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .mxl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .mxl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .mxl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .mxl\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .mxl\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .mxl\:gap-y-px {
    row-gap: 1px !important;
  }

  .mxl\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .mxl\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .mxl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxl\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxl\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxl\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .mxl\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .mxl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxl\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxl\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxl\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .mxl\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .mxl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxl\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxl\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxl\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .mxl\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .mxl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxl\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxl\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxl\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .mxl\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .mxl\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .mxl\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .mxl\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .mxl\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .mxl\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .mxl\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .mxl\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .mxl\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .mxl\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .mxl\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .mxl\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .mxl\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .mxl\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .mxl\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .mxl\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .mxl\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .mxl\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .mxl\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .mxl\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .mxl\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .mxl\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .mxl\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .mxl\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .mxl\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .mxl\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .mxl\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .mxl\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .mxl\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .mxl\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .mxl\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .mxl\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .mxl\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .mxl\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .mxl\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .mxl\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .mxl\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .mxl\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .mxl\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .mxl\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .mxl\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .mxl\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .mxl\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .mxl\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .mxl\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .mxl\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .mxl\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .mxl\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .mxl\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .mxl\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .mxl\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .mxl\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .mxl\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .mxl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .mxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .mxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .mxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .mxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .mxl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .mxl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .mxl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .mxl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .mxl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .mxl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .mxl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .mxl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .mxl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .mxl\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .mxl\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .mxl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .mxl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .mxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .mxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .mxl\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .mxl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .mxl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .mxl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .mxl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .mxl\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .mxl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .mxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .mxl\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mxl\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .mxl\:place-self-auto {
    place-self: auto !important;
  }

  .mxl\:place-self-start {
    place-self: start !important;
  }

  .mxl\:place-self-end {
    place-self: end !important;
  }

  .mxl\:place-self-center {
    place-self: center !important;
  }

  .mxl\:place-self-stretch {
    place-self: stretch !important;
  }

  .mxl\:self-auto {
    align-self: auto !important;
  }

  .mxl\:self-start {
    align-self: flex-start !important;
  }

  .mxl\:self-end {
    align-self: flex-end !important;
  }

  .mxl\:self-center {
    align-self: center !important;
  }

  .mxl\:self-stretch {
    align-self: stretch !important;
  }

  .mxl\:self-baseline {
    align-self: baseline !important;
  }

  .mxl\:justify-self-auto {
    justify-self: auto !important;
  }

  .mxl\:justify-self-start {
    justify-self: start !important;
  }

  .mxl\:justify-self-end {
    justify-self: end !important;
  }

  .mxl\:justify-self-center {
    justify-self: center !important;
  }

  .mxl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .mxl\:overflow-auto {
    overflow: auto !important;
  }

  .mxl\:overflow-hidden {
    overflow: hidden !important;
  }

  .mxl\:overflow-visible {
    overflow: visible !important;
  }

  .mxl\:overflow-scroll {
    overflow: scroll !important;
  }

  .mxl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .mxl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mxl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .mxl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .mxl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .mxl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .mxl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .mxl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .mxl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .mxl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .mxl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .mxl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .mxl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .mxl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .mxl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .mxl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .mxl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .mxl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mxl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .mxl\:overflow-clip {
    text-overflow: clip !important;
  }

  .mxl\:whitespace-normal {
    white-space: normal !important;
  }

  .mxl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .mxl\:whitespace-pre {
    white-space: pre !important;
  }

  .mxl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .mxl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .mxl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mxl\:break-words {
    overflow-wrap: break-word !important;
  }

  .mxl\:break-all {
    word-break: break-all !important;
  }

  .mxl\:rounded-4 {
    border-radius: 4px !important;
  }

  .mxl\:rounded-6 {
    border-radius: 6px !important;
  }

  .mxl\:rounded-50 {
    border-radius: 50% !important;
  }

  .mxl\:rounded-100 {
    border-radius: 100px !important;
  }

  .mxl\:rounded-200 {
    border-radius: 200px !important;
  }

  .mxl\:rounded-none {
    border-radius: 0px !important;
  }

  .mxl\:rounded-br8 {
    border-radius: 8px !important;
  }

  .mxl\:rounded-br6 {
    border-radius: 6px !important;
  }

  .mxl\:rounded-br30 {
    border-radius: 30px !important;
  }

  .mxl\:rounded-br32 {
    border-radius: 32px !important;
  }

  .mxl\:rounded-br50 {
    border-radius: 50px !important;
  }

  .mxl\:rounded-br90 {
    border-radius: 90px !important;
  }

  .mxl\:rounded-full {
    border-radius: 9999px !important;
  }

  .mxl\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .mxl\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mxl\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .mxl\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .mxl\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .mxl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .mxl\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .mxl\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mxl\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .mxl\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .mxl\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .mxl\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .mxl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mxl\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .mxl\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mxl\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .mxl\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .mxl\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .mxl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .mxl\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .mxl\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mxl\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .mxl\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .mxl\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .mxl\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .mxl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mxl\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mxl\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mxl\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mxl\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mxl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mxl\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mxl\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mxl\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mxl\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mxl\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mxl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mxl\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mxl\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mxl\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mxl\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mxl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mxl\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mxl\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mxl\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mxl\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mxl\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mxl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mxl\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .mxl\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .mxl\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .mxl\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .mxl\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .mxl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .mxl\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .mxl\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .mxl\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .mxl\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .mxl\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .mxl\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .mxl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .mxl\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .mxl\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .mxl\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .mxl\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .mxl\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .mxl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .mxl\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .mxl\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .mxl\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .mxl\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .mxl\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .mxl\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .mxl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .mxl\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .mxl\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .mxl\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .mxl\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .mxl\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .mxl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .mxl\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .mxl\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .mxl\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .mxl\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .mxl\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .mxl\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .mxl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .mxl\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .mxl\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .mxl\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .mxl\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .mxl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .mxl\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .mxl\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .mxl\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .mxl\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .mxl\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .mxl\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .mxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .mxl\:border-0 {
    border-width: 0px !important;
  }

  .mxl\:border-1 {
    border-width: 1px !important;
  }

  .mxl\:border-2 {
    border-width: 2px !important;
  }

  .mxl\:border-3 {
    border-width: 3px !important;
  }

  .mxl\:border-4 {
    border-width: 4px !important;
  }

  .mxl\:border-8 {
    border-width: 8px !important;
  }

  .mxl\:border {
    border-width: 1px !important;
  }

  .mxl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .mxl\:border-t-1 {
    border-top-width: 1px !important;
  }

  .mxl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .mxl\:border-t-3 {
    border-top-width: 3px !important;
  }

  .mxl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .mxl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .mxl\:border-t {
    border-top-width: 1px !important;
  }

  .mxl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .mxl\:border-r-1 {
    border-right-width: 1px !important;
  }

  .mxl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .mxl\:border-r-3 {
    border-right-width: 3px !important;
  }

  .mxl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .mxl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .mxl\:border-r {
    border-right-width: 1px !important;
  }

  .mxl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .mxl\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .mxl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .mxl\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .mxl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .mxl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .mxl\:border-b {
    border-bottom-width: 1px !important;
  }

  .mxl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .mxl\:border-l-1 {
    border-left-width: 1px !important;
  }

  .mxl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .mxl\:border-l-3 {
    border-left-width: 3px !important;
  }

  .mxl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .mxl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .mxl\:border-l {
    border-left-width: 1px !important;
  }

  .mxl\:border-solid {
    border-style: solid !important;
  }

  .mxl\:border-dashed {
    border-style: dashed !important;
  }

  .mxl\:border-dotted {
    border-style: dotted !important;
  }

  .mxl\:border-double {
    border-style: double !important;
  }

  .mxl\:border-none {
    border-style: none !important;
  }

  .mxl\:border-transparent {
    border-color: transparent !important;
  }

  .mxl\:border-current {
    border-color: currentColor !important;
  }

  .mxl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .mxl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .mxl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .mxl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .mxl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .mxl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .mxl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .mxl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .mxl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxl\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .mxl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .mxl\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .mxl\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .mxl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .mxl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .mxl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .mxl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .mxl\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .mxl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .mxl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .mxl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .mxl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .mxl\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .mxl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .mxl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .mxl\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .mxl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .mxl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .mxl\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .mxl\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .mxl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .mxl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .mxl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .mxl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .mxl\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .mxl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .mxl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .mxl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .mxl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .mxl\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .mxl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .mxl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .mxl\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .mxl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .mxl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .mxl\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .mxl\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .mxl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .mxl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .mxl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .mxl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .mxl\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .mxl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .mxl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .mxl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .mxl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .mxl\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .mxl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .mxl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .mxl\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .mxl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .mxl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .mxl\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .mxl\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .mxl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .mxl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .mxl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .mxl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .mxl\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .mxl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .mxl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mxl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .mxl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .mxl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .mxl\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .mxl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .mxl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .mxl\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mxl\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .mxl\:bg-transparent {
    background-color: transparent !important;
  }

  .mxl\:bg-current {
    background-color: currentColor !important;
  }

  .mxl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .mxl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .mxl\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .mxl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .mxl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .mxl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .mxl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxl\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .mxl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .mxl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxl\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .mxl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxl\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxl\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxl\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxl\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .mxl\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .mxl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxl\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxl\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxl\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxl\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .mxl\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .mxl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxl\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxl\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxl\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxl\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .mxl\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .mxl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxl\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxl\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxl\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxl\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .mxl\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxl\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxl\:bg-none {
    background-image: none !important;
  }

  .mxl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .mxl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .mxl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxl\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxl\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxl\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxl\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxl\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxl\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxl\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxl\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxl\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxl\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxl\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxl\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxl\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxl\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxl\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxl\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .mxl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .mxl\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .mxl\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .mxl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .mxl\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .mxl\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxl\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .mxl\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .mxl\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxl\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxl\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .mxl\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxl\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxl\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .mxl\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxl\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxl\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxl\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxl\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxl\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .mxl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .mxl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .mxl\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .mxl\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .mxl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .mxl\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .mxl\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxl\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .mxl\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .mxl\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxl\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxl\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .mxl\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxl\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxl\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .mxl\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxl\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxl\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxl\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxl\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxl\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .mxl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .mxl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .mxl\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .mxl\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .mxl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .mxl\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .mxl\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxl\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .mxl\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .mxl\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxl\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxl\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .mxl\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxl\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxl\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .mxl\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxl\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxl\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxl\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxl\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxl\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .mxl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .mxl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .mxl\:bg-auto {
    background-size: auto !important;
  }

  .mxl\:bg-cover {
    background-size: cover !important;
  }

  .mxl\:bg-contain {
    background-size: contain !important;
  }

  .mxl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .mxl\:bg-local {
    background-attachment: local !important;
  }

  .mxl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .mxl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .mxl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .mxl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .mxl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .mxl\:bg-bottom {
    background-position: bottom !important;
  }

  .mxl\:bg-center {
    background-position: center !important;
  }

  .mxl\:bg-left {
    background-position: left !important;
  }

  .mxl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .mxl\:bg-left-top {
    background-position: left top !important;
  }

  .mxl\:bg-right {
    background-position: right !important;
  }

  .mxl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .mxl\:bg-right-top {
    background-position: right top !important;
  }

  .mxl\:bg-top {
    background-position: top !important;
  }

  .mxl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .mxl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .mxl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .mxl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .mxl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .mxl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .mxl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .mxl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .mxl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .mxl\:fill-current {
    fill: currentColor !important;
  }

  .mxl\:stroke-current {
    stroke: currentColor !important;
  }

  .mxl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .mxl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .mxl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .mxl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mxl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mxl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mxl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mxl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mxl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mxl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mxl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mxl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mxl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mxl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mxl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mxl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mxl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mxl\:p-0 {
    padding: 0px !important;
  }

  .mxl\:p-2 {
    padding: 2px !important;
  }

  .mxl\:p-3 {
    padding: 3px !important;
  }

  .mxl\:p-4 {
    padding: 4px !important;
  }

  .mxl\:p-6 {
    padding: 6px !important;
  }

  .mxl\:p-8 {
    padding: 8px !important;
  }

  .mxl\:p-10 {
    padding: 10px !important;
  }

  .mxl\:p-12 {
    padding: 12px !important;
  }

  .mxl\:p-14 {
    padding: 14px !important;
  }

  .mxl\:p-16 {
    padding: 16px !important;
  }

  .mxl\:p-20 {
    padding: 20px !important;
  }

  .mxl\:p-22 {
    padding: 22px !important;
  }

  .mxl\:p-24 {
    padding: 24px !important;
  }

  .mxl\:p-25 {
    padding: 25px !important;
  }

  .mxl\:p-27 {
    padding: 27px !important;
  }

  .mxl\:p-30 {
    padding: 30px !important;
  }

  .mxl\:p-36 {
    padding: 36px !important;
  }

  .mxl\:p-40 {
    padding: 40px !important;
  }

  .mxl\:p-42 {
    padding: 42px !important;
  }

  .mxl\:p-44 {
    padding: 44px !important;
  }

  .mxl\:p-48 {
    padding: 48px !important;
  }

  .mxl\:p-52 {
    padding: 52px !important;
  }

  .mxl\:p-64 {
    padding: 64px !important;
  }

  .mxl\:p-72 {
    padding: 72px !important;
  }

  .mxl\:p-74 {
    padding: 74px !important;
  }

  .mxl\:p-77 {
    padding: 77px !important;
  }

  .mxl\:p-84 {
    padding: 84px !important;
  }

  .mxl\:p-96 {
    padding: 96px !important;
  }

  .mxl\:p-98 {
    padding: 98px !important;
  }

  .mxl\:p-100 {
    padding: 100px !important;
  }

  .mxl\:p-105 {
    padding: 105px !important;
  }

  .mxl\:p-114 {
    padding: 114px !important;
  }

  .mxl\:p-115 {
    padding: 115px !important;
  }

  .mxl\:p-120 {
    padding: 120px !important;
  }

  .mxl\:p-128 {
    padding: 128px !important;
  }

  .mxl\:p-156 {
    padding: 156px !important;
  }

  .mxl\:p-200 {
    padding: 200px !important;
  }

  .mxl\:p-256 {
    padding: 256px !important;
  }

  .mxl\:p-px {
    padding: 1px !important;
  }

  .mxl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mxl\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .mxl\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .mxl\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .mxl\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .mxl\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .mxl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mxl\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .mxl\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mxl\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mxl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mxl\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mxl\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .mxl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mxl\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .mxl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mxl\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .mxl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mxl\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .mxl\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .mxl\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .mxl\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .mxl\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .mxl\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .mxl\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .mxl\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .mxl\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .mxl\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .mxl\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .mxl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .mxl\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .mxl\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .mxl\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .mxl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .mxl\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .mxl\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .mxl\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .mxl\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .mxl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mxl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mxl\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .mxl\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .mxl\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .mxl\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .mxl\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .mxl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mxl\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .mxl\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .mxl\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .mxl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .mxl\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .mxl\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .mxl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .mxl\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .mxl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mxl\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .mxl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mxl\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .mxl\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .mxl\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .mxl\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .mxl\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .mxl\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .mxl\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .mxl\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .mxl\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .mxl\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .mxl\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .mxl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .mxl\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .mxl\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .mxl\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .mxl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .mxl\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .mxl\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .mxl\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .mxl\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .mxl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mxl\:pt-0 {
    padding-top: 0px !important;
  }

  .mxl\:pt-2 {
    padding-top: 2px !important;
  }

  .mxl\:pt-3 {
    padding-top: 3px !important;
  }

  .mxl\:pt-4 {
    padding-top: 4px !important;
  }

  .mxl\:pt-6 {
    padding-top: 6px !important;
  }

  .mxl\:pt-8 {
    padding-top: 8px !important;
  }

  .mxl\:pt-10 {
    padding-top: 10px !important;
  }

  .mxl\:pt-12 {
    padding-top: 12px !important;
  }

  .mxl\:pt-14 {
    padding-top: 14px !important;
  }

  .mxl\:pt-16 {
    padding-top: 16px !important;
  }

  .mxl\:pt-20 {
    padding-top: 20px !important;
  }

  .mxl\:pt-22 {
    padding-top: 22px !important;
  }

  .mxl\:pt-24 {
    padding-top: 24px !important;
  }

  .mxl\:pt-25 {
    padding-top: 25px !important;
  }

  .mxl\:pt-27 {
    padding-top: 27px !important;
  }

  .mxl\:pt-30 {
    padding-top: 30px !important;
  }

  .mxl\:pt-36 {
    padding-top: 36px !important;
  }

  .mxl\:pt-40 {
    padding-top: 40px !important;
  }

  .mxl\:pt-42 {
    padding-top: 42px !important;
  }

  .mxl\:pt-44 {
    padding-top: 44px !important;
  }

  .mxl\:pt-48 {
    padding-top: 48px !important;
  }

  .mxl\:pt-52 {
    padding-top: 52px !important;
  }

  .mxl\:pt-64 {
    padding-top: 64px !important;
  }

  .mxl\:pt-72 {
    padding-top: 72px !important;
  }

  .mxl\:pt-74 {
    padding-top: 74px !important;
  }

  .mxl\:pt-77 {
    padding-top: 77px !important;
  }

  .mxl\:pt-84 {
    padding-top: 84px !important;
  }

  .mxl\:pt-96 {
    padding-top: 96px !important;
  }

  .mxl\:pt-98 {
    padding-top: 98px !important;
  }

  .mxl\:pt-100 {
    padding-top: 100px !important;
  }

  .mxl\:pt-105 {
    padding-top: 105px !important;
  }

  .mxl\:pt-114 {
    padding-top: 114px !important;
  }

  .mxl\:pt-115 {
    padding-top: 115px !important;
  }

  .mxl\:pt-120 {
    padding-top: 120px !important;
  }

  .mxl\:pt-128 {
    padding-top: 128px !important;
  }

  .mxl\:pt-156 {
    padding-top: 156px !important;
  }

  .mxl\:pt-200 {
    padding-top: 200px !important;
  }

  .mxl\:pt-256 {
    padding-top: 256px !important;
  }

  .mxl\:pt-px {
    padding-top: 1px !important;
  }

  .mxl\:pr-0 {
    padding-right: 0px !important;
  }

  .mxl\:pr-2 {
    padding-right: 2px !important;
  }

  .mxl\:pr-3 {
    padding-right: 3px !important;
  }

  .mxl\:pr-4 {
    padding-right: 4px !important;
  }

  .mxl\:pr-6 {
    padding-right: 6px !important;
  }

  .mxl\:pr-8 {
    padding-right: 8px !important;
  }

  .mxl\:pr-10 {
    padding-right: 10px !important;
  }

  .mxl\:pr-12 {
    padding-right: 12px !important;
  }

  .mxl\:pr-14 {
    padding-right: 14px !important;
  }

  .mxl\:pr-16 {
    padding-right: 16px !important;
  }

  .mxl\:pr-20 {
    padding-right: 20px !important;
  }

  .mxl\:pr-22 {
    padding-right: 22px !important;
  }

  .mxl\:pr-24 {
    padding-right: 24px !important;
  }

  .mxl\:pr-25 {
    padding-right: 25px !important;
  }

  .mxl\:pr-27 {
    padding-right: 27px !important;
  }

  .mxl\:pr-30 {
    padding-right: 30px !important;
  }

  .mxl\:pr-36 {
    padding-right: 36px !important;
  }

  .mxl\:pr-40 {
    padding-right: 40px !important;
  }

  .mxl\:pr-42 {
    padding-right: 42px !important;
  }

  .mxl\:pr-44 {
    padding-right: 44px !important;
  }

  .mxl\:pr-48 {
    padding-right: 48px !important;
  }

  .mxl\:pr-52 {
    padding-right: 52px !important;
  }

  .mxl\:pr-64 {
    padding-right: 64px !important;
  }

  .mxl\:pr-72 {
    padding-right: 72px !important;
  }

  .mxl\:pr-74 {
    padding-right: 74px !important;
  }

  .mxl\:pr-77 {
    padding-right: 77px !important;
  }

  .mxl\:pr-84 {
    padding-right: 84px !important;
  }

  .mxl\:pr-96 {
    padding-right: 96px !important;
  }

  .mxl\:pr-98 {
    padding-right: 98px !important;
  }

  .mxl\:pr-100 {
    padding-right: 100px !important;
  }

  .mxl\:pr-105 {
    padding-right: 105px !important;
  }

  .mxl\:pr-114 {
    padding-right: 114px !important;
  }

  .mxl\:pr-115 {
    padding-right: 115px !important;
  }

  .mxl\:pr-120 {
    padding-right: 120px !important;
  }

  .mxl\:pr-128 {
    padding-right: 128px !important;
  }

  .mxl\:pr-156 {
    padding-right: 156px !important;
  }

  .mxl\:pr-200 {
    padding-right: 200px !important;
  }

  .mxl\:pr-256 {
    padding-right: 256px !important;
  }

  .mxl\:pr-px {
    padding-right: 1px !important;
  }

  .mxl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .mxl\:pb-2 {
    padding-bottom: 2px !important;
  }

  .mxl\:pb-3 {
    padding-bottom: 3px !important;
  }

  .mxl\:pb-4 {
    padding-bottom: 4px !important;
  }

  .mxl\:pb-6 {
    padding-bottom: 6px !important;
  }

  .mxl\:pb-8 {
    padding-bottom: 8px !important;
  }

  .mxl\:pb-10 {
    padding-bottom: 10px !important;
  }

  .mxl\:pb-12 {
    padding-bottom: 12px !important;
  }

  .mxl\:pb-14 {
    padding-bottom: 14px !important;
  }

  .mxl\:pb-16 {
    padding-bottom: 16px !important;
  }

  .mxl\:pb-20 {
    padding-bottom: 20px !important;
  }

  .mxl\:pb-22 {
    padding-bottom: 22px !important;
  }

  .mxl\:pb-24 {
    padding-bottom: 24px !important;
  }

  .mxl\:pb-25 {
    padding-bottom: 25px !important;
  }

  .mxl\:pb-27 {
    padding-bottom: 27px !important;
  }

  .mxl\:pb-30 {
    padding-bottom: 30px !important;
  }

  .mxl\:pb-36 {
    padding-bottom: 36px !important;
  }

  .mxl\:pb-40 {
    padding-bottom: 40px !important;
  }

  .mxl\:pb-42 {
    padding-bottom: 42px !important;
  }

  .mxl\:pb-44 {
    padding-bottom: 44px !important;
  }

  .mxl\:pb-48 {
    padding-bottom: 48px !important;
  }

  .mxl\:pb-52 {
    padding-bottom: 52px !important;
  }

  .mxl\:pb-64 {
    padding-bottom: 64px !important;
  }

  .mxl\:pb-72 {
    padding-bottom: 72px !important;
  }

  .mxl\:pb-74 {
    padding-bottom: 74px !important;
  }

  .mxl\:pb-77 {
    padding-bottom: 77px !important;
  }

  .mxl\:pb-84 {
    padding-bottom: 84px !important;
  }

  .mxl\:pb-96 {
    padding-bottom: 96px !important;
  }

  .mxl\:pb-98 {
    padding-bottom: 98px !important;
  }

  .mxl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .mxl\:pb-105 {
    padding-bottom: 105px !important;
  }

  .mxl\:pb-114 {
    padding-bottom: 114px !important;
  }

  .mxl\:pb-115 {
    padding-bottom: 115px !important;
  }

  .mxl\:pb-120 {
    padding-bottom: 120px !important;
  }

  .mxl\:pb-128 {
    padding-bottom: 128px !important;
  }

  .mxl\:pb-156 {
    padding-bottom: 156px !important;
  }

  .mxl\:pb-200 {
    padding-bottom: 200px !important;
  }

  .mxl\:pb-256 {
    padding-bottom: 256px !important;
  }

  .mxl\:pb-px {
    padding-bottom: 1px !important;
  }

  .mxl\:pl-0 {
    padding-left: 0px !important;
  }

  .mxl\:pl-2 {
    padding-left: 2px !important;
  }

  .mxl\:pl-3 {
    padding-left: 3px !important;
  }

  .mxl\:pl-4 {
    padding-left: 4px !important;
  }

  .mxl\:pl-6 {
    padding-left: 6px !important;
  }

  .mxl\:pl-8 {
    padding-left: 8px !important;
  }

  .mxl\:pl-10 {
    padding-left: 10px !important;
  }

  .mxl\:pl-12 {
    padding-left: 12px !important;
  }

  .mxl\:pl-14 {
    padding-left: 14px !important;
  }

  .mxl\:pl-16 {
    padding-left: 16px !important;
  }

  .mxl\:pl-20 {
    padding-left: 20px !important;
  }

  .mxl\:pl-22 {
    padding-left: 22px !important;
  }

  .mxl\:pl-24 {
    padding-left: 24px !important;
  }

  .mxl\:pl-25 {
    padding-left: 25px !important;
  }

  .mxl\:pl-27 {
    padding-left: 27px !important;
  }

  .mxl\:pl-30 {
    padding-left: 30px !important;
  }

  .mxl\:pl-36 {
    padding-left: 36px !important;
  }

  .mxl\:pl-40 {
    padding-left: 40px !important;
  }

  .mxl\:pl-42 {
    padding-left: 42px !important;
  }

  .mxl\:pl-44 {
    padding-left: 44px !important;
  }

  .mxl\:pl-48 {
    padding-left: 48px !important;
  }

  .mxl\:pl-52 {
    padding-left: 52px !important;
  }

  .mxl\:pl-64 {
    padding-left: 64px !important;
  }

  .mxl\:pl-72 {
    padding-left: 72px !important;
  }

  .mxl\:pl-74 {
    padding-left: 74px !important;
  }

  .mxl\:pl-77 {
    padding-left: 77px !important;
  }

  .mxl\:pl-84 {
    padding-left: 84px !important;
  }

  .mxl\:pl-96 {
    padding-left: 96px !important;
  }

  .mxl\:pl-98 {
    padding-left: 98px !important;
  }

  .mxl\:pl-100 {
    padding-left: 100px !important;
  }

  .mxl\:pl-105 {
    padding-left: 105px !important;
  }

  .mxl\:pl-114 {
    padding-left: 114px !important;
  }

  .mxl\:pl-115 {
    padding-left: 115px !important;
  }

  .mxl\:pl-120 {
    padding-left: 120px !important;
  }

  .mxl\:pl-128 {
    padding-left: 128px !important;
  }

  .mxl\:pl-156 {
    padding-left: 156px !important;
  }

  .mxl\:pl-200 {
    padding-left: 200px !important;
  }

  .mxl\:pl-256 {
    padding-left: 256px !important;
  }

  .mxl\:pl-px {
    padding-left: 1px !important;
  }

  .mxl\:text-left {
    text-align: left !important;
  }

  .mxl\:text-center {
    text-align: center !important;
  }

  .mxl\:text-right {
    text-align: right !important;
  }

  .mxl\:text-justify {
    text-align: justify !important;
  }

  .mxl\:align-baseline {
    vertical-align: baseline !important;
  }

  .mxl\:align-top {
    vertical-align: top !important;
  }

  .mxl\:align-middle {
    vertical-align: middle !important;
  }

  .mxl\:align-bottom {
    vertical-align: bottom !important;
  }

  .mxl\:align-text-top {
    vertical-align: text-top !important;
  }

  .mxl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .mxl\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .mxl\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .mxl\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mxl\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .mxl\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .mxl\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .mxl\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .mxl\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .mxl\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .mxl\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .mxl\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .mxl\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .mxl\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .mxl\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .mxl\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .mxl\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .mxl\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .mxl\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .mxl\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .mxl\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .mxl\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .mxl\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .mxl\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .mxl\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .mxl\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .mxl\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mxl\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .mxl\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .mxl\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .mxl\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .mxl\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .mxl\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .mxl\:font-thin {
    font-weight: 100 !important;
  }

  .mxl\:font-extralight {
    font-weight: 200 !important;
  }

  .mxl\:font-light {
    font-weight: 300 !important;
  }

  .mxl\:font-normal {
    font-weight: 400 !important;
  }

  .mxl\:font-medium {
    font-weight: 500 !important;
  }

  .mxl\:font-semibold {
    font-weight: 600 !important;
  }

  .mxl\:font-bold {
    font-weight: 700 !important;
  }

  .mxl\:font-extrabold {
    font-weight: 800 !important;
  }

  .mxl\:font-black {
    font-weight: 900 !important;
  }

  .mxl\:uppercase {
    text-transform: uppercase !important;
  }

  .mxl\:lowercase {
    text-transform: lowercase !important;
  }

  .mxl\:capitalize {
    text-transform: capitalize !important;
  }

  .mxl\:normal-case {
    text-transform: none !important;
  }

  .mxl\:italic {
    font-style: italic !important;
  }

  .mxl\:not-italic {
    font-style: normal !important;
  }

  .mxl\:ordinal, .mxl\:slashed-zero, .mxl\:lining-nums, .mxl\:oldstyle-nums, .mxl\:proportional-nums, .mxl\:tabular-nums, .mxl\:diagonal-fractions, .mxl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .mxl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .mxl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .mxl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .mxl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .mxl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .mxl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .mxl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .mxl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .mxl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .mxl\:leading-none {
    line-height: 1 !important;
  }

  .mxl\:leading-lh-122 {
    line-height: 122px !important;
  }

  .mxl\:leading-lh-76 {
    line-height: 76px !important;
  }

  .mxl\:leading-lh-65 {
    line-height: 65px !important;
  }

  .mxl\:leading-lh-61 {
    line-height: 61px !important;
  }

  .mxl\:leading-lh-54 {
    line-height: 54px !important;
  }

  .mxl\:leading-lh-46 {
    line-height: 46px !important;
  }

  .mxl\:leading-lh-44 {
    line-height: 44px !important;
  }

  .mxl\:leading-lh-42 {
    line-height: 42px !important;
  }

  .mxl\:leading-lh-40 {
    line-height: 40px !important;
  }

  .mxl\:leading-lh-36 {
    line-height: 36px !important;
  }

  .mxl\:leading-lh-35 {
    line-height: 35px !important;
  }

  .mxl\:leading-lh-34 {
    line-height: 34px !important;
  }

  .mxl\:leading-lh-32 {
    line-height: 32px !important;
  }

  .mxl\:leading-lh-29 {
    line-height: 29px !important;
  }

  .mxl\:leading-lh-26 {
    line-height: 26px !important;
  }

  .mxl\:leading-lh-25 {
    line-height: 25px !important;
  }

  .mxl\:leading-lh-23 {
    line-height: 23px !important;
  }

  .mxl\:leading-lh-21 {
    line-height: 21px !important;
  }

  .mxl\:leading-lh-20 {
    line-height: 20px !important;
  }

  .mxl\:leading-lh-17 {
    line-height: 17px !important;
  }

  .mxl\:leading-lh-15 {
    line-height: 15px !important;
  }

  .mxl\:leading-lh-13 {
    line-height: 13px !important;
  }

  .mxl\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .mxl\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .mxl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .mxl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .mxl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .mxl\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .mxl\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .mxl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .mxl\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .mxl\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .mxl\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .mxl\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .mxl\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .mxl\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .mxl\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .mxl\:text-transparent {
    color: transparent !important;
  }

  .mxl\:text-current {
    color: currentColor !important;
  }

  .mxl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .mxl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .mxl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxl\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .mxl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .mxl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .mxl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .mxl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxl\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .mxl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .mxl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxl\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .mxl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .mxl\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .mxl\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .mxl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .mxl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .mxl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .mxl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .mxl\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .mxl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .mxl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .mxl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .mxl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .mxl\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .mxl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .mxl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .mxl\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .mxl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .mxl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .mxl\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .mxl\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .mxl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .mxl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .mxl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .mxl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .mxl\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .mxl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .mxl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .mxl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .mxl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .mxl\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .mxl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .mxl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .mxl\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .mxl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .mxl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .mxl\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .mxl\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .mxl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .mxl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .mxl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .mxl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .mxl\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .mxl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .mxl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .mxl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .mxl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .mxl\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .mxl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .mxl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .mxl\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .mxl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .mxl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .mxl\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .mxl\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .mxl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .mxl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .mxl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .mxl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .mxl\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .mxl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .mxl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mxl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .mxl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .mxl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .mxl\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .mxl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .mxl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .mxl\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mxl\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .mxl\:underline {
    text-decoration: underline !important;
  }

  .mxl\:line-through {
    text-decoration: line-through !important;
  }

  .mxl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .mxl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .mxl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .mxl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .mxl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .mxl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .mxl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .mxl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .mxl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .mxl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .mxl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .mxl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .mxl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .mxl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mxl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .mxl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .mxl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .mxl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .mxl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mxl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .mxl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .mxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .mxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .mxl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .mxl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mxl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .mxl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxl\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxl\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxl\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxl\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxl\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxl\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxl\:opacity-0 {
    opacity: 0 !important;
  }

  .mxl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .mxl\:opacity-7 {
    opacity: 0.7 !important;
  }

  .mxl\:opacity-10 {
    opacity: 0.10 !important;
  }

  .mxl\:opacity-15 {
    opacity: 0.15 !important;
  }

  .mxl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .mxl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .mxl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .mxl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .mxl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .mxl\:opacity-57 {
    opacity: 0.57 !important;
  }

  .mxl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .mxl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .mxl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .mxl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .mxl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .mxl\:opacity-94 {
    opacity: 0.94 !important;
  }

  .mxl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .mxl\:opacity-100 {
    opacity: 1 !important;
  }

  .mxl\:opacity-02 {
    opacity: 0.2 !important;
  }

  .mxl\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .mxl\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .mxl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .mxl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .mxl\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .mxl\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .mxl\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .mxl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .mxl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .mxl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .mxl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .mxl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .mxl\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .mxl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .mxl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .mxl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .mxl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .mxl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .mxl\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .mxl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .mxl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .mxl\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .mxl\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .mxl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .mxl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .mxl\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .mxl\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .mxl\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .mxl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .mxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .mxl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .mxl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .mxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .mxl\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .mxl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .mxl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .mxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .mxl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .mxl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .mxl\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .mxl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .mxl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .mxl\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .mxl\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .mxl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .mxl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .mxl\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .mxl\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .mxl\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .mxl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .mxl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .mxl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .mxl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .mxl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .mxl\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .mxl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .mxl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .mxl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .mxl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .mxl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .mxl\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .mxl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .mxl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .mxl\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .mxl\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .mxl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .mxl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .mxl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .mxl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .mxl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .mxl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .mxl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .mxl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .mxl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .mxl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .mxl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .mxl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .mxl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .mxl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .mxl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .mxl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .mxl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .mxl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .mxl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .mxl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .mxl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .mxl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .mxl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .mxl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .mxl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .mxl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .mxl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .mxl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .mxl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .mxl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .mxl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .mxl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .mxl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mxl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mxl\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxl\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .mxl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .mxl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .mxl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .mxl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .mxl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .mxl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .mxl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .mxl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .mxl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxl\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .mxl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxl\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxl\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxl\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxl\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .mxl\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .mxl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxl\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxl\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxl\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxl\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .mxl\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .mxl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxl\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxl\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxl\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxl\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .mxl\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxl\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .mxl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .mxl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .mxl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .mxl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .mxl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .mxl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .mxl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .mxl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .mxl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .mxl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .mxl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .mxl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .mxl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .mxl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .mxl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .mxl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxl\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxl\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .mxl\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxl\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxl\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxl\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxl\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxl\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxl\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxl\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxl\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxl\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxl\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxl\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxl\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxl\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxl\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxl\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .mxl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxl\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .mxl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxl\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxl\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxl\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxl\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxl\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxl\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxl\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxl\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxl\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxl\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxl\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxl\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxl\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxl\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxl\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .mxl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxl\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .mxl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxl\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxl\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxl\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxl\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxl\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxl\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxl\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxl\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxl\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxl\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxl\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxl\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxl\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxl\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxl\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .mxl\:filter-none {
    filter: none !important;
  }

  .mxl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .mxl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .mxl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .mxl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .mxl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .mxl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .mxl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .mxl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .mxl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .mxl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .mxl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .mxl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .mxl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .mxl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .mxl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .mxl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .mxl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .mxl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .mxl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .mxl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .mxl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .mxl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .mxl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .mxl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .mxl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .mxl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .mxl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .mxl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .mxl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .mxl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .mxl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .mxl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .mxl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .mxl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .mxl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .mxl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .mxl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .mxl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .mxl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .mxl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .mxl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .mxl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .mxl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mxl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mxl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mxl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mxl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mxl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .mxl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .mxl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .mxl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .mxl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .mxl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .mxl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .mxl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .mxl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .mxl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .mxl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .mxl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mxl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mxl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .mxl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .mxl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .mxl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .mxl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .mxl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .mxl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .mxl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .mxl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .mxl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .mxl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .mxl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .mxl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .mxl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .mxl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .mxl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .mxl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .mxl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .mxl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .mxl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .mxl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .mxl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .mxl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .mxl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .mxl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .mxl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .mxl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .mxl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .mxl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .mxl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .mxl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .mxl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .mxl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .mxl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mxl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mxl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mxl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mxl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mxl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .mxl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .mxl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .mxl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .mxl\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mxl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .mxl\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .mxl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mxl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .mxl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .mxl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .mxl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .mxl\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .mxl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .mxl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mxl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .mxl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .mxl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .mxl\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .mxl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .mxl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .mxl\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mxl\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .mxl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .mxl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .mxl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .mxl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .mxl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .mxl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .mxl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .mxl\:transition-none {
    transition-property: none !important;
  }

  .mxl\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .mxl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .mxl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .mxl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .mxl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .mxl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .mxl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .mxl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .mxl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .mxl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .mxl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .mxl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .mxl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .mxl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .mxl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .mxl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .mxl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .mxl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mxl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mxl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 991px) {
  .mx\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:pointer-events-none {
    pointer-events: none !important;
  }

  .mx\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .mx\:visible {
    visibility: visible !important;
  }

  .mx\:invisible {
    visibility: hidden !important;
  }

  .mx\:static {
    position: static !important;
  }

  .mx\:fixed {
    position: fixed !important;
  }

  .mx\:absolute {
    position: absolute !important;
  }

  .mx\:relative {
    position: relative !important;
  }

  .mx\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .mx\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mx\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .mx\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .mx\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .mx\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .mx\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .mx\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .mx\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .mx\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .mx\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .mx\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .mx\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .mx\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .mx\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .mx\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .mx\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .mx\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .mx\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .mx\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .mx\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .mx\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .mx\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .mx\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .mx\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .mx\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .mx\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .mx\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .mx\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .mx\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .mx\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .mx\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .mx\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .mx\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .mx\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .mx\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .mx\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .mx\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .mx\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .mx\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mx\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .mx\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mx\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .mx\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .mx\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .mx\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .mx\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .mx\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .mx\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .mx\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .mx\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .mx\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .mx\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .mx\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .mx\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .mx\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .mx\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .mx\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .mx\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .mx\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .mx\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .mx\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .mx\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .mx\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .mx\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .mx\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .mx\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .mx\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .mx\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .mx\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .mx\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .mx\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .mx\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .mx\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .mx\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .mx\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .mx\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .mx\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .mx\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .mx\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .mx\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mx\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .mx\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .mx\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .mx\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mx\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .mx\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .mx\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mx\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .mx\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .mx\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .mx\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mx\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .mx\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .mx\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mx\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .mx\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .mx\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .mx\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .mx\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .mx\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .mx\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .mx\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .mx\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .mx\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .mx\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .mx\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .mx\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .mx\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .mx\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .mx\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .mx\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .mx\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .mx\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .mx\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .mx\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .mx\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .mx\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .mx\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .mx\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .mx\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .mx\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .mx\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .mx\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .mx\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .mx\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .mx\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .mx\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .mx\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .mx\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .mx\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .mx\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .mx\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .mx\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .mx\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mx\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .mx\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .mx\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .mx\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .mx\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .mx\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .mx\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .mx\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .mx\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .mx\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .mx\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .mx\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .mx\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .mx\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .mx\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .mx\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .mx\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .mx\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .mx\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .mx\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .mx\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .mx\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .mx\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .mx\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .mx\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .mx\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .mx\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .mx\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .mx\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .mx\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .mx\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .mx\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .mx\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .mx\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .mx\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .mx\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .mx\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .mx\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .mx\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .mx\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .mx\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .mx\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .mx\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .mx\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .mx\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .mx\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .mx\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .mx\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .mx\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .mx\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .mx\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .mx\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .mx\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mx\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .mx\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .mx\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .mx\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .mx\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .mx\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .mx\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .mx\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .mx\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .mx\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .mx\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .mx\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .mx\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .mx\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .mx\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .mx\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .mx\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .mx\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .mx\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .mx\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .mx\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .mx\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .mx\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .mx\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .mx\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .mx\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .mx\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .mx\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .mx\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .mx\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .mx\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .mx\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .mx\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .mx\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .mx\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .mx\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .mx\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .mx\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .mx\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .mx\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mx\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .mx\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .mx\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .mx\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .mx\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .mx\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .mx\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .mx\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .mx\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .mx\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .mx\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .mx\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .mx\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .mx\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .mx\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .mx\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .mx\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .mx\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .mx\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .mx\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .mx\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .mx\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .mx\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .mx\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .mx\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .mx\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .mx\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .mx\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .mx\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .mx\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .mx\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .mx\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .mx\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .mx\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .mx\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .mx\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .mx\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .mx\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .mx\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mx\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .mx\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .mx\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .mx\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mx\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .mx\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .mx\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mx\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .mx\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .mx\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .mx\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mx\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .mx\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .mx\:top-0 {
    top: 0px !important;
  }

  .mx\:top-2 {
    top: 2px !important;
  }

  .mx\:top-3 {
    top: 3px !important;
  }

  .mx\:top-4 {
    top: 4px !important;
  }

  .mx\:top-6 {
    top: 6px !important;
  }

  .mx\:top-8 {
    top: 8px !important;
  }

  .mx\:top-10 {
    top: 10px !important;
  }

  .mx\:top-12 {
    top: 12px !important;
  }

  .mx\:top-14 {
    top: 14px !important;
  }

  .mx\:top-16 {
    top: 16px !important;
  }

  .mx\:top-20 {
    top: 20px !important;
  }

  .mx\:top-22 {
    top: 22px !important;
  }

  .mx\:top-24 {
    top: 24px !important;
  }

  .mx\:top-25 {
    top: 25px !important;
  }

  .mx\:top-27 {
    top: 27px !important;
  }

  .mx\:top-30 {
    top: 30px !important;
  }

  .mx\:top-36 {
    top: 36px !important;
  }

  .mx\:top-40 {
    top: 40px !important;
  }

  .mx\:top-42 {
    top: 42px !important;
  }

  .mx\:top-44 {
    top: 44px !important;
  }

  .mx\:top-48 {
    top: 48px !important;
  }

  .mx\:top-52 {
    top: 52px !important;
  }

  .mx\:top-64 {
    top: 64px !important;
  }

  .mx\:top-72 {
    top: 72px !important;
  }

  .mx\:top-74 {
    top: 74px !important;
  }

  .mx\:top-77 {
    top: 77px !important;
  }

  .mx\:top-84 {
    top: 84px !important;
  }

  .mx\:top-96 {
    top: 96px !important;
  }

  .mx\:top-98 {
    top: 98px !important;
  }

  .mx\:top-100 {
    top: 100px !important;
  }

  .mx\:top-105 {
    top: 105px !important;
  }

  .mx\:top-114 {
    top: 114px !important;
  }

  .mx\:top-115 {
    top: 115px !important;
  }

  .mx\:top-120 {
    top: 120px !important;
  }

  .mx\:top-128 {
    top: 128px !important;
  }

  .mx\:top-156 {
    top: 156px !important;
  }

  .mx\:top-200 {
    top: 200px !important;
  }

  .mx\:top-256 {
    top: 256px !important;
  }

  .mx\:top-auto {
    top: auto !important;
  }

  .mx\:top-px {
    top: 1px !important;
  }

  .mx\:-top-0 {
    top: 0px !important;
  }

  .mx\:-top-2 {
    top: -2px !important;
  }

  .mx\:-top-3 {
    top: -3px !important;
  }

  .mx\:-top-4 {
    top: -4px !important;
  }

  .mx\:-top-6 {
    top: -6px !important;
  }

  .mx\:-top-8 {
    top: -8px !important;
  }

  .mx\:-top-10 {
    top: -10px !important;
  }

  .mx\:-top-12 {
    top: -12px !important;
  }

  .mx\:-top-14 {
    top: -14px !important;
  }

  .mx\:-top-16 {
    top: -16px !important;
  }

  .mx\:-top-20 {
    top: -20px !important;
  }

  .mx\:-top-22 {
    top: -22px !important;
  }

  .mx\:-top-24 {
    top: -24px !important;
  }

  .mx\:-top-25 {
    top: -25px !important;
  }

  .mx\:-top-27 {
    top: -27px !important;
  }

  .mx\:-top-30 {
    top: -30px !important;
  }

  .mx\:-top-36 {
    top: -36px !important;
  }

  .mx\:-top-40 {
    top: -40px !important;
  }

  .mx\:-top-42 {
    top: -42px !important;
  }

  .mx\:-top-44 {
    top: -44px !important;
  }

  .mx\:-top-48 {
    top: -48px !important;
  }

  .mx\:-top-52 {
    top: -52px !important;
  }

  .mx\:-top-64 {
    top: -64px !important;
  }

  .mx\:-top-72 {
    top: -72px !important;
  }

  .mx\:-top-74 {
    top: -74px !important;
  }

  .mx\:-top-77 {
    top: -77px !important;
  }

  .mx\:-top-84 {
    top: -84px !important;
  }

  .mx\:-top-96 {
    top: -96px !important;
  }

  .mx\:-top-98 {
    top: -98px !important;
  }

  .mx\:-top-100 {
    top: -100px !important;
  }

  .mx\:-top-105 {
    top: -105px !important;
  }

  .mx\:-top-114 {
    top: -114px !important;
  }

  .mx\:-top-115 {
    top: -115px !important;
  }

  .mx\:-top-120 {
    top: -120px !important;
  }

  .mx\:-top-128 {
    top: -128px !important;
  }

  .mx\:-top-156 {
    top: -156px !important;
  }

  .mx\:-top-200 {
    top: -200px !important;
  }

  .mx\:-top-256 {
    top: -256px !important;
  }

  .mx\:-top-px {
    top: -1px !important;
  }

  .mx\:top-1\/2 {
    top: 50% !important;
  }

  .mx\:top-1\/3 {
    top: 33.333333% !important;
  }

  .mx\:top-2\/3 {
    top: 66.666667% !important;
  }

  .mx\:top-1\/4 {
    top: 25% !important;
  }

  .mx\:top-2\/4 {
    top: 50% !important;
  }

  .mx\:top-3\/4 {
    top: 75% !important;
  }

  .mx\:top-full {
    top: 100% !important;
  }

  .mx\:-top-1\/2 {
    top: -50% !important;
  }

  .mx\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .mx\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .mx\:-top-1\/4 {
    top: -25% !important;
  }

  .mx\:-top-2\/4 {
    top: -50% !important;
  }

  .mx\:-top-3\/4 {
    top: -75% !important;
  }

  .mx\:-top-full {
    top: -100% !important;
  }

  .mx\:right-0 {
    right: 0px !important;
  }

  .mx\:right-2 {
    right: 2px !important;
  }

  .mx\:right-3 {
    right: 3px !important;
  }

  .mx\:right-4 {
    right: 4px !important;
  }

  .mx\:right-6 {
    right: 6px !important;
  }

  .mx\:right-8 {
    right: 8px !important;
  }

  .mx\:right-10 {
    right: 10px !important;
  }

  .mx\:right-12 {
    right: 12px !important;
  }

  .mx\:right-14 {
    right: 14px !important;
  }

  .mx\:right-16 {
    right: 16px !important;
  }

  .mx\:right-20 {
    right: 20px !important;
  }

  .mx\:right-22 {
    right: 22px !important;
  }

  .mx\:right-24 {
    right: 24px !important;
  }

  .mx\:right-25 {
    right: 25px !important;
  }

  .mx\:right-27 {
    right: 27px !important;
  }

  .mx\:right-30 {
    right: 30px !important;
  }

  .mx\:right-36 {
    right: 36px !important;
  }

  .mx\:right-40 {
    right: 40px !important;
  }

  .mx\:right-42 {
    right: 42px !important;
  }

  .mx\:right-44 {
    right: 44px !important;
  }

  .mx\:right-48 {
    right: 48px !important;
  }

  .mx\:right-52 {
    right: 52px !important;
  }

  .mx\:right-64 {
    right: 64px !important;
  }

  .mx\:right-72 {
    right: 72px !important;
  }

  .mx\:right-74 {
    right: 74px !important;
  }

  .mx\:right-77 {
    right: 77px !important;
  }

  .mx\:right-84 {
    right: 84px !important;
  }

  .mx\:right-96 {
    right: 96px !important;
  }

  .mx\:right-98 {
    right: 98px !important;
  }

  .mx\:right-100 {
    right: 100px !important;
  }

  .mx\:right-105 {
    right: 105px !important;
  }

  .mx\:right-114 {
    right: 114px !important;
  }

  .mx\:right-115 {
    right: 115px !important;
  }

  .mx\:right-120 {
    right: 120px !important;
  }

  .mx\:right-128 {
    right: 128px !important;
  }

  .mx\:right-156 {
    right: 156px !important;
  }

  .mx\:right-200 {
    right: 200px !important;
  }

  .mx\:right-256 {
    right: 256px !important;
  }

  .mx\:right-auto {
    right: auto !important;
  }

  .mx\:right-px {
    right: 1px !important;
  }

  .mx\:-right-0 {
    right: 0px !important;
  }

  .mx\:-right-2 {
    right: -2px !important;
  }

  .mx\:-right-3 {
    right: -3px !important;
  }

  .mx\:-right-4 {
    right: -4px !important;
  }

  .mx\:-right-6 {
    right: -6px !important;
  }

  .mx\:-right-8 {
    right: -8px !important;
  }

  .mx\:-right-10 {
    right: -10px !important;
  }

  .mx\:-right-12 {
    right: -12px !important;
  }

  .mx\:-right-14 {
    right: -14px !important;
  }

  .mx\:-right-16 {
    right: -16px !important;
  }

  .mx\:-right-20 {
    right: -20px !important;
  }

  .mx\:-right-22 {
    right: -22px !important;
  }

  .mx\:-right-24 {
    right: -24px !important;
  }

  .mx\:-right-25 {
    right: -25px !important;
  }

  .mx\:-right-27 {
    right: -27px !important;
  }

  .mx\:-right-30 {
    right: -30px !important;
  }

  .mx\:-right-36 {
    right: -36px !important;
  }

  .mx\:-right-40 {
    right: -40px !important;
  }

  .mx\:-right-42 {
    right: -42px !important;
  }

  .mx\:-right-44 {
    right: -44px !important;
  }

  .mx\:-right-48 {
    right: -48px !important;
  }

  .mx\:-right-52 {
    right: -52px !important;
  }

  .mx\:-right-64 {
    right: -64px !important;
  }

  .mx\:-right-72 {
    right: -72px !important;
  }

  .mx\:-right-74 {
    right: -74px !important;
  }

  .mx\:-right-77 {
    right: -77px !important;
  }

  .mx\:-right-84 {
    right: -84px !important;
  }

  .mx\:-right-96 {
    right: -96px !important;
  }

  .mx\:-right-98 {
    right: -98px !important;
  }

  .mx\:-right-100 {
    right: -100px !important;
  }

  .mx\:-right-105 {
    right: -105px !important;
  }

  .mx\:-right-114 {
    right: -114px !important;
  }

  .mx\:-right-115 {
    right: -115px !important;
  }

  .mx\:-right-120 {
    right: -120px !important;
  }

  .mx\:-right-128 {
    right: -128px !important;
  }

  .mx\:-right-156 {
    right: -156px !important;
  }

  .mx\:-right-200 {
    right: -200px !important;
  }

  .mx\:-right-256 {
    right: -256px !important;
  }

  .mx\:-right-px {
    right: -1px !important;
  }

  .mx\:right-1\/2 {
    right: 50% !important;
  }

  .mx\:right-1\/3 {
    right: 33.333333% !important;
  }

  .mx\:right-2\/3 {
    right: 66.666667% !important;
  }

  .mx\:right-1\/4 {
    right: 25% !important;
  }

  .mx\:right-2\/4 {
    right: 50% !important;
  }

  .mx\:right-3\/4 {
    right: 75% !important;
  }

  .mx\:right-full {
    right: 100% !important;
  }

  .mx\:-right-1\/2 {
    right: -50% !important;
  }

  .mx\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .mx\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .mx\:-right-1\/4 {
    right: -25% !important;
  }

  .mx\:-right-2\/4 {
    right: -50% !important;
  }

  .mx\:-right-3\/4 {
    right: -75% !important;
  }

  .mx\:-right-full {
    right: -100% !important;
  }

  .mx\:bottom-0 {
    bottom: 0px !important;
  }

  .mx\:bottom-2 {
    bottom: 2px !important;
  }

  .mx\:bottom-3 {
    bottom: 3px !important;
  }

  .mx\:bottom-4 {
    bottom: 4px !important;
  }

  .mx\:bottom-6 {
    bottom: 6px !important;
  }

  .mx\:bottom-8 {
    bottom: 8px !important;
  }

  .mx\:bottom-10 {
    bottom: 10px !important;
  }

  .mx\:bottom-12 {
    bottom: 12px !important;
  }

  .mx\:bottom-14 {
    bottom: 14px !important;
  }

  .mx\:bottom-16 {
    bottom: 16px !important;
  }

  .mx\:bottom-20 {
    bottom: 20px !important;
  }

  .mx\:bottom-22 {
    bottom: 22px !important;
  }

  .mx\:bottom-24 {
    bottom: 24px !important;
  }

  .mx\:bottom-25 {
    bottom: 25px !important;
  }

  .mx\:bottom-27 {
    bottom: 27px !important;
  }

  .mx\:bottom-30 {
    bottom: 30px !important;
  }

  .mx\:bottom-36 {
    bottom: 36px !important;
  }

  .mx\:bottom-40 {
    bottom: 40px !important;
  }

  .mx\:bottom-42 {
    bottom: 42px !important;
  }

  .mx\:bottom-44 {
    bottom: 44px !important;
  }

  .mx\:bottom-48 {
    bottom: 48px !important;
  }

  .mx\:bottom-52 {
    bottom: 52px !important;
  }

  .mx\:bottom-64 {
    bottom: 64px !important;
  }

  .mx\:bottom-72 {
    bottom: 72px !important;
  }

  .mx\:bottom-74 {
    bottom: 74px !important;
  }

  .mx\:bottom-77 {
    bottom: 77px !important;
  }

  .mx\:bottom-84 {
    bottom: 84px !important;
  }

  .mx\:bottom-96 {
    bottom: 96px !important;
  }

  .mx\:bottom-98 {
    bottom: 98px !important;
  }

  .mx\:bottom-100 {
    bottom: 100px !important;
  }

  .mx\:bottom-105 {
    bottom: 105px !important;
  }

  .mx\:bottom-114 {
    bottom: 114px !important;
  }

  .mx\:bottom-115 {
    bottom: 115px !important;
  }

  .mx\:bottom-120 {
    bottom: 120px !important;
  }

  .mx\:bottom-128 {
    bottom: 128px !important;
  }

  .mx\:bottom-156 {
    bottom: 156px !important;
  }

  .mx\:bottom-200 {
    bottom: 200px !important;
  }

  .mx\:bottom-256 {
    bottom: 256px !important;
  }

  .mx\:bottom-auto {
    bottom: auto !important;
  }

  .mx\:bottom-px {
    bottom: 1px !important;
  }

  .mx\:-bottom-0 {
    bottom: 0px !important;
  }

  .mx\:-bottom-2 {
    bottom: -2px !important;
  }

  .mx\:-bottom-3 {
    bottom: -3px !important;
  }

  .mx\:-bottom-4 {
    bottom: -4px !important;
  }

  .mx\:-bottom-6 {
    bottom: -6px !important;
  }

  .mx\:-bottom-8 {
    bottom: -8px !important;
  }

  .mx\:-bottom-10 {
    bottom: -10px !important;
  }

  .mx\:-bottom-12 {
    bottom: -12px !important;
  }

  .mx\:-bottom-14 {
    bottom: -14px !important;
  }

  .mx\:-bottom-16 {
    bottom: -16px !important;
  }

  .mx\:-bottom-20 {
    bottom: -20px !important;
  }

  .mx\:-bottom-22 {
    bottom: -22px !important;
  }

  .mx\:-bottom-24 {
    bottom: -24px !important;
  }

  .mx\:-bottom-25 {
    bottom: -25px !important;
  }

  .mx\:-bottom-27 {
    bottom: -27px !important;
  }

  .mx\:-bottom-30 {
    bottom: -30px !important;
  }

  .mx\:-bottom-36 {
    bottom: -36px !important;
  }

  .mx\:-bottom-40 {
    bottom: -40px !important;
  }

  .mx\:-bottom-42 {
    bottom: -42px !important;
  }

  .mx\:-bottom-44 {
    bottom: -44px !important;
  }

  .mx\:-bottom-48 {
    bottom: -48px !important;
  }

  .mx\:-bottom-52 {
    bottom: -52px !important;
  }

  .mx\:-bottom-64 {
    bottom: -64px !important;
  }

  .mx\:-bottom-72 {
    bottom: -72px !important;
  }

  .mx\:-bottom-74 {
    bottom: -74px !important;
  }

  .mx\:-bottom-77 {
    bottom: -77px !important;
  }

  .mx\:-bottom-84 {
    bottom: -84px !important;
  }

  .mx\:-bottom-96 {
    bottom: -96px !important;
  }

  .mx\:-bottom-98 {
    bottom: -98px !important;
  }

  .mx\:-bottom-100 {
    bottom: -100px !important;
  }

  .mx\:-bottom-105 {
    bottom: -105px !important;
  }

  .mx\:-bottom-114 {
    bottom: -114px !important;
  }

  .mx\:-bottom-115 {
    bottom: -115px !important;
  }

  .mx\:-bottom-120 {
    bottom: -120px !important;
  }

  .mx\:-bottom-128 {
    bottom: -128px !important;
  }

  .mx\:-bottom-156 {
    bottom: -156px !important;
  }

  .mx\:-bottom-200 {
    bottom: -200px !important;
  }

  .mx\:-bottom-256 {
    bottom: -256px !important;
  }

  .mx\:-bottom-px {
    bottom: -1px !important;
  }

  .mx\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .mx\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .mx\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .mx\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .mx\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .mx\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .mx\:bottom-full {
    bottom: 100% !important;
  }

  .mx\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .mx\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .mx\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .mx\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .mx\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .mx\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .mx\:-bottom-full {
    bottom: -100% !important;
  }

  .mx\:left-0 {
    left: 0px !important;
  }

  .mx\:left-2 {
    left: 2px !important;
  }

  .mx\:left-3 {
    left: 3px !important;
  }

  .mx\:left-4 {
    left: 4px !important;
  }

  .mx\:left-6 {
    left: 6px !important;
  }

  .mx\:left-8 {
    left: 8px !important;
  }

  .mx\:left-10 {
    left: 10px !important;
  }

  .mx\:left-12 {
    left: 12px !important;
  }

  .mx\:left-14 {
    left: 14px !important;
  }

  .mx\:left-16 {
    left: 16px !important;
  }

  .mx\:left-20 {
    left: 20px !important;
  }

  .mx\:left-22 {
    left: 22px !important;
  }

  .mx\:left-24 {
    left: 24px !important;
  }

  .mx\:left-25 {
    left: 25px !important;
  }

  .mx\:left-27 {
    left: 27px !important;
  }

  .mx\:left-30 {
    left: 30px !important;
  }

  .mx\:left-36 {
    left: 36px !important;
  }

  .mx\:left-40 {
    left: 40px !important;
  }

  .mx\:left-42 {
    left: 42px !important;
  }

  .mx\:left-44 {
    left: 44px !important;
  }

  .mx\:left-48 {
    left: 48px !important;
  }

  .mx\:left-52 {
    left: 52px !important;
  }

  .mx\:left-64 {
    left: 64px !important;
  }

  .mx\:left-72 {
    left: 72px !important;
  }

  .mx\:left-74 {
    left: 74px !important;
  }

  .mx\:left-77 {
    left: 77px !important;
  }

  .mx\:left-84 {
    left: 84px !important;
  }

  .mx\:left-96 {
    left: 96px !important;
  }

  .mx\:left-98 {
    left: 98px !important;
  }

  .mx\:left-100 {
    left: 100px !important;
  }

  .mx\:left-105 {
    left: 105px !important;
  }

  .mx\:left-114 {
    left: 114px !important;
  }

  .mx\:left-115 {
    left: 115px !important;
  }

  .mx\:left-120 {
    left: 120px !important;
  }

  .mx\:left-128 {
    left: 128px !important;
  }

  .mx\:left-156 {
    left: 156px !important;
  }

  .mx\:left-200 {
    left: 200px !important;
  }

  .mx\:left-256 {
    left: 256px !important;
  }

  .mx\:left-auto {
    left: auto !important;
  }

  .mx\:left-px {
    left: 1px !important;
  }

  .mx\:-left-0 {
    left: 0px !important;
  }

  .mx\:-left-2 {
    left: -2px !important;
  }

  .mx\:-left-3 {
    left: -3px !important;
  }

  .mx\:-left-4 {
    left: -4px !important;
  }

  .mx\:-left-6 {
    left: -6px !important;
  }

  .mx\:-left-8 {
    left: -8px !important;
  }

  .mx\:-left-10 {
    left: -10px !important;
  }

  .mx\:-left-12 {
    left: -12px !important;
  }

  .mx\:-left-14 {
    left: -14px !important;
  }

  .mx\:-left-16 {
    left: -16px !important;
  }

  .mx\:-left-20 {
    left: -20px !important;
  }

  .mx\:-left-22 {
    left: -22px !important;
  }

  .mx\:-left-24 {
    left: -24px !important;
  }

  .mx\:-left-25 {
    left: -25px !important;
  }

  .mx\:-left-27 {
    left: -27px !important;
  }

  .mx\:-left-30 {
    left: -30px !important;
  }

  .mx\:-left-36 {
    left: -36px !important;
  }

  .mx\:-left-40 {
    left: -40px !important;
  }

  .mx\:-left-42 {
    left: -42px !important;
  }

  .mx\:-left-44 {
    left: -44px !important;
  }

  .mx\:-left-48 {
    left: -48px !important;
  }

  .mx\:-left-52 {
    left: -52px !important;
  }

  .mx\:-left-64 {
    left: -64px !important;
  }

  .mx\:-left-72 {
    left: -72px !important;
  }

  .mx\:-left-74 {
    left: -74px !important;
  }

  .mx\:-left-77 {
    left: -77px !important;
  }

  .mx\:-left-84 {
    left: -84px !important;
  }

  .mx\:-left-96 {
    left: -96px !important;
  }

  .mx\:-left-98 {
    left: -98px !important;
  }

  .mx\:-left-100 {
    left: -100px !important;
  }

  .mx\:-left-105 {
    left: -105px !important;
  }

  .mx\:-left-114 {
    left: -114px !important;
  }

  .mx\:-left-115 {
    left: -115px !important;
  }

  .mx\:-left-120 {
    left: -120px !important;
  }

  .mx\:-left-128 {
    left: -128px !important;
  }

  .mx\:-left-156 {
    left: -156px !important;
  }

  .mx\:-left-200 {
    left: -200px !important;
  }

  .mx\:-left-256 {
    left: -256px !important;
  }

  .mx\:-left-px {
    left: -1px !important;
  }

  .mx\:left-1\/2 {
    left: 50% !important;
  }

  .mx\:left-1\/3 {
    left: 33.333333% !important;
  }

  .mx\:left-2\/3 {
    left: 66.666667% !important;
  }

  .mx\:left-1\/4 {
    left: 25% !important;
  }

  .mx\:left-2\/4 {
    left: 50% !important;
  }

  .mx\:left-3\/4 {
    left: 75% !important;
  }

  .mx\:left-full {
    left: 100% !important;
  }

  .mx\:-left-1\/2 {
    left: -50% !important;
  }

  .mx\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .mx\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .mx\:-left-1\/4 {
    left: -25% !important;
  }

  .mx\:-left-2\/4 {
    left: -50% !important;
  }

  .mx\:-left-3\/4 {
    left: -75% !important;
  }

  .mx\:-left-full {
    left: -100% !important;
  }

  .mx\:isolate {
    isolation: isolate !important;
  }

  .mx\:isolation-auto {
    isolation: auto !important;
  }

  .mx\:z-0 {
    z-index: 0 !important;
  }

  .mx\:z-1 {
    z-index: 1 !important;
  }

  .mx\:z-10 {
    z-index: 10 !important;
  }

  .mx\:z-20 {
    z-index: 20 !important;
  }

  .mx\:z-30 {
    z-index: 30 !important;
  }

  .mx\:z-40 {
    z-index: 40 !important;
  }

  .mx\:z-50 {
    z-index: 50 !important;
  }

  .mx\:z-auto {
    z-index: auto !important;
  }

  .mx\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .mx\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .mx\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .mx\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .mx\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .mx\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .mx\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .mx\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .mx\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .mx\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .mx\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .mx\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .mx\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .mx\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .mx\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .mx\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .mx\:order-1 {
    order: 1 !important;
  }

  .mx\:order-2 {
    order: 2 !important;
  }

  .mx\:order-3 {
    order: 3 !important;
  }

  .mx\:order-4 {
    order: 4 !important;
  }

  .mx\:order-5 {
    order: 5 !important;
  }

  .mx\:order-6 {
    order: 6 !important;
  }

  .mx\:order-7 {
    order: 7 !important;
  }

  .mx\:order-8 {
    order: 8 !important;
  }

  .mx\:order-9 {
    order: 9 !important;
  }

  .mx\:order-10 {
    order: 10 !important;
  }

  .mx\:order-11 {
    order: 11 !important;
  }

  .mx\:order-12 {
    order: 12 !important;
  }

  .mx\:order-first {
    order: -9999 !important;
  }

  .mx\:order-last {
    order: 9999 !important;
  }

  .mx\:order-none {
    order: 0 !important;
  }

  .mx\:col-auto {
    grid-column: auto !important;
  }

  .mx\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .mx\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .mx\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .mx\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .mx\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .mx\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .mx\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .mx\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .mx\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .mx\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .mx\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .mx\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .mx\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .mx\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .mx\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .mx\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .mx\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .mx\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .mx\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .mx\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .mx\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .mx\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .mx\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .mx\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .mx\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .mx\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .mx\:col-start-auto {
    grid-column-start: auto !important;
  }

  .mx\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .mx\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .mx\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .mx\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .mx\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .mx\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .mx\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .mx\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .mx\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .mx\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .mx\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .mx\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .mx\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .mx\:col-end-auto {
    grid-column-end: auto !important;
  }

  .mx\:row-auto {
    grid-row: auto !important;
  }

  .mx\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .mx\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .mx\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .mx\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .mx\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .mx\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .mx\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .mx\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .mx\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .mx\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .mx\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .mx\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .mx\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .mx\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .mx\:row-start-auto {
    grid-row-start: auto !important;
  }

  .mx\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .mx\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .mx\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .mx\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .mx\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .mx\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .mx\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .mx\:row-end-auto {
    grid-row-end: auto !important;
  }

  .mx\:float-right {
    float: right !important;
  }

  .mx\:float-left {
    float: left !important;
  }

  .mx\:float-none {
    float: none !important;
  }

  .mx\:clear-left {
    clear: left !important;
  }

  .mx\:clear-right {
    clear: right !important;
  }

  .mx\:clear-both {
    clear: both !important;
  }

  .mx\:clear-none {
    clear: none !important;
  }

  .mx\:m-0 {
    margin: 0px !important;
  }

  .mx\:m-2 {
    margin: 2px !important;
  }

  .mx\:m-3 {
    margin: 3px !important;
  }

  .mx\:m-4 {
    margin: 4px !important;
  }

  .mx\:m-6 {
    margin: 6px !important;
  }

  .mx\:m-8 {
    margin: 8px !important;
  }

  .mx\:m-10 {
    margin: 10px !important;
  }

  .mx\:m-12 {
    margin: 12px !important;
  }

  .mx\:m-14 {
    margin: 14px !important;
  }

  .mx\:m-16 {
    margin: 16px !important;
  }

  .mx\:m-20 {
    margin: 20px !important;
  }

  .mx\:m-22 {
    margin: 22px !important;
  }

  .mx\:m-24 {
    margin: 24px !important;
  }

  .mx\:m-25 {
    margin: 25px !important;
  }

  .mx\:m-27 {
    margin: 27px !important;
  }

  .mx\:m-30 {
    margin: 30px !important;
  }

  .mx\:m-36 {
    margin: 36px !important;
  }

  .mx\:m-40 {
    margin: 40px !important;
  }

  .mx\:m-42 {
    margin: 42px !important;
  }

  .mx\:m-44 {
    margin: 44px !important;
  }

  .mx\:m-48 {
    margin: 48px !important;
  }

  .mx\:m-52 {
    margin: 52px !important;
  }

  .mx\:m-64 {
    margin: 64px !important;
  }

  .mx\:m-72 {
    margin: 72px !important;
  }

  .mx\:m-74 {
    margin: 74px !important;
  }

  .mx\:m-77 {
    margin: 77px !important;
  }

  .mx\:m-84 {
    margin: 84px !important;
  }

  .mx\:m-96 {
    margin: 96px !important;
  }

  .mx\:m-98 {
    margin: 98px !important;
  }

  .mx\:m-100 {
    margin: 100px !important;
  }

  .mx\:m-105 {
    margin: 105px !important;
  }

  .mx\:m-114 {
    margin: 114px !important;
  }

  .mx\:m-115 {
    margin: 115px !important;
  }

  .mx\:m-120 {
    margin: 120px !important;
  }

  .mx\:m-128 {
    margin: 128px !important;
  }

  .mx\:m-156 {
    margin: 156px !important;
  }

  .mx\:m-200 {
    margin: 200px !important;
  }

  .mx\:m-256 {
    margin: 256px !important;
  }

  .mx\:m-auto {
    margin: auto !important;
  }

  .mx\:m-px {
    margin: 1px !important;
  }

  .mx\:-m-0 {
    margin: 0px !important;
  }

  .mx\:-m-2 {
    margin: -2px !important;
  }

  .mx\:-m-3 {
    margin: -3px !important;
  }

  .mx\:-m-4 {
    margin: -4px !important;
  }

  .mx\:-m-6 {
    margin: -6px !important;
  }

  .mx\:-m-8 {
    margin: -8px !important;
  }

  .mx\:-m-10 {
    margin: -10px !important;
  }

  .mx\:-m-12 {
    margin: -12px !important;
  }

  .mx\:-m-14 {
    margin: -14px !important;
  }

  .mx\:-m-16 {
    margin: -16px !important;
  }

  .mx\:-m-20 {
    margin: -20px !important;
  }

  .mx\:-m-22 {
    margin: -22px !important;
  }

  .mx\:-m-24 {
    margin: -24px !important;
  }

  .mx\:-m-25 {
    margin: -25px !important;
  }

  .mx\:-m-27 {
    margin: -27px !important;
  }

  .mx\:-m-30 {
    margin: -30px !important;
  }

  .mx\:-m-36 {
    margin: -36px !important;
  }

  .mx\:-m-40 {
    margin: -40px !important;
  }

  .mx\:-m-42 {
    margin: -42px !important;
  }

  .mx\:-m-44 {
    margin: -44px !important;
  }

  .mx\:-m-48 {
    margin: -48px !important;
  }

  .mx\:-m-52 {
    margin: -52px !important;
  }

  .mx\:-m-64 {
    margin: -64px !important;
  }

  .mx\:-m-72 {
    margin: -72px !important;
  }

  .mx\:-m-74 {
    margin: -74px !important;
  }

  .mx\:-m-77 {
    margin: -77px !important;
  }

  .mx\:-m-84 {
    margin: -84px !important;
  }

  .mx\:-m-96 {
    margin: -96px !important;
  }

  .mx\:-m-98 {
    margin: -98px !important;
  }

  .mx\:-m-100 {
    margin: -100px !important;
  }

  .mx\:-m-105 {
    margin: -105px !important;
  }

  .mx\:-m-114 {
    margin: -114px !important;
  }

  .mx\:-m-115 {
    margin: -115px !important;
  }

  .mx\:-m-120 {
    margin: -120px !important;
  }

  .mx\:-m-128 {
    margin: -128px !important;
  }

  .mx\:-m-156 {
    margin: -156px !important;
  }

  .mx\:-m-200 {
    margin: -200px !important;
  }

  .mx\:-m-256 {
    margin: -256px !important;
  }

  .mx\:-m-px {
    margin: -1px !important;
  }

  .mx\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .mx\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .mx\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .mx\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .mx\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .mx\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .mx\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .mx\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .mx\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mx\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .mx\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .mx\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mx\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .mx\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mx\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .mx\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mx\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .mx\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .mx\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .mx\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .mx\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .mx\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .mx\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .mx\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .mx\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .mx\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .mx\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .mx\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mx\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mx\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .mx\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mx\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mx\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .mx\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .mx\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .mx\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .mx\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mx\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mx\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .mx\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .mx\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .mx\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .mx\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .mx\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .mx\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .mx\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .mx\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .mx\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mx\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .mx\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .mx\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .mx\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .mx\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mx\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .mx\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .mx\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .mx\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .mx\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .mx\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .mx\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .mx\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .mx\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .mx\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .mx\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .mx\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .mx\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .mx\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .mx\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .mx\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .mx\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .mx\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .mx\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .mx\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .mx\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .mx\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .mx\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mx\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .mx\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .mx\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .mx\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .mx\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .mx\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mx\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .mx\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .mx\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mx\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .mx\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .mx\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mx\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mx\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .mx\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mx\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .mx\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mx\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mx\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mx\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mx\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mx\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mx\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .mx\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .mx\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .mx\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .mx\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .mx\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mx\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .mx\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .mx\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .mx\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .mx\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .mx\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .mx\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .mx\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .mx\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .mx\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .mx\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mx\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .mx\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .mx\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .mx\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .mx\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .mx\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .mx\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .mx\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .mx\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .mx\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .mx\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .mx\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .mx\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .mx\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .mx\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .mx\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .mx\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .mx\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .mx\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .mx\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .mx\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mx\:mt-0 {
    margin-top: 0px !important;
  }

  .mx\:mt-2 {
    margin-top: 2px !important;
  }

  .mx\:mt-3 {
    margin-top: 3px !important;
  }

  .mx\:mt-4 {
    margin-top: 4px !important;
  }

  .mx\:mt-6 {
    margin-top: 6px !important;
  }

  .mx\:mt-8 {
    margin-top: 8px !important;
  }

  .mx\:mt-10 {
    margin-top: 10px !important;
  }

  .mx\:mt-12 {
    margin-top: 12px !important;
  }

  .mx\:mt-14 {
    margin-top: 14px !important;
  }

  .mx\:mt-16 {
    margin-top: 16px !important;
  }

  .mx\:mt-20 {
    margin-top: 20px !important;
  }

  .mx\:mt-22 {
    margin-top: 22px !important;
  }

  .mx\:mt-24 {
    margin-top: 24px !important;
  }

  .mx\:mt-25 {
    margin-top: 25px !important;
  }

  .mx\:mt-27 {
    margin-top: 27px !important;
  }

  .mx\:mt-30 {
    margin-top: 30px !important;
  }

  .mx\:mt-36 {
    margin-top: 36px !important;
  }

  .mx\:mt-40 {
    margin-top: 40px !important;
  }

  .mx\:mt-42 {
    margin-top: 42px !important;
  }

  .mx\:mt-44 {
    margin-top: 44px !important;
  }

  .mx\:mt-48 {
    margin-top: 48px !important;
  }

  .mx\:mt-52 {
    margin-top: 52px !important;
  }

  .mx\:mt-64 {
    margin-top: 64px !important;
  }

  .mx\:mt-72 {
    margin-top: 72px !important;
  }

  .mx\:mt-74 {
    margin-top: 74px !important;
  }

  .mx\:mt-77 {
    margin-top: 77px !important;
  }

  .mx\:mt-84 {
    margin-top: 84px !important;
  }

  .mx\:mt-96 {
    margin-top: 96px !important;
  }

  .mx\:mt-98 {
    margin-top: 98px !important;
  }

  .mx\:mt-100 {
    margin-top: 100px !important;
  }

  .mx\:mt-105 {
    margin-top: 105px !important;
  }

  .mx\:mt-114 {
    margin-top: 114px !important;
  }

  .mx\:mt-115 {
    margin-top: 115px !important;
  }

  .mx\:mt-120 {
    margin-top: 120px !important;
  }

  .mx\:mt-128 {
    margin-top: 128px !important;
  }

  .mx\:mt-156 {
    margin-top: 156px !important;
  }

  .mx\:mt-200 {
    margin-top: 200px !important;
  }

  .mx\:mt-256 {
    margin-top: 256px !important;
  }

  .mx\:mt-auto {
    margin-top: auto !important;
  }

  .mx\:mt-px {
    margin-top: 1px !important;
  }

  .mx\:-mt-0 {
    margin-top: 0px !important;
  }

  .mx\:-mt-2 {
    margin-top: -2px !important;
  }

  .mx\:-mt-3 {
    margin-top: -3px !important;
  }

  .mx\:-mt-4 {
    margin-top: -4px !important;
  }

  .mx\:-mt-6 {
    margin-top: -6px !important;
  }

  .mx\:-mt-8 {
    margin-top: -8px !important;
  }

  .mx\:-mt-10 {
    margin-top: -10px !important;
  }

  .mx\:-mt-12 {
    margin-top: -12px !important;
  }

  .mx\:-mt-14 {
    margin-top: -14px !important;
  }

  .mx\:-mt-16 {
    margin-top: -16px !important;
  }

  .mx\:-mt-20 {
    margin-top: -20px !important;
  }

  .mx\:-mt-22 {
    margin-top: -22px !important;
  }

  .mx\:-mt-24 {
    margin-top: -24px !important;
  }

  .mx\:-mt-25 {
    margin-top: -25px !important;
  }

  .mx\:-mt-27 {
    margin-top: -27px !important;
  }

  .mx\:-mt-30 {
    margin-top: -30px !important;
  }

  .mx\:-mt-36 {
    margin-top: -36px !important;
  }

  .mx\:-mt-40 {
    margin-top: -40px !important;
  }

  .mx\:-mt-42 {
    margin-top: -42px !important;
  }

  .mx\:-mt-44 {
    margin-top: -44px !important;
  }

  .mx\:-mt-48 {
    margin-top: -48px !important;
  }

  .mx\:-mt-52 {
    margin-top: -52px !important;
  }

  .mx\:-mt-64 {
    margin-top: -64px !important;
  }

  .mx\:-mt-72 {
    margin-top: -72px !important;
  }

  .mx\:-mt-74 {
    margin-top: -74px !important;
  }

  .mx\:-mt-77 {
    margin-top: -77px !important;
  }

  .mx\:-mt-84 {
    margin-top: -84px !important;
  }

  .mx\:-mt-96 {
    margin-top: -96px !important;
  }

  .mx\:-mt-98 {
    margin-top: -98px !important;
  }

  .mx\:-mt-100 {
    margin-top: -100px !important;
  }

  .mx\:-mt-105 {
    margin-top: -105px !important;
  }

  .mx\:-mt-114 {
    margin-top: -114px !important;
  }

  .mx\:-mt-115 {
    margin-top: -115px !important;
  }

  .mx\:-mt-120 {
    margin-top: -120px !important;
  }

  .mx\:-mt-128 {
    margin-top: -128px !important;
  }

  .mx\:-mt-156 {
    margin-top: -156px !important;
  }

  .mx\:-mt-200 {
    margin-top: -200px !important;
  }

  .mx\:-mt-256 {
    margin-top: -256px !important;
  }

  .mx\:-mt-px {
    margin-top: -1px !important;
  }

  .mx\:mr-0 {
    margin-right: 0px !important;
  }

  .mx\:mr-2 {
    margin-right: 2px !important;
  }

  .mx\:mr-3 {
    margin-right: 3px !important;
  }

  .mx\:mr-4 {
    margin-right: 4px !important;
  }

  .mx\:mr-6 {
    margin-right: 6px !important;
  }

  .mx\:mr-8 {
    margin-right: 8px !important;
  }

  .mx\:mr-10 {
    margin-right: 10px !important;
  }

  .mx\:mr-12 {
    margin-right: 12px !important;
  }

  .mx\:mr-14 {
    margin-right: 14px !important;
  }

  .mx\:mr-16 {
    margin-right: 16px !important;
  }

  .mx\:mr-20 {
    margin-right: 20px !important;
  }

  .mx\:mr-22 {
    margin-right: 22px !important;
  }

  .mx\:mr-24 {
    margin-right: 24px !important;
  }

  .mx\:mr-25 {
    margin-right: 25px !important;
  }

  .mx\:mr-27 {
    margin-right: 27px !important;
  }

  .mx\:mr-30 {
    margin-right: 30px !important;
  }

  .mx\:mr-36 {
    margin-right: 36px !important;
  }

  .mx\:mr-40 {
    margin-right: 40px !important;
  }

  .mx\:mr-42 {
    margin-right: 42px !important;
  }

  .mx\:mr-44 {
    margin-right: 44px !important;
  }

  .mx\:mr-48 {
    margin-right: 48px !important;
  }

  .mx\:mr-52 {
    margin-right: 52px !important;
  }

  .mx\:mr-64 {
    margin-right: 64px !important;
  }

  .mx\:mr-72 {
    margin-right: 72px !important;
  }

  .mx\:mr-74 {
    margin-right: 74px !important;
  }

  .mx\:mr-77 {
    margin-right: 77px !important;
  }

  .mx\:mr-84 {
    margin-right: 84px !important;
  }

  .mx\:mr-96 {
    margin-right: 96px !important;
  }

  .mx\:mr-98 {
    margin-right: 98px !important;
  }

  .mx\:mr-100 {
    margin-right: 100px !important;
  }

  .mx\:mr-105 {
    margin-right: 105px !important;
  }

  .mx\:mr-114 {
    margin-right: 114px !important;
  }

  .mx\:mr-115 {
    margin-right: 115px !important;
  }

  .mx\:mr-120 {
    margin-right: 120px !important;
  }

  .mx\:mr-128 {
    margin-right: 128px !important;
  }

  .mx\:mr-156 {
    margin-right: 156px !important;
  }

  .mx\:mr-200 {
    margin-right: 200px !important;
  }

  .mx\:mr-256 {
    margin-right: 256px !important;
  }

  .mx\:mr-auto {
    margin-right: auto !important;
  }

  .mx\:mr-px {
    margin-right: 1px !important;
  }

  .mx\:-mr-0 {
    margin-right: 0px !important;
  }

  .mx\:-mr-2 {
    margin-right: -2px !important;
  }

  .mx\:-mr-3 {
    margin-right: -3px !important;
  }

  .mx\:-mr-4 {
    margin-right: -4px !important;
  }

  .mx\:-mr-6 {
    margin-right: -6px !important;
  }

  .mx\:-mr-8 {
    margin-right: -8px !important;
  }

  .mx\:-mr-10 {
    margin-right: -10px !important;
  }

  .mx\:-mr-12 {
    margin-right: -12px !important;
  }

  .mx\:-mr-14 {
    margin-right: -14px !important;
  }

  .mx\:-mr-16 {
    margin-right: -16px !important;
  }

  .mx\:-mr-20 {
    margin-right: -20px !important;
  }

  .mx\:-mr-22 {
    margin-right: -22px !important;
  }

  .mx\:-mr-24 {
    margin-right: -24px !important;
  }

  .mx\:-mr-25 {
    margin-right: -25px !important;
  }

  .mx\:-mr-27 {
    margin-right: -27px !important;
  }

  .mx\:-mr-30 {
    margin-right: -30px !important;
  }

  .mx\:-mr-36 {
    margin-right: -36px !important;
  }

  .mx\:-mr-40 {
    margin-right: -40px !important;
  }

  .mx\:-mr-42 {
    margin-right: -42px !important;
  }

  .mx\:-mr-44 {
    margin-right: -44px !important;
  }

  .mx\:-mr-48 {
    margin-right: -48px !important;
  }

  .mx\:-mr-52 {
    margin-right: -52px !important;
  }

  .mx\:-mr-64 {
    margin-right: -64px !important;
  }

  .mx\:-mr-72 {
    margin-right: -72px !important;
  }

  .mx\:-mr-74 {
    margin-right: -74px !important;
  }

  .mx\:-mr-77 {
    margin-right: -77px !important;
  }

  .mx\:-mr-84 {
    margin-right: -84px !important;
  }

  .mx\:-mr-96 {
    margin-right: -96px !important;
  }

  .mx\:-mr-98 {
    margin-right: -98px !important;
  }

  .mx\:-mr-100 {
    margin-right: -100px !important;
  }

  .mx\:-mr-105 {
    margin-right: -105px !important;
  }

  .mx\:-mr-114 {
    margin-right: -114px !important;
  }

  .mx\:-mr-115 {
    margin-right: -115px !important;
  }

  .mx\:-mr-120 {
    margin-right: -120px !important;
  }

  .mx\:-mr-128 {
    margin-right: -128px !important;
  }

  .mx\:-mr-156 {
    margin-right: -156px !important;
  }

  .mx\:-mr-200 {
    margin-right: -200px !important;
  }

  .mx\:-mr-256 {
    margin-right: -256px !important;
  }

  .mx\:-mr-px {
    margin-right: -1px !important;
  }

  .mx\:mb-0 {
    margin-bottom: 0px !important;
  }

  .mx\:mb-2 {
    margin-bottom: 2px !important;
  }

  .mx\:mb-3 {
    margin-bottom: 3px !important;
  }

  .mx\:mb-4 {
    margin-bottom: 4px !important;
  }

  .mx\:mb-6 {
    margin-bottom: 6px !important;
  }

  .mx\:mb-8 {
    margin-bottom: 8px !important;
  }

  .mx\:mb-10 {
    margin-bottom: 10px !important;
  }

  .mx\:mb-12 {
    margin-bottom: 12px !important;
  }

  .mx\:mb-14 {
    margin-bottom: 14px !important;
  }

  .mx\:mb-16 {
    margin-bottom: 16px !important;
  }

  .mx\:mb-20 {
    margin-bottom: 20px !important;
  }

  .mx\:mb-22 {
    margin-bottom: 22px !important;
  }

  .mx\:mb-24 {
    margin-bottom: 24px !important;
  }

  .mx\:mb-25 {
    margin-bottom: 25px !important;
  }

  .mx\:mb-27 {
    margin-bottom: 27px !important;
  }

  .mx\:mb-30 {
    margin-bottom: 30px !important;
  }

  .mx\:mb-36 {
    margin-bottom: 36px !important;
  }

  .mx\:mb-40 {
    margin-bottom: 40px !important;
  }

  .mx\:mb-42 {
    margin-bottom: 42px !important;
  }

  .mx\:mb-44 {
    margin-bottom: 44px !important;
  }

  .mx\:mb-48 {
    margin-bottom: 48px !important;
  }

  .mx\:mb-52 {
    margin-bottom: 52px !important;
  }

  .mx\:mb-64 {
    margin-bottom: 64px !important;
  }

  .mx\:mb-72 {
    margin-bottom: 72px !important;
  }

  .mx\:mb-74 {
    margin-bottom: 74px !important;
  }

  .mx\:mb-77 {
    margin-bottom: 77px !important;
  }

  .mx\:mb-84 {
    margin-bottom: 84px !important;
  }

  .mx\:mb-96 {
    margin-bottom: 96px !important;
  }

  .mx\:mb-98 {
    margin-bottom: 98px !important;
  }

  .mx\:mb-100 {
    margin-bottom: 100px !important;
  }

  .mx\:mb-105 {
    margin-bottom: 105px !important;
  }

  .mx\:mb-114 {
    margin-bottom: 114px !important;
  }

  .mx\:mb-115 {
    margin-bottom: 115px !important;
  }

  .mx\:mb-120 {
    margin-bottom: 120px !important;
  }

  .mx\:mb-128 {
    margin-bottom: 128px !important;
  }

  .mx\:mb-156 {
    margin-bottom: 156px !important;
  }

  .mx\:mb-200 {
    margin-bottom: 200px !important;
  }

  .mx\:mb-256 {
    margin-bottom: 256px !important;
  }

  .mx\:mb-auto {
    margin-bottom: auto !important;
  }

  .mx\:mb-px {
    margin-bottom: 1px !important;
  }

  .mx\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .mx\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .mx\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .mx\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .mx\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .mx\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .mx\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .mx\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .mx\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .mx\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .mx\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .mx\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .mx\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .mx\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .mx\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .mx\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .mx\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .mx\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .mx\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .mx\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .mx\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .mx\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .mx\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .mx\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .mx\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .mx\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .mx\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .mx\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .mx\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .mx\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .mx\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .mx\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .mx\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .mx\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .mx\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .mx\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .mx\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .mx\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .mx\:-mb-px {
    margin-bottom: -1px !important;
  }

  .mx\:ml-0 {
    margin-left: 0px !important;
  }

  .mx\:ml-2 {
    margin-left: 2px !important;
  }

  .mx\:ml-3 {
    margin-left: 3px !important;
  }

  .mx\:ml-4 {
    margin-left: 4px !important;
  }

  .mx\:ml-6 {
    margin-left: 6px !important;
  }

  .mx\:ml-8 {
    margin-left: 8px !important;
  }

  .mx\:ml-10 {
    margin-left: 10px !important;
  }

  .mx\:ml-12 {
    margin-left: 12px !important;
  }

  .mx\:ml-14 {
    margin-left: 14px !important;
  }

  .mx\:ml-16 {
    margin-left: 16px !important;
  }

  .mx\:ml-20 {
    margin-left: 20px !important;
  }

  .mx\:ml-22 {
    margin-left: 22px !important;
  }

  .mx\:ml-24 {
    margin-left: 24px !important;
  }

  .mx\:ml-25 {
    margin-left: 25px !important;
  }

  .mx\:ml-27 {
    margin-left: 27px !important;
  }

  .mx\:ml-30 {
    margin-left: 30px !important;
  }

  .mx\:ml-36 {
    margin-left: 36px !important;
  }

  .mx\:ml-40 {
    margin-left: 40px !important;
  }

  .mx\:ml-42 {
    margin-left: 42px !important;
  }

  .mx\:ml-44 {
    margin-left: 44px !important;
  }

  .mx\:ml-48 {
    margin-left: 48px !important;
  }

  .mx\:ml-52 {
    margin-left: 52px !important;
  }

  .mx\:ml-64 {
    margin-left: 64px !important;
  }

  .mx\:ml-72 {
    margin-left: 72px !important;
  }

  .mx\:ml-74 {
    margin-left: 74px !important;
  }

  .mx\:ml-77 {
    margin-left: 77px !important;
  }

  .mx\:ml-84 {
    margin-left: 84px !important;
  }

  .mx\:ml-96 {
    margin-left: 96px !important;
  }

  .mx\:ml-98 {
    margin-left: 98px !important;
  }

  .mx\:ml-100 {
    margin-left: 100px !important;
  }

  .mx\:ml-105 {
    margin-left: 105px !important;
  }

  .mx\:ml-114 {
    margin-left: 114px !important;
  }

  .mx\:ml-115 {
    margin-left: 115px !important;
  }

  .mx\:ml-120 {
    margin-left: 120px !important;
  }

  .mx\:ml-128 {
    margin-left: 128px !important;
  }

  .mx\:ml-156 {
    margin-left: 156px !important;
  }

  .mx\:ml-200 {
    margin-left: 200px !important;
  }

  .mx\:ml-256 {
    margin-left: 256px !important;
  }

  .mx\:ml-auto {
    margin-left: auto !important;
  }

  .mx\:ml-px {
    margin-left: 1px !important;
  }

  .mx\:-ml-0 {
    margin-left: 0px !important;
  }

  .mx\:-ml-2 {
    margin-left: -2px !important;
  }

  .mx\:-ml-3 {
    margin-left: -3px !important;
  }

  .mx\:-ml-4 {
    margin-left: -4px !important;
  }

  .mx\:-ml-6 {
    margin-left: -6px !important;
  }

  .mx\:-ml-8 {
    margin-left: -8px !important;
  }

  .mx\:-ml-10 {
    margin-left: -10px !important;
  }

  .mx\:-ml-12 {
    margin-left: -12px !important;
  }

  .mx\:-ml-14 {
    margin-left: -14px !important;
  }

  .mx\:-ml-16 {
    margin-left: -16px !important;
  }

  .mx\:-ml-20 {
    margin-left: -20px !important;
  }

  .mx\:-ml-22 {
    margin-left: -22px !important;
  }

  .mx\:-ml-24 {
    margin-left: -24px !important;
  }

  .mx\:-ml-25 {
    margin-left: -25px !important;
  }

  .mx\:-ml-27 {
    margin-left: -27px !important;
  }

  .mx\:-ml-30 {
    margin-left: -30px !important;
  }

  .mx\:-ml-36 {
    margin-left: -36px !important;
  }

  .mx\:-ml-40 {
    margin-left: -40px !important;
  }

  .mx\:-ml-42 {
    margin-left: -42px !important;
  }

  .mx\:-ml-44 {
    margin-left: -44px !important;
  }

  .mx\:-ml-48 {
    margin-left: -48px !important;
  }

  .mx\:-ml-52 {
    margin-left: -52px !important;
  }

  .mx\:-ml-64 {
    margin-left: -64px !important;
  }

  .mx\:-ml-72 {
    margin-left: -72px !important;
  }

  .mx\:-ml-74 {
    margin-left: -74px !important;
  }

  .mx\:-ml-77 {
    margin-left: -77px !important;
  }

  .mx\:-ml-84 {
    margin-left: -84px !important;
  }

  .mx\:-ml-96 {
    margin-left: -96px !important;
  }

  .mx\:-ml-98 {
    margin-left: -98px !important;
  }

  .mx\:-ml-100 {
    margin-left: -100px !important;
  }

  .mx\:-ml-105 {
    margin-left: -105px !important;
  }

  .mx\:-ml-114 {
    margin-left: -114px !important;
  }

  .mx\:-ml-115 {
    margin-left: -115px !important;
  }

  .mx\:-ml-120 {
    margin-left: -120px !important;
  }

  .mx\:-ml-128 {
    margin-left: -128px !important;
  }

  .mx\:-ml-156 {
    margin-left: -156px !important;
  }

  .mx\:-ml-200 {
    margin-left: -200px !important;
  }

  .mx\:-ml-256 {
    margin-left: -256px !important;
  }

  .mx\:-ml-px {
    margin-left: -1px !important;
  }

  .mx\:box-border {
    box-sizing: border-box !important;
  }

  .mx\:box-content {
    box-sizing: content-box !important;
  }

  .mx\:block {
    display: block !important;
  }

  .mx\:inline-block {
    display: inline-block !important;
  }

  .mx\:inline {
    display: inline !important;
  }

  .mx\:flex {
    display: flex !important;
  }

  .mx\:inline-flex {
    display: inline-flex !important;
  }

  .mx\:table {
    display: table !important;
  }

  .mx\:inline-table {
    display: inline-table !important;
  }

  .mx\:table-caption {
    display: table-caption !important;
  }

  .mx\:table-cell {
    display: table-cell !important;
  }

  .mx\:table-column {
    display: table-column !important;
  }

  .mx\:table-column-group {
    display: table-column-group !important;
  }

  .mx\:table-footer-group {
    display: table-footer-group !important;
  }

  .mx\:table-header-group {
    display: table-header-group !important;
  }

  .mx\:table-row-group {
    display: table-row-group !important;
  }

  .mx\:table-row {
    display: table-row !important;
  }

  .mx\:flow-root {
    display: flow-root !important;
  }

  .mx\:grid {
    display: grid !important;
  }

  .mx\:inline-grid {
    display: inline-grid !important;
  }

  .mx\:contents {
    display: contents !important;
  }

  .mx\:list-item {
    display: list-item !important;
  }

  .mx\:hidden {
    display: none !important;
  }

  .mx\:h-0 {
    height: 0px !important;
  }

  .mx\:h-2 {
    height: 2px !important;
  }

  .mx\:h-3 {
    height: 3px !important;
  }

  .mx\:h-4 {
    height: 4px !important;
  }

  .mx\:h-5 {
    height: 5px !important;
  }

  .mx\:h-6 {
    height: 6px !important;
  }

  .mx\:h-8 {
    height: 8px !important;
  }

  .mx\:h-10 {
    height: 10px !important;
  }

  .mx\:h-12 {
    height: 12px !important;
  }

  .mx\:h-14 {
    height: 14px !important;
  }

  .mx\:h-15 {
    height: 15px !important;
  }

  .mx\:h-16 {
    height: 16px !important;
  }

  .mx\:h-20 {
    height: 20px !important;
  }

  .mx\:h-22 {
    height: 22px !important;
  }

  .mx\:h-24 {
    height: 24px !important;
  }

  .mx\:h-25 {
    height: 25px !important;
  }

  .mx\:h-26 {
    height: 26px !important;
  }

  .mx\:h-27 {
    height: 27px !important;
  }

  .mx\:h-28 {
    height: 28px !important;
  }

  .mx\:h-30 {
    height: 30px !important;
  }

  .mx\:h-32 {
    height: 32px !important;
  }

  .mx\:h-33 {
    height: 33px !important;
  }

  .mx\:h-34 {
    height: 34px !important;
  }

  .mx\:h-35 {
    height: 35px !important;
  }

  .mx\:h-36 {
    height: 36px !important;
  }

  .mx\:h-38 {
    height: 38px !important;
  }

  .mx\:h-40 {
    height: 40px !important;
  }

  .mx\:h-42 {
    height: 42px !important;
  }

  .mx\:h-44 {
    height: 44px !important;
  }

  .mx\:h-45 {
    height: 45px !important;
  }

  .mx\:h-48 {
    height: 48px !important;
  }

  .mx\:h-50 {
    height: 50px !important;
  }

  .mx\:h-52 {
    height: 52px !important;
  }

  .mx\:h-55 {
    height: 55px !important;
  }

  .mx\:h-60 {
    height: 60px !important;
  }

  .mx\:h-64 {
    height: 64px !important;
  }

  .mx\:h-65 {
    height: 65px !important;
  }

  .mx\:h-70 {
    height: 70px !important;
  }

  .mx\:h-72 {
    height: 72px !important;
  }

  .mx\:h-74 {
    height: 74px !important;
  }

  .mx\:h-75 {
    height: 75px !important;
  }

  .mx\:h-77 {
    height: 77px !important;
  }

  .mx\:h-80 {
    height: 80px !important;
  }

  .mx\:h-84 {
    height: 84px !important;
  }

  .mx\:h-85 {
    height: 85px !important;
  }

  .mx\:h-90 {
    height: 90px !important;
  }

  .mx\:h-95 {
    height: 95px !important;
  }

  .mx\:h-96 {
    height: 96px !important;
  }

  .mx\:h-98 {
    height: 98px !important;
  }

  .mx\:h-100 {
    height: 100px !important;
  }

  .mx\:h-105 {
    height: 105px !important;
  }

  .mx\:h-110 {
    height: 110px !important;
  }

  .mx\:h-114 {
    height: 114px !important;
  }

  .mx\:h-115 {
    height: 115px !important;
  }

  .mx\:h-120 {
    height: 120px !important;
  }

  .mx\:h-125 {
    height: 125px !important;
  }

  .mx\:h-128 {
    height: 128px !important;
  }

  .mx\:h-130 {
    height: 130px !important;
  }

  .mx\:h-135 {
    height: 135px !important;
  }

  .mx\:h-140 {
    height: 140px !important;
  }

  .mx\:h-142 {
    height: 142px !important;
  }

  .mx\:h-145 {
    height: 145px !important;
  }

  .mx\:h-150 {
    height: 150px !important;
  }

  .mx\:h-156 {
    height: 156px !important;
  }

  .mx\:h-165 {
    height: 165px !important;
  }

  .mx\:h-170 {
    height: 170px !important;
  }

  .mx\:h-180 {
    height: 180px !important;
  }

  .mx\:h-185 {
    height: 185px !important;
  }

  .mx\:h-190 {
    height: 190px !important;
  }

  .mx\:h-200 {
    height: 200px !important;
  }

  .mx\:h-225 {
    height: 225px !important;
  }

  .mx\:h-256 {
    height: 256px !important;
  }

  .mx\:h-auto {
    height: auto !important;
  }

  .mx\:h-px {
    height: 1px !important;
  }

  .mx\:h-1\/2 {
    height: 50% !important;
  }

  .mx\:h-1\/3 {
    height: 33.333333% !important;
  }

  .mx\:h-2\/3 {
    height: 66.666667% !important;
  }

  .mx\:h-1\/4 {
    height: 25% !important;
  }

  .mx\:h-2\/4 {
    height: 50% !important;
  }

  .mx\:h-3\/4 {
    height: 75% !important;
  }

  .mx\:h-1\/5 {
    height: 20% !important;
  }

  .mx\:h-2\/5 {
    height: 40% !important;
  }

  .mx\:h-3\/5 {
    height: 60% !important;
  }

  .mx\:h-4\/5 {
    height: 80% !important;
  }

  .mx\:h-1\/6 {
    height: 16.666667% !important;
  }

  .mx\:h-2\/6 {
    height: 33.333333% !important;
  }

  .mx\:h-3\/6 {
    height: 50% !important;
  }

  .mx\:h-4\/6 {
    height: 66.666667% !important;
  }

  .mx\:h-5\/6 {
    height: 83.333333% !important;
  }

  .mx\:h-full {
    height: 100% !important;
  }

  .mx\:h-screen {
    height: 100vh !important;
  }

  .mx\:max-h-0 {
    max-height: 0px !important;
  }

  .mx\:max-h-2 {
    max-height: 2px !important;
  }

  .mx\:max-h-3 {
    max-height: 3px !important;
  }

  .mx\:max-h-4 {
    max-height: 4px !important;
  }

  .mx\:max-h-6 {
    max-height: 6px !important;
  }

  .mx\:max-h-8 {
    max-height: 8px !important;
  }

  .mx\:max-h-10 {
    max-height: 10px !important;
  }

  .mx\:max-h-12 {
    max-height: 12px !important;
  }

  .mx\:max-h-14 {
    max-height: 14px !important;
  }

  .mx\:max-h-16 {
    max-height: 16px !important;
  }

  .mx\:max-h-20 {
    max-height: 20px !important;
  }

  .mx\:max-h-22 {
    max-height: 22px !important;
  }

  .mx\:max-h-24 {
    max-height: 24px !important;
  }

  .mx\:max-h-25 {
    max-height: 25px !important;
  }

  .mx\:max-h-27 {
    max-height: 27px !important;
  }

  .mx\:max-h-30 {
    max-height: 30px !important;
  }

  .mx\:max-h-36 {
    max-height: 36px !important;
  }

  .mx\:max-h-40 {
    max-height: 40px !important;
  }

  .mx\:max-h-42 {
    max-height: 42px !important;
  }

  .mx\:max-h-44 {
    max-height: 44px !important;
  }

  .mx\:max-h-48 {
    max-height: 48px !important;
  }

  .mx\:max-h-52 {
    max-height: 52px !important;
  }

  .mx\:max-h-64 {
    max-height: 64px !important;
  }

  .mx\:max-h-72 {
    max-height: 72px !important;
  }

  .mx\:max-h-74 {
    max-height: 74px !important;
  }

  .mx\:max-h-77 {
    max-height: 77px !important;
  }

  .mx\:max-h-84 {
    max-height: 84px !important;
  }

  .mx\:max-h-96 {
    max-height: 96px !important;
  }

  .mx\:max-h-98 {
    max-height: 98px !important;
  }

  .mx\:max-h-100 {
    max-height: 100px !important;
  }

  .mx\:max-h-105 {
    max-height: 105px !important;
  }

  .mx\:max-h-114 {
    max-height: 114px !important;
  }

  .mx\:max-h-115 {
    max-height: 115px !important;
  }

  .mx\:max-h-120 {
    max-height: 120px !important;
  }

  .mx\:max-h-128 {
    max-height: 128px !important;
  }

  .mx\:max-h-156 {
    max-height: 156px !important;
  }

  .mx\:max-h-200 {
    max-height: 200px !important;
  }

  .mx\:max-h-256 {
    max-height: 256px !important;
  }

  .mx\:max-h-px {
    max-height: 1px !important;
  }

  .mx\:max-h-full {
    max-height: 100% !important;
  }

  .mx\:max-h-screen {
    max-height: 100vh !important;
  }

  .mx\:min-h-0 {
    min-height: 0px !important;
  }

  .mx\:min-h-full {
    min-height: 100% !important;
  }

  .mx\:min-h-screen {
    min-height: 100vh !important;
  }

  .mx\:w-0 {
    width: 0px !important;
  }

  .mx\:w-2 {
    width: 2px !important;
  }

  .mx\:w-3 {
    width: 3px !important;
  }

  .mx\:w-4 {
    width: 4px !important;
  }

  .mx\:w-6 {
    width: 6px !important;
  }

  .mx\:w-8 {
    width: 8px !important;
  }

  .mx\:w-10 {
    width: 10px !important;
  }

  .mx\:w-12 {
    width: 12px !important;
  }

  .mx\:w-14 {
    width: 14px !important;
  }

  .mx\:w-16 {
    width: 16px !important;
  }

  .mx\:w-20 {
    width: 20px !important;
  }

  .mx\:w-22 {
    width: 22px !important;
  }

  .mx\:w-24 {
    width: 24px !important;
  }

  .mx\:w-25 {
    width: 25px !important;
  }

  .mx\:w-27 {
    width: 27px !important;
  }

  .mx\:w-30 {
    width: 30px !important;
  }

  .mx\:w-36 {
    width: 36px !important;
  }

  .mx\:w-40 {
    width: 40px !important;
  }

  .mx\:w-42 {
    width: 42px !important;
  }

  .mx\:w-44 {
    width: 44px !important;
  }

  .mx\:w-48 {
    width: 48px !important;
  }

  .mx\:w-52 {
    width: 52px !important;
  }

  .mx\:w-64 {
    width: 64px !important;
  }

  .mx\:w-72 {
    width: 72px !important;
  }

  .mx\:w-74 {
    width: 74px !important;
  }

  .mx\:w-77 {
    width: 77px !important;
  }

  .mx\:w-84 {
    width: 84px !important;
  }

  .mx\:w-96 {
    width: 96px !important;
  }

  .mx\:w-98 {
    width: 98px !important;
  }

  .mx\:w-100 {
    width: 100px !important;
  }

  .mx\:w-105 {
    width: 105px !important;
  }

  .mx\:w-114 {
    width: 114px !important;
  }

  .mx\:w-115 {
    width: 115px !important;
  }

  .mx\:w-120 {
    width: 120px !important;
  }

  .mx\:w-128 {
    width: 128px !important;
  }

  .mx\:w-156 {
    width: 156px !important;
  }

  .mx\:w-200 {
    width: 200px !important;
  }

  .mx\:w-256 {
    width: 256px !important;
  }

  .mx\:w-auto {
    width: auto !important;
  }

  .mx\:w-px {
    width: 1px !important;
  }

  .mx\:w-1\/2 {
    width: 50% !important;
  }

  .mx\:w-1\/3 {
    width: 33.333333% !important;
  }

  .mx\:w-2\/3 {
    width: 66.666667% !important;
  }

  .mx\:w-1\/4 {
    width: 25% !important;
  }

  .mx\:w-2\/4 {
    width: 50% !important;
  }

  .mx\:w-3\/4 {
    width: 75% !important;
  }

  .mx\:w-1\/5 {
    width: 20% !important;
  }

  .mx\:w-2\/5 {
    width: 40% !important;
  }

  .mx\:w-3\/5 {
    width: 60% !important;
  }

  .mx\:w-4\/5 {
    width: 80% !important;
  }

  .mx\:w-1\/6 {
    width: 16.666667% !important;
  }

  .mx\:w-2\/6 {
    width: 33.333333% !important;
  }

  .mx\:w-3\/6 {
    width: 50% !important;
  }

  .mx\:w-4\/6 {
    width: 66.666667% !important;
  }

  .mx\:w-5\/6 {
    width: 83.333333% !important;
  }

  .mx\:w-1\/12 {
    width: 8.333333% !important;
  }

  .mx\:w-2\/12 {
    width: 16.666667% !important;
  }

  .mx\:w-3\/12 {
    width: 25% !important;
  }

  .mx\:w-4\/12 {
    width: 33.333333% !important;
  }

  .mx\:w-5\/12 {
    width: 41.666667% !important;
  }

  .mx\:w-6\/12 {
    width: 50% !important;
  }

  .mx\:w-7\/12 {
    width: 58.333333% !important;
  }

  .mx\:w-8\/12 {
    width: 66.666667% !important;
  }

  .mx\:w-9\/12 {
    width: 75% !important;
  }

  .mx\:w-10\/12 {
    width: 83.333333% !important;
  }

  .mx\:w-11\/12 {
    width: 91.666667% !important;
  }

  .mx\:w-full {
    width: 100% !important;
  }

  .mx\:w-screen {
    width: 100vw !important;
  }

  .mx\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .mx\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mx\:min-w-0 {
    min-width: 0px !important;
  }

  .mx\:min-w-full {
    min-width: 100% !important;
  }

  .mx\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .mx\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .mx\:max-w-0 {
    max-width: 0rem !important;
  }

  .mx\:max-w-none {
    max-width: none !important;
  }

  .mx\:max-w-xs {
    max-width: 20rem !important;
  }

  .mx\:max-w-sm {
    max-width: 24rem !important;
  }

  .mx\:max-w-md {
    max-width: 28rem !important;
  }

  .mx\:max-w-lg {
    max-width: 32rem !important;
  }

  .mx\:max-w-xl {
    max-width: 36rem !important;
  }

  .mx\:max-w-2xl {
    max-width: 42rem !important;
  }

  .mx\:max-w-3xl {
    max-width: 48rem !important;
  }

  .mx\:max-w-4xl {
    max-width: 56rem !important;
  }

  .mx\:max-w-5xl {
    max-width: 64rem !important;
  }

  .mx\:max-w-6xl {
    max-width: 72rem !important;
  }

  .mx\:max-w-7xl {
    max-width: 80rem !important;
  }

  .mx\:max-w-full {
    max-width: 100% !important;
  }

  .mx\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .mx\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .mx\:max-w-prose {
    max-width: 65ch !important;
  }

  .mx\:flex-1 {
    flex: 1 1 0% !important;
  }

  .mx\:flex-auto {
    flex: 1 1 auto !important;
  }

  .mx\:flex-initial {
    flex: 0 1 auto !important;
  }

  .mx\:flex-none {
    flex: none !important;
  }

  .mx\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mx\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .mx\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .mx\:flex-grow {
    flex-grow: 1 !important;
  }

  .mx\:table-auto {
    table-layout: auto !important;
  }

  .mx\:table-fixed {
    table-layout: fixed !important;
  }

  .mx\:border-collapse {
    border-collapse: collapse !important;
  }

  .mx\:border-separate {
    border-collapse: separate !important;
  }

  .mx\:origin-center {
    transform-origin: center !important;
  }

  .mx\:origin-top {
    transform-origin: top !important;
  }

  .mx\:origin-top-right {
    transform-origin: top right !important;
  }

  .mx\:origin-right {
    transform-origin: right !important;
  }

  .mx\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .mx\:origin-bottom {
    transform-origin: bottom !important;
  }

  .mx\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .mx\:origin-left {
    transform-origin: left !important;
  }

  .mx\:origin-top-left {
    transform-origin: top left !important;
  }

  .mx\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mx\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mx\:transform-none {
    transform: none !important;
  }

  .mx\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mx\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .mx\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .mx\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .mx\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .mx\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .mx\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .mx\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .mx\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .mx\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .mx\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .mx\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .mx\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .mx\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .mx\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .mx\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .mx\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .mx\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .mx\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .mx\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .mx\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .mx\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .mx\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .mx\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .mx\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .mx\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .mx\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .mx\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .mx\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .mx\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .mx\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .mx\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .mx\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .mx\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .mx\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .mx\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .mx\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .mx\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .mx\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .mx\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mx\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .mx\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .mx\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .mx\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .mx\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .mx\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .mx\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .mx\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .mx\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .mx\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .mx\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .mx\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .mx\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .mx\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .mx\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .mx\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .mx\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .mx\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .mx\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .mx\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .mx\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .mx\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .mx\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .mx\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .mx\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .mx\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .mx\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .mx\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .mx\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .mx\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .mx\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .mx\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .mx\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .mx\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .mx\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .mx\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .mx\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .mx\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .mx\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .mx\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .mx\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .mx\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .mx\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .mx\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .mx\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .mx\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .mx\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .mx\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .mx\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mx\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .mx\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .mx\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .mx\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .mx\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .mx\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .mx\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .mx\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .mx\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .mx\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .mx\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .mx\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .mx\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .mx\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .mx\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .mx\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .mx\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .mx\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .mx\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .mx\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .mx\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .mx\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .mx\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .mx\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .mx\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .mx\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .mx\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .mx\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .mx\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .mx\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .mx\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .mx\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .mx\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .mx\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .mx\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .mx\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .mx\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .mx\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .mx\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mx\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .mx\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .mx\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .mx\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .mx\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .mx\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .mx\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .mx\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .mx\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .mx\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .mx\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .mx\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .mx\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .mx\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .mx\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .mx\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .mx\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .mx\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .mx\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .mx\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .mx\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .mx\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .mx\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .mx\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .mx\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .mx\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .mx\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .mx\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .mx\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .mx\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .mx\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .mx\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .mx\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .mx\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .mx\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .mx\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .mx\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .mx\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .mx\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .mx\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .mx\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .mx\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .mx\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .mx\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .mx\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .mx\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .mx\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .mx\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .mx\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mx\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .mx\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .mx\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .mx\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .mx\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .mx\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .mx\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .mx\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .mx\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .mx\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .mx\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .mx\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .mx\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .mx\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .mx\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .mx\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .mx\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .mx\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .mx\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .mx\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .mx\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .mx\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .mx\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .mx\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .mx\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .mx\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .mx\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .mx\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .mx\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .mx\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .mx\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .mx\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .mx\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .mx\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .mx\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .mx\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .mx\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .mx\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .mx\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mx\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .mx\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .mx\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .mx\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .mx\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .mx\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .mx\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .mx\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .mx\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .mx\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .mx\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .mx\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .mx\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .mx\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .mx\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .mx\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .mx\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .mx\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .mx\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .mx\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .mx\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .mx\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .mx\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .mx\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .mx\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .mx\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .mx\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .mx\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .mx\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .mx\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .mx\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .mx\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .mx\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .mx\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .mx\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .mx\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .mx\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .mx\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .mx\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .mx\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .mx\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .mx\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .mx\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .mx\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .mx\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .mx\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .mx\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .mx\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .mx\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mx\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .mx\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .mx\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .mx\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .mx\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .mx\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .mx\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .mx\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .mx\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .mx\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .mx\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .mx\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .mx\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .mx\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .mx\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .mx\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .mx\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .mx\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .mx\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .mx\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .mx\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .mx\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .mx\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .mx\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .mx\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .mx\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .mx\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .mx\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .mx\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .mx\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .mx\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .mx\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .mx\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .mx\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .mx\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .mx\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .mx\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .mx\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .mx\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mx\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .mx\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .mx\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .mx\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .mx\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .mx\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .mx\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .mx\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .mx\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .mx\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .mx\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .mx\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .mx\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .mx\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .mx\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .mx\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .mx\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .mx\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .mx\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .mx\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .mx\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .mx\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .mx\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .mx\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .mx\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .mx\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .mx\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .mx\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .mx\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .mx\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .mx\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .mx\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .mx\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .mx\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .mx\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .mx\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .mx\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .mx\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .mx\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .mx\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .mx\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .mx\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .mx\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .mx\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .mx\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .mx\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .mx\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .mx\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .mx\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mx\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .mx\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .mx\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .mx\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .mx\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .mx\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .mx\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .mx\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .mx\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .mx\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .mx\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .mx\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .mx\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .mx\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .mx\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .mx\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .mx\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .mx\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .mx\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .mx\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .mx\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .mx\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .mx\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .mx\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .mx\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .mx\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .mx\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .mx\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .mx\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .mx\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .mx\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .mx\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .mx\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .mx\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .mx\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .mx\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .mx\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .mx\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .mx\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mx\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .mx\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .mx\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .mx\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .mx\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .mx\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .mx\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .mx\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .mx\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .mx\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .mx\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .mx\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .mx\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .mx\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .mx\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .mx\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .mx\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .mx\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .mx\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .mx\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .mx\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .mx\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .mx\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .mx\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .mx\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .mx\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .mx\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .mx\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .mx\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .mx\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .mx\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .mx\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .mx\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .mx\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .mx\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .mx\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .mx\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .mx\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .mx\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .mx\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .mx\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .mx\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .mx\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .mx\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .mx\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .mx\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .mx\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .mx\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .mx\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mx\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .mx\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .mx\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .mx\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .mx\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .mx\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .mx\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .mx\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .mx\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .mx\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .mx\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .mx\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .mx\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .mx\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .mx\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .mx\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .mx\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .mx\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .mx\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .mx\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .mx\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .mx\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .mx\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .mx\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .mx\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .mx\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .mx\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .mx\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .mx\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .mx\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .mx\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .mx\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .mx\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .mx\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .mx\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .mx\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .mx\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .mx\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .mx\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mx\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .mx\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .mx\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .mx\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .mx\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .mx\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .mx\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .mx\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .mx\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .mx\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .mx\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .mx\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .mx\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .mx\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .mx\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .mx\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .mx\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .mx\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .mx\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .mx\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .mx\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .mx\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .mx\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .mx\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .mx\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .mx\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .mx\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .mx\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .mx\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .mx\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .mx\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .mx\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .mx\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .mx\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .mx\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .mx\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .mx\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .mx\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .mx\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .mx\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .mx\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .mx\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .mx\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .mx\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .mx\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .mx\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .mx\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .mx\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .mx\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .mx\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .mx\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .mx\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .mx\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .mx\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .mx\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .mx\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .mx\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .mx\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .mx\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .mx\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .mx\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .mx\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .mx\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .mx\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .mx\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .mx\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .mx\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .mx\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .mx\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .mx\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .mx\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .mx\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .mx\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .mx\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .mx\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .mx\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .mx\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .mx\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .mx\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .mx\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .mx\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .mx\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .mx\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .mx\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .mx\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .mx\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .mx\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .mx\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .mx\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .mx\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .mx\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .mx\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .mx\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .mx\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .mx\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .mx\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .mx\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .mx\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .mx\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .mx\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .mx\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .mx\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .mx\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .mx\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .mx\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .mx\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .mx\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .mx\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .mx\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .mx\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .mx\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .mx\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .mx\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .mx\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .mx\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .mx\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .mx\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .mx\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .mx\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .mx\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .mx\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .mx\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .mx\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .mx\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .mx\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .mx\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .mx\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .mx\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .mx\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .mx\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .mx\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .mx\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .mx\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .mx\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .mx\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .mx\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .mx\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .mx\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .mx\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .mx\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .mx\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .mx\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .mx\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .mx\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .mx\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .mx\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .mx\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .mx\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .mx\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .mx\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .mx\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .mx\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .mx\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .mx\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .mx\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .mx\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .mx\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .mx\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .mx\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .mx\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .mx\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .mx\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .mx\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .mx\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .mx\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .mx\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .mx\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .mx\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .mx\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .mx\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .mx\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .mx\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .mx\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .mx\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .mx\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .mx\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .mx\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .mx\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .mx\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .mx\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .mx\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .mx\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .mx\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .mx\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .mx\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .mx\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .mx\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .mx\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .mx\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .mx\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .mx\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .mx\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .mx\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .mx\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .mx\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .mx\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .mx\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .mx\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .mx\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .mx\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .mx\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .mx\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .mx\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .mx\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .mx\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .mx\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .mx\:cursor-auto {
    cursor: auto !important;
  }

  .mx\:cursor-default {
    cursor: default !important;
  }

  .mx\:cursor-pointer {
    cursor: pointer !important;
  }

  .mx\:cursor-wait {
    cursor: wait !important;
  }

  .mx\:cursor-text {
    cursor: text !important;
  }

  .mx\:cursor-move {
    cursor: move !important;
  }

  .mx\:cursor-help {
    cursor: help !important;
  }

  .mx\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .mx\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mx\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mx\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .mx\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .mx\:resize-none {
    resize: none !important;
  }

  .mx\:resize-y {
    resize: vertical !important;
  }

  .mx\:resize-x {
    resize: horizontal !important;
  }

  .mx\:resize {
    resize: both !important;
  }

  .mx\:list-inside {
    list-style-position: inside !important;
  }

  .mx\:list-outside {
    list-style-position: outside !important;
  }

  .mx\:list-none {
    list-style-type: none !important;
  }

  .mx\:list-disc {
    list-style-type: disc !important;
  }

  .mx\:list-decimal {
    list-style-type: decimal !important;
  }

  .mx\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mx\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .mx\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .mx\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .mx\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .mx\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .mx\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .mx\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .mx\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .mx\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .mx\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .mx\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .mx\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .mx\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .mx\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .mx\:flex-row {
    flex-direction: row !important;
  }

  .mx\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mx\:flex-col {
    flex-direction: column !important;
  }

  .mx\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .mx\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .mx\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mx\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mx\:place-content-center {
    place-content: center !important;
  }

  .mx\:place-content-start {
    place-content: start !important;
  }

  .mx\:place-content-end {
    place-content: end !important;
  }

  .mx\:place-content-between {
    place-content: space-between !important;
  }

  .mx\:place-content-around {
    place-content: space-around !important;
  }

  .mx\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .mx\:place-content-stretch {
    place-content: stretch !important;
  }

  .mx\:place-items-start {
    place-items: start !important;
  }

  .mx\:place-items-end {
    place-items: end !important;
  }

  .mx\:place-items-center {
    place-items: center !important;
  }

  .mx\:place-items-stretch {
    place-items: stretch !important;
  }

  .mx\:content-center {
    align-content: center !important;
  }

  .mx\:content-start {
    align-content: flex-start !important;
  }

  .mx\:content-end {
    align-content: flex-end !important;
  }

  .mx\:content-between {
    align-content: space-between !important;
  }

  .mx\:content-around {
    align-content: space-around !important;
  }

  .mx\:content-evenly {
    align-content: space-evenly !important;
  }

  .mx\:items-start {
    align-items: flex-start !important;
  }

  .mx\:items-end {
    align-items: flex-end !important;
  }

  .mx\:items-center {
    align-items: center !important;
  }

  .mx\:items-baseline {
    align-items: baseline !important;
  }

  .mx\:items-stretch {
    align-items: stretch !important;
  }

  .mx\:justify-start {
    justify-content: flex-start !important;
  }

  .mx\:justify-end {
    justify-content: flex-end !important;
  }

  .mx\:justify-center {
    justify-content: center !important;
  }

  .mx\:justify-between {
    justify-content: space-between !important;
  }

  .mx\:justify-around {
    justify-content: space-around !important;
  }

  .mx\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .mx\:justify-items-start {
    justify-items: start !important;
  }

  .mx\:justify-items-end {
    justify-items: end !important;
  }

  .mx\:justify-items-center {
    justify-items: center !important;
  }

  .mx\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .mx\:gap-0 {
    gap: 0px !important;
  }

  .mx\:gap-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-4 {
    gap: 1rem !important;
  }

  .mx\:gap-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-8 {
    gap: 2rem !important;
  }

  .mx\:gap-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-12 {
    gap: 3rem !important;
  }

  .mx\:gap-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-16 {
    gap: 4rem !important;
  }

  .mx\:gap-20 {
    gap: 5rem !important;
  }

  .mx\:gap-24 {
    gap: 6rem !important;
  }

  .mx\:gap-28 {
    gap: 7rem !important;
  }

  .mx\:gap-32 {
    gap: 8rem !important;
  }

  .mx\:gap-36 {
    gap: 9rem !important;
  }

  .mx\:gap-40 {
    gap: 10rem !important;
  }

  .mx\:gap-44 {
    gap: 11rem !important;
  }

  .mx\:gap-48 {
    gap: 12rem !important;
  }

  .mx\:gap-52 {
    gap: 13rem !important;
  }

  .mx\:gap-56 {
    gap: 14rem !important;
  }

  .mx\:gap-60 {
    gap: 15rem !important;
  }

  .mx\:gap-64 {
    gap: 16rem !important;
  }

  .mx\:gap-72 {
    gap: 18rem !important;
  }

  .mx\:gap-80 {
    gap: 20rem !important;
  }

  .mx\:gap-96 {
    gap: 24rem !important;
  }

  .mx\:gap-x-0 {
    gap: 0px !important;
  }

  .mx\:gap-y-0 {
    gap: 0px !important;
  }

  .mx\:gap-px {
    gap: 1px !important;
  }

  .mx\:gap-x-px\\ {
    gap: 1px !important;
  }

  .mx\:gap-y-px\\ {
    gap: 1px !important;
  }

  .mx\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-x-4 {
    gap: 1rem !important;
  }

  .mx\:gap-y-4 {
    gap: 1rem !important;
  }

  .mx\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-x-8 {
    gap: 2rem !important;
  }

  .mx\:gap-y-8 {
    gap: 2rem !important;
  }

  .mx\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-x-12 {
    gap: 3rem !important;
  }

  .mx\:gap-y-12 {
    gap: 3rem !important;
  }

  .mx\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-x-16 {
    gap: 4rem !important;
  }

  .mx\:gap-y-16 {
    gap: 4rem !important;
  }

  .mx\:gap-x-20 {
    gap: 5rem !important;
  }

  .mx\:gap-y-20 {
    gap: 5rem !important;
  }

  .mx\:gap-x-24 {
    gap: 6rem !important;
  }

  .mx\:gap-y-24 {
    gap: 6rem !important;
  }

  .mx\:gap-x-28 {
    gap: 7rem !important;
  }

  .mx\:gap-y-28 {
    gap: 7rem !important;
  }

  .mx\:gap-x-32 {
    gap: 8rem !important;
  }

  .mx\:gap-y-32 {
    gap: 8rem !important;
  }

  .mx\:gap-x-36 {
    gap: 9rem !important;
  }

  .mx\:gap-y-36 {
    gap: 9rem !important;
  }

  .mx\:gap-x-40 {
    gap: 10rem !important;
  }

  .mx\:gap-y-40 {
    gap: 10rem !important;
  }

  .mx\:gap-x-44 {
    gap: 11rem !important;
  }

  .mx\:gap-y-44 {
    gap: 11rem !important;
  }

  .mx\:gap-x-48 {
    gap: 12rem !important;
  }

  .mx\:gap-y-48 {
    gap: 12rem !important;
  }

  .mx\:gap-x-52 {
    gap: 13rem !important;
  }

  .mx\:gap-y-52 {
    gap: 13rem !important;
  }

  .mx\:gap-x-56 {
    gap: 14rem !important;
  }

  .mx\:gap-y-56 {
    gap: 14rem !important;
  }

  .mx\:gap-x-60 {
    gap: 15rem !important;
  }

  .mx\:gap-y-60 {
    gap: 15rem !important;
  }

  .mx\:gap-x-64 {
    gap: 16rem !important;
  }

  .mx\:gap-y-64 {
    gap: 16rem !important;
  }

  .mx\:gap-x-72 {
    gap: 18rem !important;
  }

  .mx\:gap-y-72 {
    gap: 18rem !important;
  }

  .mx\:gap-x-80 {
    gap: 20rem !important;
  }

  .mx\:gap-y-80 {
    gap: 20rem !important;
  }

  .mx\:gap-x-96 {
    gap: 24rem !important;
  }

  .mx\:gap-y-96 {
    gap: 24rem !important;
  }

  .mx\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-y-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .mx\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-px {
    row-gap: 1px !important;
  }

  .mx\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .mx\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .mx\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .mx\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .mx\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .mx\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .mx\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .mx\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .mx\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .mx\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .mx\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .mx\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .mx\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .mx\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .mx\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .mx\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .mx\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .mx\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mx\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .mx\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .mx\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mx\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .mx\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .mx\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .mx\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .mx\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .mx\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .mx\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mx\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .mx\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .mx\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .mx\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .mx\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .mx\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .mx\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mx\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .mx\:place-self-auto {
    place-self: auto !important;
  }

  .mx\:place-self-start {
    place-self: start !important;
  }

  .mx\:place-self-end {
    place-self: end !important;
  }

  .mx\:place-self-center {
    place-self: center !important;
  }

  .mx\:place-self-stretch {
    place-self: stretch !important;
  }

  .mx\:self-auto {
    align-self: auto !important;
  }

  .mx\:self-start {
    align-self: flex-start !important;
  }

  .mx\:self-end {
    align-self: flex-end !important;
  }

  .mx\:self-center {
    align-self: center !important;
  }

  .mx\:self-stretch {
    align-self: stretch !important;
  }

  .mx\:self-baseline {
    align-self: baseline !important;
  }

  .mx\:justify-self-auto {
    justify-self: auto !important;
  }

  .mx\:justify-self-start {
    justify-self: start !important;
  }

  .mx\:justify-self-end {
    justify-self: end !important;
  }

  .mx\:justify-self-center {
    justify-self: center !important;
  }

  .mx\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .mx\:overflow-auto {
    overflow: auto !important;
  }

  .mx\:overflow-hidden {
    overflow: hidden !important;
  }

  .mx\:overflow-visible {
    overflow: visible !important;
  }

  .mx\:overflow-scroll {
    overflow: scroll !important;
  }

  .mx\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .mx\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mx\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .mx\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .mx\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .mx\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .mx\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .mx\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .mx\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .mx\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .mx\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .mx\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .mx\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .mx\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .mx\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .mx\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .mx\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .mx\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mx\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .mx\:overflow-clip {
    text-overflow: clip !important;
  }

  .mx\:whitespace-normal {
    white-space: normal !important;
  }

  .mx\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .mx\:whitespace-pre {
    white-space: pre !important;
  }

  .mx\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .mx\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .mx\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mx\:break-words {
    overflow-wrap: break-word !important;
  }

  .mx\:break-all {
    word-break: break-all !important;
  }

  .mx\:rounded-4 {
    border-radius: 4px !important;
  }

  .mx\:rounded-6 {
    border-radius: 6px !important;
  }

  .mx\:rounded-50 {
    border-radius: 50% !important;
  }

  .mx\:rounded-100 {
    border-radius: 100px !important;
  }

  .mx\:rounded-200 {
    border-radius: 200px !important;
  }

  .mx\:rounded-none {
    border-radius: 0px !important;
  }

  .mx\:rounded-br8 {
    border-radius: 8px !important;
  }

  .mx\:rounded-br6 {
    border-radius: 6px !important;
  }

  .mx\:rounded-br30 {
    border-radius: 30px !important;
  }

  .mx\:rounded-br32 {
    border-radius: 32px !important;
  }

  .mx\:rounded-br50 {
    border-radius: 50px !important;
  }

  .mx\:rounded-br90 {
    border-radius: 90px !important;
  }

  .mx\:rounded-full {
    border-radius: 9999px !important;
  }

  .mx\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .mx\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .mx\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .mx\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .mx\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .mx\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .mx\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .mx\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .mx\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .mx\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .mx\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mx\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .mx\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .mx\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .mx\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .mx\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .mx\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .mx\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .mx\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .mx\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .mx\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .mx\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mx\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mx\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mx\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mx\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mx\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mx\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mx\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .mx\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .mx\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .mx\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .mx\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .mx\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .mx\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .mx\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .mx\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .mx\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .mx\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .mx\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .mx\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .mx\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .mx\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .mx\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .mx\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .mx\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .mx\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .mx\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .mx\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .mx\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .mx\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .mx\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .mx\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .mx\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .mx\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .mx\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .mx\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .mx\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .mx\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .mx\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .mx\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .mx\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .mx\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .mx\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .mx\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .mx\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .mx\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:border-0 {
    border-width: 0px !important;
  }

  .mx\:border-1 {
    border-width: 1px !important;
  }

  .mx\:border-2 {
    border-width: 2px !important;
  }

  .mx\:border-3 {
    border-width: 3px !important;
  }

  .mx\:border-4 {
    border-width: 4px !important;
  }

  .mx\:border-8 {
    border-width: 8px !important;
  }

  .mx\:border {
    border-width: 1px !important;
  }

  .mx\:border-t-0 {
    border-top-width: 0px !important;
  }

  .mx\:border-t-1 {
    border-top-width: 1px !important;
  }

  .mx\:border-t-2 {
    border-top-width: 2px !important;
  }

  .mx\:border-t-3 {
    border-top-width: 3px !important;
  }

  .mx\:border-t-4 {
    border-top-width: 4px !important;
  }

  .mx\:border-t-8 {
    border-top-width: 8px !important;
  }

  .mx\:border-t {
    border-top-width: 1px !important;
  }

  .mx\:border-r-0 {
    border-right-width: 0px !important;
  }

  .mx\:border-r-1 {
    border-right-width: 1px !important;
  }

  .mx\:border-r-2 {
    border-right-width: 2px !important;
  }

  .mx\:border-r-3 {
    border-right-width: 3px !important;
  }

  .mx\:border-r-4 {
    border-right-width: 4px !important;
  }

  .mx\:border-r-8 {
    border-right-width: 8px !important;
  }

  .mx\:border-r {
    border-right-width: 1px !important;
  }

  .mx\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .mx\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .mx\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .mx\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .mx\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .mx\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .mx\:border-b {
    border-bottom-width: 1px !important;
  }

  .mx\:border-l-0 {
    border-left-width: 0px !important;
  }

  .mx\:border-l-1 {
    border-left-width: 1px !important;
  }

  .mx\:border-l-2 {
    border-left-width: 2px !important;
  }

  .mx\:border-l-3 {
    border-left-width: 3px !important;
  }

  .mx\:border-l-4 {
    border-left-width: 4px !important;
  }

  .mx\:border-l-8 {
    border-left-width: 8px !important;
  }

  .mx\:border-l {
    border-left-width: 1px !important;
  }

  .mx\:border-solid {
    border-style: solid !important;
  }

  .mx\:border-dashed {
    border-style: dashed !important;
  }

  .mx\:border-dotted {
    border-style: dotted !important;
  }

  .mx\:border-double {
    border-style: double !important;
  }

  .mx\:border-none {
    border-style: none !important;
  }

  .mx\:border-transparent {
    border-color: transparent !important;
  }

  .mx\:border-current {
    border-color: currentColor !important;
  }

  .mx\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mx\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mx\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mx\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mx\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mx\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mx\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mx\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mx\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mx\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mx\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mx\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .mx\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .mx\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .mx\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .mx\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .mx\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .mx\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .mx\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .mx\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .mx\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .mx\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .mx\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .mx\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .mx\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .mx\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .mx\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .mx\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .mx\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .mx\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .mx\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .mx\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .mx\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .mx\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .mx\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .mx\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .mx\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .mx\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .mx\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .mx\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .mx\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .mx\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .mx\:bg-transparent {
    background-color: transparent !important;
  }

  .mx\:bg-current {
    background-color: currentColor !important;
  }

  .mx\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .mx\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .mx\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .mx\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .mx\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .mx\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .mx\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .mx\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .mx\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .mx\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .mx\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .mx\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .mx\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .mx\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .mx\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .mx\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .mx\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .mx\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .mx\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .mx\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .mx\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .mx\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .mx\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .mx\:bg-none {
    background-image: none !important;
  }

  .mx\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .mx\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mx\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mx\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mx\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mx\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mx\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mx\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mx\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mx\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mx\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mx\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mx\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mx\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mx\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mx\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mx\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mx\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mx\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .mx\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .mx\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .mx\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .mx\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .mx\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mx\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .mx\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .mx\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mx\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mx\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .mx\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .mx\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .mx\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .mx\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mx\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mx\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .mx\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mx\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mx\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .mx\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .mx\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .mx\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .mx\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .mx\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .mx\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mx\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .mx\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .mx\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mx\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mx\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .mx\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .mx\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .mx\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .mx\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mx\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mx\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .mx\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mx\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mx\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .mx\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .mx\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .mx\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .mx\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .mx\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .mx\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mx\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .mx\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .mx\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .mx\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mx\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .mx\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .mx\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .mx\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .mx\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mx\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mx\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .mx\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mx\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mx\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .mx\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .mx\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .mx\:bg-auto {
    background-size: auto !important;
  }

  .mx\:bg-cover {
    background-size: cover !important;
  }

  .mx\:bg-contain {
    background-size: contain !important;
  }

  .mx\:bg-fixed {
    background-attachment: fixed !important;
  }

  .mx\:bg-local {
    background-attachment: local !important;
  }

  .mx\:bg-scroll {
    background-attachment: scroll !important;
  }

  .mx\:bg-clip-border {
    background-clip: border-box !important;
  }

  .mx\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .mx\:bg-clip-content {
    background-clip: content-box !important;
  }

  .mx\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .mx\:bg-bottom {
    background-position: bottom !important;
  }

  .mx\:bg-center {
    background-position: center !important;
  }

  .mx\:bg-left {
    background-position: left !important;
  }

  .mx\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .mx\:bg-left-top {
    background-position: left top !important;
  }

  .mx\:bg-right {
    background-position: right !important;
  }

  .mx\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .mx\:bg-right-top {
    background-position: right top !important;
  }

  .mx\:bg-top {
    background-position: top !important;
  }

  .mx\:bg-repeat {
    background-repeat: repeat !important;
  }

  .mx\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .mx\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .mx\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .mx\:bg-repeat-round {
    background-repeat: round !important;
  }

  .mx\:bg-repeat-space {
    background-repeat: space !important;
  }

  .mx\:bg-origin-border {
    background-origin: border-box !important;
  }

  .mx\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .mx\:bg-origin-content {
    background-origin: content-box !important;
  }

  .mx\:fill-current {
    fill: currentColor !important;
  }

  .mx\:stroke-current {
    stroke: currentColor !important;
  }

  .mx\:stroke-0 {
    stroke-width: 0 !important;
  }

  .mx\:stroke-1 {
    stroke-width: 1 !important;
  }

  .mx\:stroke-2 {
    stroke-width: 2 !important;
  }

  .mx\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mx\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mx\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mx\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mx\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mx\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mx\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mx\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mx\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mx\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mx\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mx\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mx\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mx\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mx\:p-0 {
    padding: 0px !important;
  }

  .mx\:p-2 {
    padding: 2px !important;
  }

  .mx\:p-3 {
    padding: 3px !important;
  }

  .mx\:p-4 {
    padding: 4px !important;
  }

  .mx\:p-6 {
    padding: 6px !important;
  }

  .mx\:p-8 {
    padding: 8px !important;
  }

  .mx\:p-10 {
    padding: 10px !important;
  }

  .mx\:p-12 {
    padding: 12px !important;
  }

  .mx\:p-14 {
    padding: 14px !important;
  }

  .mx\:p-16 {
    padding: 16px !important;
  }

  .mx\:p-20 {
    padding: 20px !important;
  }

  .mx\:p-22 {
    padding: 22px !important;
  }

  .mx\:p-24 {
    padding: 24px !important;
  }

  .mx\:p-25 {
    padding: 25px !important;
  }

  .mx\:p-27 {
    padding: 27px !important;
  }

  .mx\:p-30 {
    padding: 30px !important;
  }

  .mx\:p-36 {
    padding: 36px !important;
  }

  .mx\:p-40 {
    padding: 40px !important;
  }

  .mx\:p-42 {
    padding: 42px !important;
  }

  .mx\:p-44 {
    padding: 44px !important;
  }

  .mx\:p-48 {
    padding: 48px !important;
  }

  .mx\:p-52 {
    padding: 52px !important;
  }

  .mx\:p-64 {
    padding: 64px !important;
  }

  .mx\:p-72 {
    padding: 72px !important;
  }

  .mx\:p-74 {
    padding: 74px !important;
  }

  .mx\:p-77 {
    padding: 77px !important;
  }

  .mx\:p-84 {
    padding: 84px !important;
  }

  .mx\:p-96 {
    padding: 96px !important;
  }

  .mx\:p-98 {
    padding: 98px !important;
  }

  .mx\:p-100 {
    padding: 100px !important;
  }

  .mx\:p-105 {
    padding: 105px !important;
  }

  .mx\:p-114 {
    padding: 114px !important;
  }

  .mx\:p-115 {
    padding: 115px !important;
  }

  .mx\:p-120 {
    padding: 120px !important;
  }

  .mx\:p-128 {
    padding: 128px !important;
  }

  .mx\:p-156 {
    padding: 156px !important;
  }

  .mx\:p-200 {
    padding: 200px !important;
  }

  .mx\:p-256 {
    padding: 256px !important;
  }

  .mx\:p-px {
    padding: 1px !important;
  }

  .mx\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mx\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .mx\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .mx\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .mx\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .mx\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .mx\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mx\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .mx\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mx\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mx\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mx\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mx\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .mx\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mx\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .mx\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mx\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .mx\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mx\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .mx\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .mx\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .mx\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .mx\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .mx\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .mx\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .mx\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .mx\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .mx\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .mx\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .mx\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .mx\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .mx\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .mx\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .mx\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .mx\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .mx\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .mx\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .mx\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .mx\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mx\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mx\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .mx\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .mx\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .mx\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .mx\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .mx\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mx\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .mx\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .mx\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .mx\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .mx\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .mx\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .mx\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .mx\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .mx\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mx\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .mx\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mx\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .mx\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .mx\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .mx\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .mx\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .mx\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .mx\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .mx\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .mx\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .mx\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .mx\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .mx\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .mx\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .mx\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .mx\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .mx\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .mx\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .mx\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .mx\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .mx\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .mx\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mx\:pt-0 {
    padding-top: 0px !important;
  }

  .mx\:pt-2 {
    padding-top: 2px !important;
  }

  .mx\:pt-3 {
    padding-top: 3px !important;
  }

  .mx\:pt-4 {
    padding-top: 4px !important;
  }

  .mx\:pt-6 {
    padding-top: 6px !important;
  }

  .mx\:pt-8 {
    padding-top: 8px !important;
  }

  .mx\:pt-10 {
    padding-top: 10px !important;
  }

  .mx\:pt-12 {
    padding-top: 12px !important;
  }

  .mx\:pt-14 {
    padding-top: 14px !important;
  }

  .mx\:pt-16 {
    padding-top: 16px !important;
  }

  .mx\:pt-20 {
    padding-top: 20px !important;
  }

  .mx\:pt-22 {
    padding-top: 22px !important;
  }

  .mx\:pt-24 {
    padding-top: 24px !important;
  }

  .mx\:pt-25 {
    padding-top: 25px !important;
  }

  .mx\:pt-27 {
    padding-top: 27px !important;
  }

  .mx\:pt-30 {
    padding-top: 30px !important;
  }

  .mx\:pt-36 {
    padding-top: 36px !important;
  }

  .mx\:pt-40 {
    padding-top: 40px !important;
  }

  .mx\:pt-42 {
    padding-top: 42px !important;
  }

  .mx\:pt-44 {
    padding-top: 44px !important;
  }

  .mx\:pt-48 {
    padding-top: 48px !important;
  }

  .mx\:pt-52 {
    padding-top: 52px !important;
  }

  .mx\:pt-64 {
    padding-top: 64px !important;
  }

  .mx\:pt-72 {
    padding-top: 72px !important;
  }

  .mx\:pt-74 {
    padding-top: 74px !important;
  }

  .mx\:pt-77 {
    padding-top: 77px !important;
  }

  .mx\:pt-84 {
    padding-top: 84px !important;
  }

  .mx\:pt-96 {
    padding-top: 96px !important;
  }

  .mx\:pt-98 {
    padding-top: 98px !important;
  }

  .mx\:pt-100 {
    padding-top: 100px !important;
  }

  .mx\:pt-105 {
    padding-top: 105px !important;
  }

  .mx\:pt-114 {
    padding-top: 114px !important;
  }

  .mx\:pt-115 {
    padding-top: 115px !important;
  }

  .mx\:pt-120 {
    padding-top: 120px !important;
  }

  .mx\:pt-128 {
    padding-top: 128px !important;
  }

  .mx\:pt-156 {
    padding-top: 156px !important;
  }

  .mx\:pt-200 {
    padding-top: 200px !important;
  }

  .mx\:pt-256 {
    padding-top: 256px !important;
  }

  .mx\:pt-px {
    padding-top: 1px !important;
  }

  .mx\:pr-0 {
    padding-right: 0px !important;
  }

  .mx\:pr-2 {
    padding-right: 2px !important;
  }

  .mx\:pr-3 {
    padding-right: 3px !important;
  }

  .mx\:pr-4 {
    padding-right: 4px !important;
  }

  .mx\:pr-6 {
    padding-right: 6px !important;
  }

  .mx\:pr-8 {
    padding-right: 8px !important;
  }

  .mx\:pr-10 {
    padding-right: 10px !important;
  }

  .mx\:pr-12 {
    padding-right: 12px !important;
  }

  .mx\:pr-14 {
    padding-right: 14px !important;
  }

  .mx\:pr-16 {
    padding-right: 16px !important;
  }

  .mx\:pr-20 {
    padding-right: 20px !important;
  }

  .mx\:pr-22 {
    padding-right: 22px !important;
  }

  .mx\:pr-24 {
    padding-right: 24px !important;
  }

  .mx\:pr-25 {
    padding-right: 25px !important;
  }

  .mx\:pr-27 {
    padding-right: 27px !important;
  }

  .mx\:pr-30 {
    padding-right: 30px !important;
  }

  .mx\:pr-36 {
    padding-right: 36px !important;
  }

  .mx\:pr-40 {
    padding-right: 40px !important;
  }

  .mx\:pr-42 {
    padding-right: 42px !important;
  }

  .mx\:pr-44 {
    padding-right: 44px !important;
  }

  .mx\:pr-48 {
    padding-right: 48px !important;
  }

  .mx\:pr-52 {
    padding-right: 52px !important;
  }

  .mx\:pr-64 {
    padding-right: 64px !important;
  }

  .mx\:pr-72 {
    padding-right: 72px !important;
  }

  .mx\:pr-74 {
    padding-right: 74px !important;
  }

  .mx\:pr-77 {
    padding-right: 77px !important;
  }

  .mx\:pr-84 {
    padding-right: 84px !important;
  }

  .mx\:pr-96 {
    padding-right: 96px !important;
  }

  .mx\:pr-98 {
    padding-right: 98px !important;
  }

  .mx\:pr-100 {
    padding-right: 100px !important;
  }

  .mx\:pr-105 {
    padding-right: 105px !important;
  }

  .mx\:pr-114 {
    padding-right: 114px !important;
  }

  .mx\:pr-115 {
    padding-right: 115px !important;
  }

  .mx\:pr-120 {
    padding-right: 120px !important;
  }

  .mx\:pr-128 {
    padding-right: 128px !important;
  }

  .mx\:pr-156 {
    padding-right: 156px !important;
  }

  .mx\:pr-200 {
    padding-right: 200px !important;
  }

  .mx\:pr-256 {
    padding-right: 256px !important;
  }

  .mx\:pr-px {
    padding-right: 1px !important;
  }

  .mx\:pb-0 {
    padding-bottom: 0px !important;
  }

  .mx\:pb-2 {
    padding-bottom: 2px !important;
  }

  .mx\:pb-3 {
    padding-bottom: 3px !important;
  }

  .mx\:pb-4 {
    padding-bottom: 4px !important;
  }

  .mx\:pb-6 {
    padding-bottom: 6px !important;
  }

  .mx\:pb-8 {
    padding-bottom: 8px !important;
  }

  .mx\:pb-10 {
    padding-bottom: 10px !important;
  }

  .mx\:pb-12 {
    padding-bottom: 12px !important;
  }

  .mx\:pb-14 {
    padding-bottom: 14px !important;
  }

  .mx\:pb-16 {
    padding-bottom: 16px !important;
  }

  .mx\:pb-20 {
    padding-bottom: 20px !important;
  }

  .mx\:pb-22 {
    padding-bottom: 22px !important;
  }

  .mx\:pb-24 {
    padding-bottom: 24px !important;
  }

  .mx\:pb-25 {
    padding-bottom: 25px !important;
  }

  .mx\:pb-27 {
    padding-bottom: 27px !important;
  }

  .mx\:pb-30 {
    padding-bottom: 30px !important;
  }

  .mx\:pb-36 {
    padding-bottom: 36px !important;
  }

  .mx\:pb-40 {
    padding-bottom: 40px !important;
  }

  .mx\:pb-42 {
    padding-bottom: 42px !important;
  }

  .mx\:pb-44 {
    padding-bottom: 44px !important;
  }

  .mx\:pb-48 {
    padding-bottom: 48px !important;
  }

  .mx\:pb-52 {
    padding-bottom: 52px !important;
  }

  .mx\:pb-64 {
    padding-bottom: 64px !important;
  }

  .mx\:pb-72 {
    padding-bottom: 72px !important;
  }

  .mx\:pb-74 {
    padding-bottom: 74px !important;
  }

  .mx\:pb-77 {
    padding-bottom: 77px !important;
  }

  .mx\:pb-84 {
    padding-bottom: 84px !important;
  }

  .mx\:pb-96 {
    padding-bottom: 96px !important;
  }

  .mx\:pb-98 {
    padding-bottom: 98px !important;
  }

  .mx\:pb-100 {
    padding-bottom: 100px !important;
  }

  .mx\:pb-105 {
    padding-bottom: 105px !important;
  }

  .mx\:pb-114 {
    padding-bottom: 114px !important;
  }

  .mx\:pb-115 {
    padding-bottom: 115px !important;
  }

  .mx\:pb-120 {
    padding-bottom: 120px !important;
  }

  .mx\:pb-128 {
    padding-bottom: 128px !important;
  }

  .mx\:pb-156 {
    padding-bottom: 156px !important;
  }

  .mx\:pb-200 {
    padding-bottom: 200px !important;
  }

  .mx\:pb-256 {
    padding-bottom: 256px !important;
  }

  .mx\:pb-px {
    padding-bottom: 1px !important;
  }

  .mx\:pl-0 {
    padding-left: 0px !important;
  }

  .mx\:pl-2 {
    padding-left: 2px !important;
  }

  .mx\:pl-3 {
    padding-left: 3px !important;
  }

  .mx\:pl-4 {
    padding-left: 4px !important;
  }

  .mx\:pl-6 {
    padding-left: 6px !important;
  }

  .mx\:pl-8 {
    padding-left: 8px !important;
  }

  .mx\:pl-10 {
    padding-left: 10px !important;
  }

  .mx\:pl-12 {
    padding-left: 12px !important;
  }

  .mx\:pl-14 {
    padding-left: 14px !important;
  }

  .mx\:pl-16 {
    padding-left: 16px !important;
  }

  .mx\:pl-20 {
    padding-left: 20px !important;
  }

  .mx\:pl-22 {
    padding-left: 22px !important;
  }

  .mx\:pl-24 {
    padding-left: 24px !important;
  }

  .mx\:pl-25 {
    padding-left: 25px !important;
  }

  .mx\:pl-27 {
    padding-left: 27px !important;
  }

  .mx\:pl-30 {
    padding-left: 30px !important;
  }

  .mx\:pl-36 {
    padding-left: 36px !important;
  }

  .mx\:pl-40 {
    padding-left: 40px !important;
  }

  .mx\:pl-42 {
    padding-left: 42px !important;
  }

  .mx\:pl-44 {
    padding-left: 44px !important;
  }

  .mx\:pl-48 {
    padding-left: 48px !important;
  }

  .mx\:pl-52 {
    padding-left: 52px !important;
  }

  .mx\:pl-64 {
    padding-left: 64px !important;
  }

  .mx\:pl-72 {
    padding-left: 72px !important;
  }

  .mx\:pl-74 {
    padding-left: 74px !important;
  }

  .mx\:pl-77 {
    padding-left: 77px !important;
  }

  .mx\:pl-84 {
    padding-left: 84px !important;
  }

  .mx\:pl-96 {
    padding-left: 96px !important;
  }

  .mx\:pl-98 {
    padding-left: 98px !important;
  }

  .mx\:pl-100 {
    padding-left: 100px !important;
  }

  .mx\:pl-105 {
    padding-left: 105px !important;
  }

  .mx\:pl-114 {
    padding-left: 114px !important;
  }

  .mx\:pl-115 {
    padding-left: 115px !important;
  }

  .mx\:pl-120 {
    padding-left: 120px !important;
  }

  .mx\:pl-128 {
    padding-left: 128px !important;
  }

  .mx\:pl-156 {
    padding-left: 156px !important;
  }

  .mx\:pl-200 {
    padding-left: 200px !important;
  }

  .mx\:pl-256 {
    padding-left: 256px !important;
  }

  .mx\:pl-px {
    padding-left: 1px !important;
  }

  .mx\:text-left {
    text-align: left !important;
  }

  .mx\:text-center {
    text-align: center !important;
  }

  .mx\:text-right {
    text-align: right !important;
  }

  .mx\:text-justify {
    text-align: justify !important;
  }

  .mx\:align-baseline {
    vertical-align: baseline !important;
  }

  .mx\:align-top {
    vertical-align: top !important;
  }

  .mx\:align-middle {
    vertical-align: middle !important;
  }

  .mx\:align-bottom {
    vertical-align: bottom !important;
  }

  .mx\:align-text-top {
    vertical-align: text-top !important;
  }

  .mx\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .mx\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .mx\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .mx\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mx\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .mx\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .mx\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .mx\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .mx\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .mx\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .mx\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .mx\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .mx\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .mx\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .mx\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .mx\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .mx\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .mx\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .mx\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .mx\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .mx\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .mx\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .mx\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .mx\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .mx\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .mx\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .mx\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mx\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .mx\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .mx\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .mx\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .mx\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .mx\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .mx\:font-thin {
    font-weight: 100 !important;
  }

  .mx\:font-extralight {
    font-weight: 200 !important;
  }

  .mx\:font-light {
    font-weight: 300 !important;
  }

  .mx\:font-normal {
    font-weight: 400 !important;
  }

  .mx\:font-medium {
    font-weight: 500 !important;
  }

  .mx\:font-semibold {
    font-weight: 600 !important;
  }

  .mx\:font-bold {
    font-weight: 700 !important;
  }

  .mx\:font-extrabold {
    font-weight: 800 !important;
  }

  .mx\:font-black {
    font-weight: 900 !important;
  }

  .mx\:uppercase {
    text-transform: uppercase !important;
  }

  .mx\:lowercase {
    text-transform: lowercase !important;
  }

  .mx\:capitalize {
    text-transform: capitalize !important;
  }

  .mx\:normal-case {
    text-transform: none !important;
  }

  .mx\:italic {
    font-style: italic !important;
  }

  .mx\:not-italic {
    font-style: normal !important;
  }

  .mx\:ordinal, .mx\:slashed-zero, .mx\:lining-nums, .mx\:oldstyle-nums, .mx\:proportional-nums, .mx\:tabular-nums, .mx\:diagonal-fractions, .mx\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .mx\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .mx\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .mx\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .mx\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .mx\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .mx\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .mx\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .mx\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .mx\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .mx\:leading-none {
    line-height: 1 !important;
  }

  .mx\:leading-lh-122 {
    line-height: 122px !important;
  }

  .mx\:leading-lh-76 {
    line-height: 76px !important;
  }

  .mx\:leading-lh-65 {
    line-height: 65px !important;
  }

  .mx\:leading-lh-61 {
    line-height: 61px !important;
  }

  .mx\:leading-lh-54 {
    line-height: 54px !important;
  }

  .mx\:leading-lh-46 {
    line-height: 46px !important;
  }

  .mx\:leading-lh-44 {
    line-height: 44px !important;
  }

  .mx\:leading-lh-42 {
    line-height: 42px !important;
  }

  .mx\:leading-lh-40 {
    line-height: 40px !important;
  }

  .mx\:leading-lh-36 {
    line-height: 36px !important;
  }

  .mx\:leading-lh-35 {
    line-height: 35px !important;
  }

  .mx\:leading-lh-34 {
    line-height: 34px !important;
  }

  .mx\:leading-lh-32 {
    line-height: 32px !important;
  }

  .mx\:leading-lh-29 {
    line-height: 29px !important;
  }

  .mx\:leading-lh-26 {
    line-height: 26px !important;
  }

  .mx\:leading-lh-25 {
    line-height: 25px !important;
  }

  .mx\:leading-lh-23 {
    line-height: 23px !important;
  }

  .mx\:leading-lh-21 {
    line-height: 21px !important;
  }

  .mx\:leading-lh-20 {
    line-height: 20px !important;
  }

  .mx\:leading-lh-17 {
    line-height: 17px !important;
  }

  .mx\:leading-lh-15 {
    line-height: 15px !important;
  }

  .mx\:leading-lh-13 {
    line-height: 13px !important;
  }

  .mx\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .mx\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .mx\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .mx\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .mx\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .mx\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .mx\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .mx\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .mx\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .mx\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .mx\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .mx\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .mx\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .mx\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .mx\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .mx\:text-transparent {
    color: transparent !important;
  }

  .mx\:text-current {
    color: currentColor !important;
  }

  .mx\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mx\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mx\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mx\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mx\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mx\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mx\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mx\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mx\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mx\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mx\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mx\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .mx\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .mx\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .mx\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .mx\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .mx\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .mx\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .mx\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mx\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .mx\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .mx\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .mx\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .mx\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .mx\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .mx\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .mx\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .mx\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .mx\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .mx\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .mx\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .mx\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .mx\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .mx\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .mx\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .mx\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .mx\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .mx\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .mx\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .mx\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .mx\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .mx\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .mx\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .mx\:underline {
    text-decoration: underline !important;
  }

  .mx\:line-through {
    text-decoration: line-through !important;
  }

  .mx\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .mx\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .mx\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .mx\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .mx\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .mx\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .mx\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .mx\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .mx\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .mx\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .mx\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .mx\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .mx\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .mx\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mx\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mx\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .mx\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .mx\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .mx\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .mx\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mx\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .mx\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .mx\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .mx\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .mx\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .mx\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mx\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .mx\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mx\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mx\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mx\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mx\:opacity-0 {
    opacity: 0 !important;
  }

  .mx\:opacity-5 {
    opacity: 0.05 !important;
  }

  .mx\:opacity-7 {
    opacity: 0.7 !important;
  }

  .mx\:opacity-10 {
    opacity: 0.10 !important;
  }

  .mx\:opacity-15 {
    opacity: 0.15 !important;
  }

  .mx\:opacity-20 {
    opacity: 0.2 !important;
  }

  .mx\:opacity-25 {
    opacity: 0.25 !important;
  }

  .mx\:opacity-30 {
    opacity: 0.3 !important;
  }

  .mx\:opacity-40 {
    opacity: 0.4 !important;
  }

  .mx\:opacity-50 {
    opacity: 0.5 !important;
  }

  .mx\:opacity-57 {
    opacity: 0.57 !important;
  }

  .mx\:opacity-60 {
    opacity: 0.6 !important;
  }

  .mx\:opacity-70 {
    opacity: 0.7 !important;
  }

  .mx\:opacity-75 {
    opacity: 0.75 !important;
  }

  .mx\:opacity-80 {
    opacity: 0.8 !important;
  }

  .mx\:opacity-90 {
    opacity: 0.9 !important;
  }

  .mx\:opacity-94 {
    opacity: 0.94 !important;
  }

  .mx\:opacity-95 {
    opacity: 0.95 !important;
  }

  .mx\:opacity-100 {
    opacity: 1 !important;
  }

  .mx\:opacity-02 {
    opacity: 0.2 !important;
  }

  .mx\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .mx\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .mx\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .mx\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .mx\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .mx\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .mx\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .mx\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .mx\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .mx\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .mx\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .mx\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .mx\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .mx\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .mx\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .mx\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .mx\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .mx\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .mx\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .mx\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .mx\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .mx\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .mx\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .mx\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .mx\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .mx\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .mx\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .mx\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .mx\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .mx\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .mx\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .mx\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .mx\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .mx\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .mx\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .mx\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .mx\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .mx\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .mx\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .mx\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .mx\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .mx\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .mx\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .mx\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .mx\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .mx\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .mx\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .mx\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .mx\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .mx\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .mx\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .mx\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .mx\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .mx\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .mx\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .mx\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .mx\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .mx\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .mx\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .mx\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .mx\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .mx\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .mx\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .mx\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .mx\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .mx\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .mx\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .mx\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .mx\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .mx\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .mx\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .mx\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .mx\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .mx\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .mx\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .mx\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .mx\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .mx\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .mx\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .mx\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .mx\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .mx\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .mx\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .mx\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .mx\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .mx\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .mx\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .mx\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .mx\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .mx\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .mx\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .mx\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .mx\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .mx\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .mx\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .mx\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .mx\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .mx\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .mx\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .mx\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .mx\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mx\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mx\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .mx\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .mx\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .mx\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .mx\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .mx\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .mx\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .mx\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .mx\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .mx\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .mx\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .mx\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .mx\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .mx\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .mx\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .mx\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .mx\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .mx\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .mx\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .mx\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .mx\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .mx\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mx\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mx\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .mx\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .mx\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mx\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mx\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .mx\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mx\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mx\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mx\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mx\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mx\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .mx\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mx\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mx\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mx\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mx\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mx\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mx\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mx\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mx\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .mx\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .mx\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mx\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mx\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .mx\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mx\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mx\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mx\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mx\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mx\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .mx\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mx\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mx\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mx\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mx\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mx\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mx\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mx\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mx\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .mx\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .mx\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mx\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mx\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .mx\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mx\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mx\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mx\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mx\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mx\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .mx\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mx\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mx\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mx\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mx\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mx\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mx\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .mx\:filter-none {
    filter: none !important;
  }

  .mx\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .mx\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .mx\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .mx\:blur {
    --tw-blur: blur(8px) !important;
  }

  .mx\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .mx\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .mx\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .mx\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .mx\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .mx\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .mx\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .mx\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .mx\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .mx\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .mx\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .mx\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .mx\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .mx\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .mx\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .mx\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .mx\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .mx\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .mx\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .mx\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .mx\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .mx\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .mx\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .mx\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .mx\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .mx\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .mx\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .mx\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .mx\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .mx\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .mx\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .mx\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .mx\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .mx\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .mx\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .mx\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .mx\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .mx\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .mx\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mx\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mx\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mx\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mx\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mx\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .mx\:invert {
    --tw-invert: invert(100%) !important;
  }

  .mx\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .mx\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .mx\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .mx\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .mx\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .mx\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .mx\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .mx\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .mx\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .mx\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mx\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mx\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .mx\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .mx\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .mx\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .mx\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .mx\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .mx\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .mx\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .mx\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .mx\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .mx\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .mx\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .mx\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .mx\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .mx\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .mx\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .mx\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .mx\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .mx\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .mx\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .mx\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .mx\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .mx\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .mx\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .mx\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .mx\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .mx\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .mx\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .mx\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .mx\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .mx\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .mx\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .mx\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .mx\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mx\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mx\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mx\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mx\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mx\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .mx\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .mx\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .mx\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .mx\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mx\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .mx\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .mx\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mx\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .mx\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .mx\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .mx\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .mx\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .mx\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .mx\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mx\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .mx\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .mx\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .mx\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .mx\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .mx\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .mx\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mx\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .mx\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .mx\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .mx\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .mx\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .mx\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .mx\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .mx\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .mx\:transition-none {
    transition-property: none !important;
  }

  .mx\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:delay-75 {
    transition-delay: 75ms !important;
  }

  .mx\:delay-100 {
    transition-delay: 100ms !important;
  }

  .mx\:delay-150 {
    transition-delay: 150ms !important;
  }

  .mx\:delay-200 {
    transition-delay: 200ms !important;
  }

  .mx\:delay-300 {
    transition-delay: 300ms !important;
  }

  .mx\:delay-500 {
    transition-delay: 500ms !important;
  }

  .mx\:delay-700 {
    transition-delay: 700ms !important;
  }

  .mx\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .mx\:duration-75 {
    transition-duration: 75ms !important;
  }

  .mx\:duration-100 {
    transition-duration: 100ms !important;
  }

  .mx\:duration-150 {
    transition-duration: 150ms !important;
  }

  .mx\:duration-200 {
    transition-duration: 200ms !important;
  }

  .mx\:duration-300 {
    transition-duration: 300ms !important;
  }

  .mx\:duration-500 {
    transition-duration: 500ms !important;
  }

  .mx\:duration-700 {
    transition-duration: 700ms !important;
  }

  .mx\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .mx\:ease-linear {
    transition-timing-function: linear !important;
  }

  .mx\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mx\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mx\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 767px) {
  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .md\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .md\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .md\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .md\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .md\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .md\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .md\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .md\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .md\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .md\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .md\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .md\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .md\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .md\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .md\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .md\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .md\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .md\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .md\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .md\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .md\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .md\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .md\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .md\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .md\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .md\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .md\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .md\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .md\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .md\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .md\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .md\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .md\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .md\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .md\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .md\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .md\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .md\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .md\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .md\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .md\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .md\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .md\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .md\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .md\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .md\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .md\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .md\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .md\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .md\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .md\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .md\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .md\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .md\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .md\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .md\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .md\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .md\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .md\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .md\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .md\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .md\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .md\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .md\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .md\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .md\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .md\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .md\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .md\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .md\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .md\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .md\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .md\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .md\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .md\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .md\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .md\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .md\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .md\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .md\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .md\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .md\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .md\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .md\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .md\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .md\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .md\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .md\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .md\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .md\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .md\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .md\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .md\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .md\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .md\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .md\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .md\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .md\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .md\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .md\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .md\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .md\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .md\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .md\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .md\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .md\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .md\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .md\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .md\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .md\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .md\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .md\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .md\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .md\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .md\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .md\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .md\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .md\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .md\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .md\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .md\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .md\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .md\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .md\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .md\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .md\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .md\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .md\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .md\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .md\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .md\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .md\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .md\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .md\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .md\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .md\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .md\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .md\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .md\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .md\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .md\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .md\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .md\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .md\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .md\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .md\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .md\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .md\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .md\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .md\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .md\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .md\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .md\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .md\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .md\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .md\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .md\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .md\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .md\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .md\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .md\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .md\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .md\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .md\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .md\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .md\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .md\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .md\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .md\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .md\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .md\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .md\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .md\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .md\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .md\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .md\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .md\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .md\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .md\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .md\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .md\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .md\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .md\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .md\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .md\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .md\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .md\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .md\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .md\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .md\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .md\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .md\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .md\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .md\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .md\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .md\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .md\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .md\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .md\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .md\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .md\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .md\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .md\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .md\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .md\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .md\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .md\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .md\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .md\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .md\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .md\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .md\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .md\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .md\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .md\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .md\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .md\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .md\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .md\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .md\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .md\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .md\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .md\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .md\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .md\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .md\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .md\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:top-2 {
    top: 2px !important;
  }

  .md\:top-3 {
    top: 3px !important;
  }

  .md\:top-4 {
    top: 4px !important;
  }

  .md\:top-6 {
    top: 6px !important;
  }

  .md\:top-8 {
    top: 8px !important;
  }

  .md\:top-10 {
    top: 10px !important;
  }

  .md\:top-12 {
    top: 12px !important;
  }

  .md\:top-14 {
    top: 14px !important;
  }

  .md\:top-16 {
    top: 16px !important;
  }

  .md\:top-20 {
    top: 20px !important;
  }

  .md\:top-22 {
    top: 22px !important;
  }

  .md\:top-24 {
    top: 24px !important;
  }

  .md\:top-25 {
    top: 25px !important;
  }

  .md\:top-27 {
    top: 27px !important;
  }

  .md\:top-30 {
    top: 30px !important;
  }

  .md\:top-36 {
    top: 36px !important;
  }

  .md\:top-40 {
    top: 40px !important;
  }

  .md\:top-42 {
    top: 42px !important;
  }

  .md\:top-44 {
    top: 44px !important;
  }

  .md\:top-48 {
    top: 48px !important;
  }

  .md\:top-52 {
    top: 52px !important;
  }

  .md\:top-64 {
    top: 64px !important;
  }

  .md\:top-72 {
    top: 72px !important;
  }

  .md\:top-74 {
    top: 74px !important;
  }

  .md\:top-77 {
    top: 77px !important;
  }

  .md\:top-84 {
    top: 84px !important;
  }

  .md\:top-96 {
    top: 96px !important;
  }

  .md\:top-98 {
    top: 98px !important;
  }

  .md\:top-100 {
    top: 100px !important;
  }

  .md\:top-105 {
    top: 105px !important;
  }

  .md\:top-114 {
    top: 114px !important;
  }

  .md\:top-115 {
    top: 115px !important;
  }

  .md\:top-120 {
    top: 120px !important;
  }

  .md\:top-128 {
    top: 128px !important;
  }

  .md\:top-156 {
    top: 156px !important;
  }

  .md\:top-200 {
    top: 200px !important;
  }

  .md\:top-256 {
    top: 256px !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:top-px {
    top: 1px !important;
  }

  .md\:-top-0 {
    top: 0px !important;
  }

  .md\:-top-2 {
    top: -2px !important;
  }

  .md\:-top-3 {
    top: -3px !important;
  }

  .md\:-top-4 {
    top: -4px !important;
  }

  .md\:-top-6 {
    top: -6px !important;
  }

  .md\:-top-8 {
    top: -8px !important;
  }

  .md\:-top-10 {
    top: -10px !important;
  }

  .md\:-top-12 {
    top: -12px !important;
  }

  .md\:-top-14 {
    top: -14px !important;
  }

  .md\:-top-16 {
    top: -16px !important;
  }

  .md\:-top-20 {
    top: -20px !important;
  }

  .md\:-top-22 {
    top: -22px !important;
  }

  .md\:-top-24 {
    top: -24px !important;
  }

  .md\:-top-25 {
    top: -25px !important;
  }

  .md\:-top-27 {
    top: -27px !important;
  }

  .md\:-top-30 {
    top: -30px !important;
  }

  .md\:-top-36 {
    top: -36px !important;
  }

  .md\:-top-40 {
    top: -40px !important;
  }

  .md\:-top-42 {
    top: -42px !important;
  }

  .md\:-top-44 {
    top: -44px !important;
  }

  .md\:-top-48 {
    top: -48px !important;
  }

  .md\:-top-52 {
    top: -52px !important;
  }

  .md\:-top-64 {
    top: -64px !important;
  }

  .md\:-top-72 {
    top: -72px !important;
  }

  .md\:-top-74 {
    top: -74px !important;
  }

  .md\:-top-77 {
    top: -77px !important;
  }

  .md\:-top-84 {
    top: -84px !important;
  }

  .md\:-top-96 {
    top: -96px !important;
  }

  .md\:-top-98 {
    top: -98px !important;
  }

  .md\:-top-100 {
    top: -100px !important;
  }

  .md\:-top-105 {
    top: -105px !important;
  }

  .md\:-top-114 {
    top: -114px !important;
  }

  .md\:-top-115 {
    top: -115px !important;
  }

  .md\:-top-120 {
    top: -120px !important;
  }

  .md\:-top-128 {
    top: -128px !important;
  }

  .md\:-top-156 {
    top: -156px !important;
  }

  .md\:-top-200 {
    top: -200px !important;
  }

  .md\:-top-256 {
    top: -256px !important;
  }

  .md\:-top-px {
    top: -1px !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:top-1\/4 {
    top: 25% !important;
  }

  .md\:top-2\/4 {
    top: 50% !important;
  }

  .md\:top-3\/4 {
    top: 75% !important;
  }

  .md\:top-full {
    top: 100% !important;
  }

  .md\:-top-1\/2 {
    top: -50% !important;
  }

  .md\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:-top-1\/4 {
    top: -25% !important;
  }

  .md\:-top-2\/4 {
    top: -50% !important;
  }

  .md\:-top-3\/4 {
    top: -75% !important;
  }

  .md\:-top-full {
    top: -100% !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-2 {
    right: 2px !important;
  }

  .md\:right-3 {
    right: 3px !important;
  }

  .md\:right-4 {
    right: 4px !important;
  }

  .md\:right-6 {
    right: 6px !important;
  }

  .md\:right-8 {
    right: 8px !important;
  }

  .md\:right-10 {
    right: 10px !important;
  }

  .md\:right-12 {
    right: 12px !important;
  }

  .md\:right-14 {
    right: 14px !important;
  }

  .md\:right-16 {
    right: 16px !important;
  }

  .md\:right-20 {
    right: 20px !important;
  }

  .md\:right-22 {
    right: 22px !important;
  }

  .md\:right-24 {
    right: 24px !important;
  }

  .md\:right-25 {
    right: 25px !important;
  }

  .md\:right-27 {
    right: 27px !important;
  }

  .md\:right-30 {
    right: 30px !important;
  }

  .md\:right-36 {
    right: 36px !important;
  }

  .md\:right-40 {
    right: 40px !important;
  }

  .md\:right-42 {
    right: 42px !important;
  }

  .md\:right-44 {
    right: 44px !important;
  }

  .md\:right-48 {
    right: 48px !important;
  }

  .md\:right-52 {
    right: 52px !important;
  }

  .md\:right-64 {
    right: 64px !important;
  }

  .md\:right-72 {
    right: 72px !important;
  }

  .md\:right-74 {
    right: 74px !important;
  }

  .md\:right-77 {
    right: 77px !important;
  }

  .md\:right-84 {
    right: 84px !important;
  }

  .md\:right-96 {
    right: 96px !important;
  }

  .md\:right-98 {
    right: 98px !important;
  }

  .md\:right-100 {
    right: 100px !important;
  }

  .md\:right-105 {
    right: 105px !important;
  }

  .md\:right-114 {
    right: 114px !important;
  }

  .md\:right-115 {
    right: 115px !important;
  }

  .md\:right-120 {
    right: 120px !important;
  }

  .md\:right-128 {
    right: 128px !important;
  }

  .md\:right-156 {
    right: 156px !important;
  }

  .md\:right-200 {
    right: 200px !important;
  }

  .md\:right-256 {
    right: 256px !important;
  }

  .md\:right-auto {
    right: auto !important;
  }

  .md\:right-px {
    right: 1px !important;
  }

  .md\:-right-0 {
    right: 0px !important;
  }

  .md\:-right-2 {
    right: -2px !important;
  }

  .md\:-right-3 {
    right: -3px !important;
  }

  .md\:-right-4 {
    right: -4px !important;
  }

  .md\:-right-6 {
    right: -6px !important;
  }

  .md\:-right-8 {
    right: -8px !important;
  }

  .md\:-right-10 {
    right: -10px !important;
  }

  .md\:-right-12 {
    right: -12px !important;
  }

  .md\:-right-14 {
    right: -14px !important;
  }

  .md\:-right-16 {
    right: -16px !important;
  }

  .md\:-right-20 {
    right: -20px !important;
  }

  .md\:-right-22 {
    right: -22px !important;
  }

  .md\:-right-24 {
    right: -24px !important;
  }

  .md\:-right-25 {
    right: -25px !important;
  }

  .md\:-right-27 {
    right: -27px !important;
  }

  .md\:-right-30 {
    right: -30px !important;
  }

  .md\:-right-36 {
    right: -36px !important;
  }

  .md\:-right-40 {
    right: -40px !important;
  }

  .md\:-right-42 {
    right: -42px !important;
  }

  .md\:-right-44 {
    right: -44px !important;
  }

  .md\:-right-48 {
    right: -48px !important;
  }

  .md\:-right-52 {
    right: -52px !important;
  }

  .md\:-right-64 {
    right: -64px !important;
  }

  .md\:-right-72 {
    right: -72px !important;
  }

  .md\:-right-74 {
    right: -74px !important;
  }

  .md\:-right-77 {
    right: -77px !important;
  }

  .md\:-right-84 {
    right: -84px !important;
  }

  .md\:-right-96 {
    right: -96px !important;
  }

  .md\:-right-98 {
    right: -98px !important;
  }

  .md\:-right-100 {
    right: -100px !important;
  }

  .md\:-right-105 {
    right: -105px !important;
  }

  .md\:-right-114 {
    right: -114px !important;
  }

  .md\:-right-115 {
    right: -115px !important;
  }

  .md\:-right-120 {
    right: -120px !important;
  }

  .md\:-right-128 {
    right: -128px !important;
  }

  .md\:-right-156 {
    right: -156px !important;
  }

  .md\:-right-200 {
    right: -200px !important;
  }

  .md\:-right-256 {
    right: -256px !important;
  }

  .md\:-right-px {
    right: -1px !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:right-1\/4 {
    right: 25% !important;
  }

  .md\:right-2\/4 {
    right: 50% !important;
  }

  .md\:right-3\/4 {
    right: 75% !important;
  }

  .md\:right-full {
    right: 100% !important;
  }

  .md\:-right-1\/2 {
    right: -50% !important;
  }

  .md\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .md\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .md\:-right-1\/4 {
    right: -25% !important;
  }

  .md\:-right-2\/4 {
    right: -50% !important;
  }

  .md\:-right-3\/4 {
    right: -75% !important;
  }

  .md\:-right-full {
    right: -100% !important;
  }

  .md\:bottom-0 {
    bottom: 0px !important;
  }

  .md\:bottom-2 {
    bottom: 2px !important;
  }

  .md\:bottom-3 {
    bottom: 3px !important;
  }

  .md\:bottom-4 {
    bottom: 4px !important;
  }

  .md\:bottom-6 {
    bottom: 6px !important;
  }

  .md\:bottom-8 {
    bottom: 8px !important;
  }

  .md\:bottom-10 {
    bottom: 10px !important;
  }

  .md\:bottom-12 {
    bottom: 12px !important;
  }

  .md\:bottom-14 {
    bottom: 14px !important;
  }

  .md\:bottom-16 {
    bottom: 16px !important;
  }

  .md\:bottom-20 {
    bottom: 20px !important;
  }

  .md\:bottom-22 {
    bottom: 22px !important;
  }

  .md\:bottom-24 {
    bottom: 24px !important;
  }

  .md\:bottom-25 {
    bottom: 25px !important;
  }

  .md\:bottom-27 {
    bottom: 27px !important;
  }

  .md\:bottom-30 {
    bottom: 30px !important;
  }

  .md\:bottom-36 {
    bottom: 36px !important;
  }

  .md\:bottom-40 {
    bottom: 40px !important;
  }

  .md\:bottom-42 {
    bottom: 42px !important;
  }

  .md\:bottom-44 {
    bottom: 44px !important;
  }

  .md\:bottom-48 {
    bottom: 48px !important;
  }

  .md\:bottom-52 {
    bottom: 52px !important;
  }

  .md\:bottom-64 {
    bottom: 64px !important;
  }

  .md\:bottom-72 {
    bottom: 72px !important;
  }

  .md\:bottom-74 {
    bottom: 74px !important;
  }

  .md\:bottom-77 {
    bottom: 77px !important;
  }

  .md\:bottom-84 {
    bottom: 84px !important;
  }

  .md\:bottom-96 {
    bottom: 96px !important;
  }

  .md\:bottom-98 {
    bottom: 98px !important;
  }

  .md\:bottom-100 {
    bottom: 100px !important;
  }

  .md\:bottom-105 {
    bottom: 105px !important;
  }

  .md\:bottom-114 {
    bottom: 114px !important;
  }

  .md\:bottom-115 {
    bottom: 115px !important;
  }

  .md\:bottom-120 {
    bottom: 120px !important;
  }

  .md\:bottom-128 {
    bottom: 128px !important;
  }

  .md\:bottom-156 {
    bottom: 156px !important;
  }

  .md\:bottom-200 {
    bottom: 200px !important;
  }

  .md\:bottom-256 {
    bottom: 256px !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  .md\:bottom-px {
    bottom: 1px !important;
  }

  .md\:-bottom-0 {
    bottom: 0px !important;
  }

  .md\:-bottom-2 {
    bottom: -2px !important;
  }

  .md\:-bottom-3 {
    bottom: -3px !important;
  }

  .md\:-bottom-4 {
    bottom: -4px !important;
  }

  .md\:-bottom-6 {
    bottom: -6px !important;
  }

  .md\:-bottom-8 {
    bottom: -8px !important;
  }

  .md\:-bottom-10 {
    bottom: -10px !important;
  }

  .md\:-bottom-12 {
    bottom: -12px !important;
  }

  .md\:-bottom-14 {
    bottom: -14px !important;
  }

  .md\:-bottom-16 {
    bottom: -16px !important;
  }

  .md\:-bottom-20 {
    bottom: -20px !important;
  }

  .md\:-bottom-22 {
    bottom: -22px !important;
  }

  .md\:-bottom-24 {
    bottom: -24px !important;
  }

  .md\:-bottom-25 {
    bottom: -25px !important;
  }

  .md\:-bottom-27 {
    bottom: -27px !important;
  }

  .md\:-bottom-30 {
    bottom: -30px !important;
  }

  .md\:-bottom-36 {
    bottom: -36px !important;
  }

  .md\:-bottom-40 {
    bottom: -40px !important;
  }

  .md\:-bottom-42 {
    bottom: -42px !important;
  }

  .md\:-bottom-44 {
    bottom: -44px !important;
  }

  .md\:-bottom-48 {
    bottom: -48px !important;
  }

  .md\:-bottom-52 {
    bottom: -52px !important;
  }

  .md\:-bottom-64 {
    bottom: -64px !important;
  }

  .md\:-bottom-72 {
    bottom: -72px !important;
  }

  .md\:-bottom-74 {
    bottom: -74px !important;
  }

  .md\:-bottom-77 {
    bottom: -77px !important;
  }

  .md\:-bottom-84 {
    bottom: -84px !important;
  }

  .md\:-bottom-96 {
    bottom: -96px !important;
  }

  .md\:-bottom-98 {
    bottom: -98px !important;
  }

  .md\:-bottom-100 {
    bottom: -100px !important;
  }

  .md\:-bottom-105 {
    bottom: -105px !important;
  }

  .md\:-bottom-114 {
    bottom: -114px !important;
  }

  .md\:-bottom-115 {
    bottom: -115px !important;
  }

  .md\:-bottom-120 {
    bottom: -120px !important;
  }

  .md\:-bottom-128 {
    bottom: -128px !important;
  }

  .md\:-bottom-156 {
    bottom: -156px !important;
  }

  .md\:-bottom-200 {
    bottom: -200px !important;
  }

  .md\:-bottom-256 {
    bottom: -256px !important;
  }

  .md\:-bottom-px {
    bottom: -1px !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:bottom-full {
    bottom: 100% !important;
  }

  .md\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:-bottom-full {
    bottom: -100% !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

  .md\:left-2 {
    left: 2px !important;
  }

  .md\:left-3 {
    left: 3px !important;
  }

  .md\:left-4 {
    left: 4px !important;
  }

  .md\:left-6 {
    left: 6px !important;
  }

  .md\:left-8 {
    left: 8px !important;
  }

  .md\:left-10 {
    left: 10px !important;
  }

  .md\:left-12 {
    left: 12px !important;
  }

  .md\:left-14 {
    left: 14px !important;
  }

  .md\:left-16 {
    left: 16px !important;
  }

  .md\:left-20 {
    left: 20px !important;
  }

  .md\:left-22 {
    left: 22px !important;
  }

  .md\:left-24 {
    left: 24px !important;
  }

  .md\:left-25 {
    left: 25px !important;
  }

  .md\:left-27 {
    left: 27px !important;
  }

  .md\:left-30 {
    left: 30px !important;
  }

  .md\:left-36 {
    left: 36px !important;
  }

  .md\:left-40 {
    left: 40px !important;
  }

  .md\:left-42 {
    left: 42px !important;
  }

  .md\:left-44 {
    left: 44px !important;
  }

  .md\:left-48 {
    left: 48px !important;
  }

  .md\:left-52 {
    left: 52px !important;
  }

  .md\:left-64 {
    left: 64px !important;
  }

  .md\:left-72 {
    left: 72px !important;
  }

  .md\:left-74 {
    left: 74px !important;
  }

  .md\:left-77 {
    left: 77px !important;
  }

  .md\:left-84 {
    left: 84px !important;
  }

  .md\:left-96 {
    left: 96px !important;
  }

  .md\:left-98 {
    left: 98px !important;
  }

  .md\:left-100 {
    left: 100px !important;
  }

  .md\:left-105 {
    left: 105px !important;
  }

  .md\:left-114 {
    left: 114px !important;
  }

  .md\:left-115 {
    left: 115px !important;
  }

  .md\:left-120 {
    left: 120px !important;
  }

  .md\:left-128 {
    left: 128px !important;
  }

  .md\:left-156 {
    left: 156px !important;
  }

  .md\:left-200 {
    left: 200px !important;
  }

  .md\:left-256 {
    left: 256px !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:left-px {
    left: 1px !important;
  }

  .md\:-left-0 {
    left: 0px !important;
  }

  .md\:-left-2 {
    left: -2px !important;
  }

  .md\:-left-3 {
    left: -3px !important;
  }

  .md\:-left-4 {
    left: -4px !important;
  }

  .md\:-left-6 {
    left: -6px !important;
  }

  .md\:-left-8 {
    left: -8px !important;
  }

  .md\:-left-10 {
    left: -10px !important;
  }

  .md\:-left-12 {
    left: -12px !important;
  }

  .md\:-left-14 {
    left: -14px !important;
  }

  .md\:-left-16 {
    left: -16px !important;
  }

  .md\:-left-20 {
    left: -20px !important;
  }

  .md\:-left-22 {
    left: -22px !important;
  }

  .md\:-left-24 {
    left: -24px !important;
  }

  .md\:-left-25 {
    left: -25px !important;
  }

  .md\:-left-27 {
    left: -27px !important;
  }

  .md\:-left-30 {
    left: -30px !important;
  }

  .md\:-left-36 {
    left: -36px !important;
  }

  .md\:-left-40 {
    left: -40px !important;
  }

  .md\:-left-42 {
    left: -42px !important;
  }

  .md\:-left-44 {
    left: -44px !important;
  }

  .md\:-left-48 {
    left: -48px !important;
  }

  .md\:-left-52 {
    left: -52px !important;
  }

  .md\:-left-64 {
    left: -64px !important;
  }

  .md\:-left-72 {
    left: -72px !important;
  }

  .md\:-left-74 {
    left: -74px !important;
  }

  .md\:-left-77 {
    left: -77px !important;
  }

  .md\:-left-84 {
    left: -84px !important;
  }

  .md\:-left-96 {
    left: -96px !important;
  }

  .md\:-left-98 {
    left: -98px !important;
  }

  .md\:-left-100 {
    left: -100px !important;
  }

  .md\:-left-105 {
    left: -105px !important;
  }

  .md\:-left-114 {
    left: -114px !important;
  }

  .md\:-left-115 {
    left: -115px !important;
  }

  .md\:-left-120 {
    left: -120px !important;
  }

  .md\:-left-128 {
    left: -128px !important;
  }

  .md\:-left-156 {
    left: -156px !important;
  }

  .md\:-left-200 {
    left: -200px !important;
  }

  .md\:-left-256 {
    left: -256px !important;
  }

  .md\:-left-px {
    left: -1px !important;
  }

  .md\:left-1\/2 {
    left: 50% !important;
  }

  .md\:left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:left-1\/4 {
    left: 25% !important;
  }

  .md\:left-2\/4 {
    left: 50% !important;
  }

  .md\:left-3\/4 {
    left: 75% !important;
  }

  .md\:left-full {
    left: 100% !important;
  }

  .md\:-left-1\/2 {
    left: -50% !important;
  }

  .md\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .md\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .md\:-left-1\/4 {
    left: -25% !important;
  }

  .md\:-left-2\/4 {
    left: -50% !important;
  }

  .md\:-left-3\/4 {
    left: -75% !important;
  }

  .md\:-left-full {
    left: -100% !important;
  }

  .md\:isolate {
    isolation: isolate !important;
  }

  .md\:isolation-auto {
    isolation: auto !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-1 {
    z-index: 1 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .md\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .md\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .md\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-7 {
    order: 7 !important;
  }

  .md\:order-8 {
    order: 8 !important;
  }

  .md\:order-9 {
    order: 9 !important;
  }

  .md\:order-10 {
    order: 10 !important;
  }

  .md\:order-11 {
    order: 11 !important;
  }

  .md\:order-12 {
    order: 12 !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:m-2 {
    margin: 2px !important;
  }

  .md\:m-3 {
    margin: 3px !important;
  }

  .md\:m-4 {
    margin: 4px !important;
  }

  .md\:m-6 {
    margin: 6px !important;
  }

  .md\:m-8 {
    margin: 8px !important;
  }

  .md\:m-10 {
    margin: 10px !important;
  }

  .md\:m-12 {
    margin: 12px !important;
  }

  .md\:m-14 {
    margin: 14px !important;
  }

  .md\:m-16 {
    margin: 16px !important;
  }

  .md\:m-20 {
    margin: 20px !important;
  }

  .md\:m-22 {
    margin: 22px !important;
  }

  .md\:m-24 {
    margin: 24px !important;
  }

  .md\:m-25 {
    margin: 25px !important;
  }

  .md\:m-27 {
    margin: 27px !important;
  }

  .md\:m-30 {
    margin: 30px !important;
  }

  .md\:m-36 {
    margin: 36px !important;
  }

  .md\:m-40 {
    margin: 40px !important;
  }

  .md\:m-42 {
    margin: 42px !important;
  }

  .md\:m-44 {
    margin: 44px !important;
  }

  .md\:m-48 {
    margin: 48px !important;
  }

  .md\:m-52 {
    margin: 52px !important;
  }

  .md\:m-64 {
    margin: 64px !important;
  }

  .md\:m-72 {
    margin: 72px !important;
  }

  .md\:m-74 {
    margin: 74px !important;
  }

  .md\:m-77 {
    margin: 77px !important;
  }

  .md\:m-84 {
    margin: 84px !important;
  }

  .md\:m-96 {
    margin: 96px !important;
  }

  .md\:m-98 {
    margin: 98px !important;
  }

  .md\:m-100 {
    margin: 100px !important;
  }

  .md\:m-105 {
    margin: 105px !important;
  }

  .md\:m-114 {
    margin: 114px !important;
  }

  .md\:m-115 {
    margin: 115px !important;
  }

  .md\:m-120 {
    margin: 120px !important;
  }

  .md\:m-128 {
    margin: 128px !important;
  }

  .md\:m-156 {
    margin: 156px !important;
  }

  .md\:m-200 {
    margin: 200px !important;
  }

  .md\:m-256 {
    margin: 256px !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:-m-0 {
    margin: 0px !important;
  }

  .md\:-m-2 {
    margin: -2px !important;
  }

  .md\:-m-3 {
    margin: -3px !important;
  }

  .md\:-m-4 {
    margin: -4px !important;
  }

  .md\:-m-6 {
    margin: -6px !important;
  }

  .md\:-m-8 {
    margin: -8px !important;
  }

  .md\:-m-10 {
    margin: -10px !important;
  }

  .md\:-m-12 {
    margin: -12px !important;
  }

  .md\:-m-14 {
    margin: -14px !important;
  }

  .md\:-m-16 {
    margin: -16px !important;
  }

  .md\:-m-20 {
    margin: -20px !important;
  }

  .md\:-m-22 {
    margin: -22px !important;
  }

  .md\:-m-24 {
    margin: -24px !important;
  }

  .md\:-m-25 {
    margin: -25px !important;
  }

  .md\:-m-27 {
    margin: -27px !important;
  }

  .md\:-m-30 {
    margin: -30px !important;
  }

  .md\:-m-36 {
    margin: -36px !important;
  }

  .md\:-m-40 {
    margin: -40px !important;
  }

  .md\:-m-42 {
    margin: -42px !important;
  }

  .md\:-m-44 {
    margin: -44px !important;
  }

  .md\:-m-48 {
    margin: -48px !important;
  }

  .md\:-m-52 {
    margin: -52px !important;
  }

  .md\:-m-64 {
    margin: -64px !important;
  }

  .md\:-m-72 {
    margin: -72px !important;
  }

  .md\:-m-74 {
    margin: -74px !important;
  }

  .md\:-m-77 {
    margin: -77px !important;
  }

  .md\:-m-84 {
    margin: -84px !important;
  }

  .md\:-m-96 {
    margin: -96px !important;
  }

  .md\:-m-98 {
    margin: -98px !important;
  }

  .md\:-m-100 {
    margin: -100px !important;
  }

  .md\:-m-105 {
    margin: -105px !important;
  }

  .md\:-m-114 {
    margin: -114px !important;
  }

  .md\:-m-115 {
    margin: -115px !important;
  }

  .md\:-m-120 {
    margin: -120px !important;
  }

  .md\:-m-128 {
    margin: -128px !important;
  }

  .md\:-m-156 {
    margin: -156px !important;
  }

  .md\:-m-200 {
    margin: -200px !important;
  }

  .md\:-m-256 {
    margin: -256px !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .md\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .md\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .md\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .md\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .md\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .md\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .md\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .md\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .md\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .md\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .md\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .md\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .md\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .md\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .md\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .md\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .md\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .md\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .md\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .md\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .md\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .md\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .md\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .md\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .md\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .md\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .md\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .md\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .md\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .md\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .md\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .md\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .md\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .md\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .md\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .md\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .md\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .md\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .md\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .md\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .md\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .md\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .md\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .md\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .md\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .md\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .md\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .md\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .md\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .md\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .md\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .md\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .md\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .md\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .md\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .md\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .md\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .md\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .md\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .md\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .md\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .md\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .md\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .md\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .md\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .md\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .md\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .md\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .md\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .md\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .md\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .md\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .md\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .md\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .md\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .md\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .md\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .md\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .md\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .md\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .md\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .md\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .md\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .md\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .md\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .md\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .md\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .md\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .md\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .md\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .md\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .md\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .md\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .md\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .md\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .md\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .md\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .md\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .md\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .md\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .md\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .md\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .md\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .md\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .md\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .md\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .md\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .md\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .md\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .md\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .md\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .md\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .md\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .md\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .md\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .md\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .md\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .md\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .md\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .md\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .md\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-2 {
    margin-top: 2px !important;
  }

  .md\:mt-3 {
    margin-top: 3px !important;
  }

  .md\:mt-4 {
    margin-top: 4px !important;
  }

  .md\:mt-6 {
    margin-top: 6px !important;
  }

  .md\:mt-8 {
    margin-top: 8px !important;
  }

  .md\:mt-10 {
    margin-top: 10px !important;
  }

  .md\:mt-12 {
    margin-top: 12px !important;
  }

  .md\:mt-14 {
    margin-top: 14px !important;
  }

  .md\:mt-16 {
    margin-top: 16px !important;
  }

  .md\:mt-20 {
    margin-top: 20px !important;
  }

  .md\:mt-22 {
    margin-top: 22px !important;
  }

  .md\:mt-24 {
    margin-top: 24px !important;
  }

  .md\:mt-25 {
    margin-top: 25px !important;
  }

  .md\:mt-27 {
    margin-top: 27px !important;
  }

  .md\:mt-30 {
    margin-top: 30px !important;
  }

  .md\:mt-36 {
    margin-top: 36px !important;
  }

  .md\:mt-40 {
    margin-top: 40px !important;
  }

  .md\:mt-42 {
    margin-top: 42px !important;
  }

  .md\:mt-44 {
    margin-top: 44px !important;
  }

  .md\:mt-48 {
    margin-top: 48px !important;
  }

  .md\:mt-52 {
    margin-top: 52px !important;
  }

  .md\:mt-64 {
    margin-top: 64px !important;
  }

  .md\:mt-72 {
    margin-top: 72px !important;
  }

  .md\:mt-74 {
    margin-top: 74px !important;
  }

  .md\:mt-77 {
    margin-top: 77px !important;
  }

  .md\:mt-84 {
    margin-top: 84px !important;
  }

  .md\:mt-96 {
    margin-top: 96px !important;
  }

  .md\:mt-98 {
    margin-top: 98px !important;
  }

  .md\:mt-100 {
    margin-top: 100px !important;
  }

  .md\:mt-105 {
    margin-top: 105px !important;
  }

  .md\:mt-114 {
    margin-top: 114px !important;
  }

  .md\:mt-115 {
    margin-top: 115px !important;
  }

  .md\:mt-120 {
    margin-top: 120px !important;
  }

  .md\:mt-128 {
    margin-top: 128px !important;
  }

  .md\:mt-156 {
    margin-top: 156px !important;
  }

  .md\:mt-200 {
    margin-top: 200px !important;
  }

  .md\:mt-256 {
    margin-top: 256px !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:-mt-0 {
    margin-top: 0px !important;
  }

  .md\:-mt-2 {
    margin-top: -2px !important;
  }

  .md\:-mt-3 {
    margin-top: -3px !important;
  }

  .md\:-mt-4 {
    margin-top: -4px !important;
  }

  .md\:-mt-6 {
    margin-top: -6px !important;
  }

  .md\:-mt-8 {
    margin-top: -8px !important;
  }

  .md\:-mt-10 {
    margin-top: -10px !important;
  }

  .md\:-mt-12 {
    margin-top: -12px !important;
  }

  .md\:-mt-14 {
    margin-top: -14px !important;
  }

  .md\:-mt-16 {
    margin-top: -16px !important;
  }

  .md\:-mt-20 {
    margin-top: -20px !important;
  }

  .md\:-mt-22 {
    margin-top: -22px !important;
  }

  .md\:-mt-24 {
    margin-top: -24px !important;
  }

  .md\:-mt-25 {
    margin-top: -25px !important;
  }

  .md\:-mt-27 {
    margin-top: -27px !important;
  }

  .md\:-mt-30 {
    margin-top: -30px !important;
  }

  .md\:-mt-36 {
    margin-top: -36px !important;
  }

  .md\:-mt-40 {
    margin-top: -40px !important;
  }

  .md\:-mt-42 {
    margin-top: -42px !important;
  }

  .md\:-mt-44 {
    margin-top: -44px !important;
  }

  .md\:-mt-48 {
    margin-top: -48px !important;
  }

  .md\:-mt-52 {
    margin-top: -52px !important;
  }

  .md\:-mt-64 {
    margin-top: -64px !important;
  }

  .md\:-mt-72 {
    margin-top: -72px !important;
  }

  .md\:-mt-74 {
    margin-top: -74px !important;
  }

  .md\:-mt-77 {
    margin-top: -77px !important;
  }

  .md\:-mt-84 {
    margin-top: -84px !important;
  }

  .md\:-mt-96 {
    margin-top: -96px !important;
  }

  .md\:-mt-98 {
    margin-top: -98px !important;
  }

  .md\:-mt-100 {
    margin-top: -100px !important;
  }

  .md\:-mt-105 {
    margin-top: -105px !important;
  }

  .md\:-mt-114 {
    margin-top: -114px !important;
  }

  .md\:-mt-115 {
    margin-top: -115px !important;
  }

  .md\:-mt-120 {
    margin-top: -120px !important;
  }

  .md\:-mt-128 {
    margin-top: -128px !important;
  }

  .md\:-mt-156 {
    margin-top: -156px !important;
  }

  .md\:-mt-200 {
    margin-top: -200px !important;
  }

  .md\:-mt-256 {
    margin-top: -256px !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-2 {
    margin-right: 2px !important;
  }

  .md\:mr-3 {
    margin-right: 3px !important;
  }

  .md\:mr-4 {
    margin-right: 4px !important;
  }

  .md\:mr-6 {
    margin-right: 6px !important;
  }

  .md\:mr-8 {
    margin-right: 8px !important;
  }

  .md\:mr-10 {
    margin-right: 10px !important;
  }

  .md\:mr-12 {
    margin-right: 12px !important;
  }

  .md\:mr-14 {
    margin-right: 14px !important;
  }

  .md\:mr-16 {
    margin-right: 16px !important;
  }

  .md\:mr-20 {
    margin-right: 20px !important;
  }

  .md\:mr-22 {
    margin-right: 22px !important;
  }

  .md\:mr-24 {
    margin-right: 24px !important;
  }

  .md\:mr-25 {
    margin-right: 25px !important;
  }

  .md\:mr-27 {
    margin-right: 27px !important;
  }

  .md\:mr-30 {
    margin-right: 30px !important;
  }

  .md\:mr-36 {
    margin-right: 36px !important;
  }

  .md\:mr-40 {
    margin-right: 40px !important;
  }

  .md\:mr-42 {
    margin-right: 42px !important;
  }

  .md\:mr-44 {
    margin-right: 44px !important;
  }

  .md\:mr-48 {
    margin-right: 48px !important;
  }

  .md\:mr-52 {
    margin-right: 52px !important;
  }

  .md\:mr-64 {
    margin-right: 64px !important;
  }

  .md\:mr-72 {
    margin-right: 72px !important;
  }

  .md\:mr-74 {
    margin-right: 74px !important;
  }

  .md\:mr-77 {
    margin-right: 77px !important;
  }

  .md\:mr-84 {
    margin-right: 84px !important;
  }

  .md\:mr-96 {
    margin-right: 96px !important;
  }

  .md\:mr-98 {
    margin-right: 98px !important;
  }

  .md\:mr-100 {
    margin-right: 100px !important;
  }

  .md\:mr-105 {
    margin-right: 105px !important;
  }

  .md\:mr-114 {
    margin-right: 114px !important;
  }

  .md\:mr-115 {
    margin-right: 115px !important;
  }

  .md\:mr-120 {
    margin-right: 120px !important;
  }

  .md\:mr-128 {
    margin-right: 128px !important;
  }

  .md\:mr-156 {
    margin-right: 156px !important;
  }

  .md\:mr-200 {
    margin-right: 200px !important;
  }

  .md\:mr-256 {
    margin-right: 256px !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:-mr-0 {
    margin-right: 0px !important;
  }

  .md\:-mr-2 {
    margin-right: -2px !important;
  }

  .md\:-mr-3 {
    margin-right: -3px !important;
  }

  .md\:-mr-4 {
    margin-right: -4px !important;
  }

  .md\:-mr-6 {
    margin-right: -6px !important;
  }

  .md\:-mr-8 {
    margin-right: -8px !important;
  }

  .md\:-mr-10 {
    margin-right: -10px !important;
  }

  .md\:-mr-12 {
    margin-right: -12px !important;
  }

  .md\:-mr-14 {
    margin-right: -14px !important;
  }

  .md\:-mr-16 {
    margin-right: -16px !important;
  }

  .md\:-mr-20 {
    margin-right: -20px !important;
  }

  .md\:-mr-22 {
    margin-right: -22px !important;
  }

  .md\:-mr-24 {
    margin-right: -24px !important;
  }

  .md\:-mr-25 {
    margin-right: -25px !important;
  }

  .md\:-mr-27 {
    margin-right: -27px !important;
  }

  .md\:-mr-30 {
    margin-right: -30px !important;
  }

  .md\:-mr-36 {
    margin-right: -36px !important;
  }

  .md\:-mr-40 {
    margin-right: -40px !important;
  }

  .md\:-mr-42 {
    margin-right: -42px !important;
  }

  .md\:-mr-44 {
    margin-right: -44px !important;
  }

  .md\:-mr-48 {
    margin-right: -48px !important;
  }

  .md\:-mr-52 {
    margin-right: -52px !important;
  }

  .md\:-mr-64 {
    margin-right: -64px !important;
  }

  .md\:-mr-72 {
    margin-right: -72px !important;
  }

  .md\:-mr-74 {
    margin-right: -74px !important;
  }

  .md\:-mr-77 {
    margin-right: -77px !important;
  }

  .md\:-mr-84 {
    margin-right: -84px !important;
  }

  .md\:-mr-96 {
    margin-right: -96px !important;
  }

  .md\:-mr-98 {
    margin-right: -98px !important;
  }

  .md\:-mr-100 {
    margin-right: -100px !important;
  }

  .md\:-mr-105 {
    margin-right: -105px !important;
  }

  .md\:-mr-114 {
    margin-right: -114px !important;
  }

  .md\:-mr-115 {
    margin-right: -115px !important;
  }

  .md\:-mr-120 {
    margin-right: -120px !important;
  }

  .md\:-mr-128 {
    margin-right: -128px !important;
  }

  .md\:-mr-156 {
    margin-right: -156px !important;
  }

  .md\:-mr-200 {
    margin-right: -200px !important;
  }

  .md\:-mr-256 {
    margin-right: -256px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-2 {
    margin-bottom: 2px !important;
  }

  .md\:mb-3 {
    margin-bottom: 3px !important;
  }

  .md\:mb-4 {
    margin-bottom: 4px !important;
  }

  .md\:mb-6 {
    margin-bottom: 6px !important;
  }

  .md\:mb-8 {
    margin-bottom: 8px !important;
  }

  .md\:mb-10 {
    margin-bottom: 10px !important;
  }

  .md\:mb-12 {
    margin-bottom: 12px !important;
  }

  .md\:mb-14 {
    margin-bottom: 14px !important;
  }

  .md\:mb-16 {
    margin-bottom: 16px !important;
  }

  .md\:mb-20 {
    margin-bottom: 20px !important;
  }

  .md\:mb-22 {
    margin-bottom: 22px !important;
  }

  .md\:mb-24 {
    margin-bottom: 24px !important;
  }

  .md\:mb-25 {
    margin-bottom: 25px !important;
  }

  .md\:mb-27 {
    margin-bottom: 27px !important;
  }

  .md\:mb-30 {
    margin-bottom: 30px !important;
  }

  .md\:mb-36 {
    margin-bottom: 36px !important;
  }

  .md\:mb-40 {
    margin-bottom: 40px !important;
  }

  .md\:mb-42 {
    margin-bottom: 42px !important;
  }

  .md\:mb-44 {
    margin-bottom: 44px !important;
  }

  .md\:mb-48 {
    margin-bottom: 48px !important;
  }

  .md\:mb-52 {
    margin-bottom: 52px !important;
  }

  .md\:mb-64 {
    margin-bottom: 64px !important;
  }

  .md\:mb-72 {
    margin-bottom: 72px !important;
  }

  .md\:mb-74 {
    margin-bottom: 74px !important;
  }

  .md\:mb-77 {
    margin-bottom: 77px !important;
  }

  .md\:mb-84 {
    margin-bottom: 84px !important;
  }

  .md\:mb-96 {
    margin-bottom: 96px !important;
  }

  .md\:mb-98 {
    margin-bottom: 98px !important;
  }

  .md\:mb-100 {
    margin-bottom: 100px !important;
  }

  .md\:mb-105 {
    margin-bottom: 105px !important;
  }

  .md\:mb-114 {
    margin-bottom: 114px !important;
  }

  .md\:mb-115 {
    margin-bottom: 115px !important;
  }

  .md\:mb-120 {
    margin-bottom: 120px !important;
  }

  .md\:mb-128 {
    margin-bottom: 128px !important;
  }

  .md\:mb-156 {
    margin-bottom: 156px !important;
  }

  .md\:mb-200 {
    margin-bottom: 200px !important;
  }

  .md\:mb-256 {
    margin-bottom: 256px !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .md\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .md\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .md\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .md\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .md\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .md\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .md\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .md\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .md\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .md\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .md\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .md\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .md\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .md\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .md\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .md\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .md\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .md\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .md\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .md\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .md\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .md\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .md\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .md\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .md\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .md\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .md\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .md\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .md\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .md\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .md\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .md\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .md\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .md\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .md\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .md\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-2 {
    margin-left: 2px !important;
  }

  .md\:ml-3 {
    margin-left: 3px !important;
  }

  .md\:ml-4 {
    margin-left: 4px !important;
  }

  .md\:ml-6 {
    margin-left: 6px !important;
  }

  .md\:ml-8 {
    margin-left: 8px !important;
  }

  .md\:ml-10 {
    margin-left: 10px !important;
  }

  .md\:ml-12 {
    margin-left: 12px !important;
  }

  .md\:ml-14 {
    margin-left: 14px !important;
  }

  .md\:ml-16 {
    margin-left: 16px !important;
  }

  .md\:ml-20 {
    margin-left: 20px !important;
  }

  .md\:ml-22 {
    margin-left: 22px !important;
  }

  .md\:ml-24 {
    margin-left: 24px !important;
  }

  .md\:ml-25 {
    margin-left: 25px !important;
  }

  .md\:ml-27 {
    margin-left: 27px !important;
  }

  .md\:ml-30 {
    margin-left: 30px !important;
  }

  .md\:ml-36 {
    margin-left: 36px !important;
  }

  .md\:ml-40 {
    margin-left: 40px !important;
  }

  .md\:ml-42 {
    margin-left: 42px !important;
  }

  .md\:ml-44 {
    margin-left: 44px !important;
  }

  .md\:ml-48 {
    margin-left: 48px !important;
  }

  .md\:ml-52 {
    margin-left: 52px !important;
  }

  .md\:ml-64 {
    margin-left: 64px !important;
  }

  .md\:ml-72 {
    margin-left: 72px !important;
  }

  .md\:ml-74 {
    margin-left: 74px !important;
  }

  .md\:ml-77 {
    margin-left: 77px !important;
  }

  .md\:ml-84 {
    margin-left: 84px !important;
  }

  .md\:ml-96 {
    margin-left: 96px !important;
  }

  .md\:ml-98 {
    margin-left: 98px !important;
  }

  .md\:ml-100 {
    margin-left: 100px !important;
  }

  .md\:ml-105 {
    margin-left: 105px !important;
  }

  .md\:ml-114 {
    margin-left: 114px !important;
  }

  .md\:ml-115 {
    margin-left: 115px !important;
  }

  .md\:ml-120 {
    margin-left: 120px !important;
  }

  .md\:ml-128 {
    margin-left: 128px !important;
  }

  .md\:ml-156 {
    margin-left: 156px !important;
  }

  .md\:ml-200 {
    margin-left: 200px !important;
  }

  .md\:ml-256 {
    margin-left: 256px !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:-ml-0 {
    margin-left: 0px !important;
  }

  .md\:-ml-2 {
    margin-left: -2px !important;
  }

  .md\:-ml-3 {
    margin-left: -3px !important;
  }

  .md\:-ml-4 {
    margin-left: -4px !important;
  }

  .md\:-ml-6 {
    margin-left: -6px !important;
  }

  .md\:-ml-8 {
    margin-left: -8px !important;
  }

  .md\:-ml-10 {
    margin-left: -10px !important;
  }

  .md\:-ml-12 {
    margin-left: -12px !important;
  }

  .md\:-ml-14 {
    margin-left: -14px !important;
  }

  .md\:-ml-16 {
    margin-left: -16px !important;
  }

  .md\:-ml-20 {
    margin-left: -20px !important;
  }

  .md\:-ml-22 {
    margin-left: -22px !important;
  }

  .md\:-ml-24 {
    margin-left: -24px !important;
  }

  .md\:-ml-25 {
    margin-left: -25px !important;
  }

  .md\:-ml-27 {
    margin-left: -27px !important;
  }

  .md\:-ml-30 {
    margin-left: -30px !important;
  }

  .md\:-ml-36 {
    margin-left: -36px !important;
  }

  .md\:-ml-40 {
    margin-left: -40px !important;
  }

  .md\:-ml-42 {
    margin-left: -42px !important;
  }

  .md\:-ml-44 {
    margin-left: -44px !important;
  }

  .md\:-ml-48 {
    margin-left: -48px !important;
  }

  .md\:-ml-52 {
    margin-left: -52px !important;
  }

  .md\:-ml-64 {
    margin-left: -64px !important;
  }

  .md\:-ml-72 {
    margin-left: -72px !important;
  }

  .md\:-ml-74 {
    margin-left: -74px !important;
  }

  .md\:-ml-77 {
    margin-left: -77px !important;
  }

  .md\:-ml-84 {
    margin-left: -84px !important;
  }

  .md\:-ml-96 {
    margin-left: -96px !important;
  }

  .md\:-ml-98 {
    margin-left: -98px !important;
  }

  .md\:-ml-100 {
    margin-left: -100px !important;
  }

  .md\:-ml-105 {
    margin-left: -105px !important;
  }

  .md\:-ml-114 {
    margin-left: -114px !important;
  }

  .md\:-ml-115 {
    margin-left: -115px !important;
  }

  .md\:-ml-120 {
    margin-left: -120px !important;
  }

  .md\:-ml-128 {
    margin-left: -128px !important;
  }

  .md\:-ml-156 {
    margin-left: -156px !important;
  }

  .md\:-ml-200 {
    margin-left: -200px !important;
  }

  .md\:-ml-256 {
    margin-left: -256px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:box-border {
    box-sizing: border-box !important;
  }

  .md\:box-content {
    box-sizing: content-box !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:inline-table {
    display: inline-table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:list-item {
    display: list-item !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-0 {
    height: 0px !important;
  }

  .md\:h-2 {
    height: 2px !important;
  }

  .md\:h-3 {
    height: 3px !important;
  }

  .md\:h-4 {
    height: 4px !important;
  }

  .md\:h-5 {
    height: 5px !important;
  }

  .md\:h-6 {
    height: 6px !important;
  }

  .md\:h-8 {
    height: 8px !important;
  }

  .md\:h-10 {
    height: 10px !important;
  }

  .md\:h-12 {
    height: 12px !important;
  }

  .md\:h-14 {
    height: 14px !important;
  }

  .md\:h-15 {
    height: 15px !important;
  }

  .md\:h-16 {
    height: 16px !important;
  }

  .md\:h-20 {
    height: 20px !important;
  }

  .md\:h-22 {
    height: 22px !important;
  }

  .md\:h-24 {
    height: 24px !important;
  }

  .md\:h-25 {
    height: 25px !important;
  }

  .md\:h-26 {
    height: 26px !important;
  }

  .md\:h-27 {
    height: 27px !important;
  }

  .md\:h-28 {
    height: 28px !important;
  }

  .md\:h-30 {
    height: 30px !important;
  }

  .md\:h-32 {
    height: 32px !important;
  }

  .md\:h-33 {
    height: 33px !important;
  }

  .md\:h-34 {
    height: 34px !important;
  }

  .md\:h-35 {
    height: 35px !important;
  }

  .md\:h-36 {
    height: 36px !important;
  }

  .md\:h-38 {
    height: 38px !important;
  }

  .md\:h-40 {
    height: 40px !important;
  }

  .md\:h-42 {
    height: 42px !important;
  }

  .md\:h-44 {
    height: 44px !important;
  }

  .md\:h-45 {
    height: 45px !important;
  }

  .md\:h-48 {
    height: 48px !important;
  }

  .md\:h-50 {
    height: 50px !important;
  }

  .md\:h-52 {
    height: 52px !important;
  }

  .md\:h-55 {
    height: 55px !important;
  }

  .md\:h-60 {
    height: 60px !important;
  }

  .md\:h-64 {
    height: 64px !important;
  }

  .md\:h-65 {
    height: 65px !important;
  }

  .md\:h-70 {
    height: 70px !important;
  }

  .md\:h-72 {
    height: 72px !important;
  }

  .md\:h-74 {
    height: 74px !important;
  }

  .md\:h-75 {
    height: 75px !important;
  }

  .md\:h-77 {
    height: 77px !important;
  }

  .md\:h-80 {
    height: 80px !important;
  }

  .md\:h-84 {
    height: 84px !important;
  }

  .md\:h-85 {
    height: 85px !important;
  }

  .md\:h-90 {
    height: 90px !important;
  }

  .md\:h-95 {
    height: 95px !important;
  }

  .md\:h-96 {
    height: 96px !important;
  }

  .md\:h-98 {
    height: 98px !important;
  }

  .md\:h-100 {
    height: 100px !important;
  }

  .md\:h-105 {
    height: 105px !important;
  }

  .md\:h-110 {
    height: 110px !important;
  }

  .md\:h-114 {
    height: 114px !important;
  }

  .md\:h-115 {
    height: 115px !important;
  }

  .md\:h-120 {
    height: 120px !important;
  }

  .md\:h-125 {
    height: 125px !important;
  }

  .md\:h-128 {
    height: 128px !important;
  }

  .md\:h-130 {
    height: 130px !important;
  }

  .md\:h-135 {
    height: 135px !important;
  }

  .md\:h-140 {
    height: 140px !important;
  }

  .md\:h-142 {
    height: 142px !important;
  }

  .md\:h-145 {
    height: 145px !important;
  }

  .md\:h-150 {
    height: 150px !important;
  }

  .md\:h-156 {
    height: 156px !important;
  }

  .md\:h-165 {
    height: 165px !important;
  }

  .md\:h-170 {
    height: 170px !important;
  }

  .md\:h-180 {
    height: 180px !important;
  }

  .md\:h-185 {
    height: 185px !important;
  }

  .md\:h-190 {
    height: 190px !important;
  }

  .md\:h-200 {
    height: 200px !important;
  }

  .md\:h-225 {
    height: 225px !important;
  }

  .md\:h-256 {
    height: 256px !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-1\/2 {
    height: 50% !important;
  }

  .md\:h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:h-1\/4 {
    height: 25% !important;
  }

  .md\:h-2\/4 {
    height: 50% !important;
  }

  .md\:h-3\/4 {
    height: 75% !important;
  }

  .md\:h-1\/5 {
    height: 20% !important;
  }

  .md\:h-2\/5 {
    height: 40% !important;
  }

  .md\:h-3\/5 {
    height: 60% !important;
  }

  .md\:h-4\/5 {
    height: 80% !important;
  }

  .md\:h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:h-3\/6 {
    height: 50% !important;
  }

  .md\:h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:max-h-0 {
    max-height: 0px !important;
  }

  .md\:max-h-2 {
    max-height: 2px !important;
  }

  .md\:max-h-3 {
    max-height: 3px !important;
  }

  .md\:max-h-4 {
    max-height: 4px !important;
  }

  .md\:max-h-6 {
    max-height: 6px !important;
  }

  .md\:max-h-8 {
    max-height: 8px !important;
  }

  .md\:max-h-10 {
    max-height: 10px !important;
  }

  .md\:max-h-12 {
    max-height: 12px !important;
  }

  .md\:max-h-14 {
    max-height: 14px !important;
  }

  .md\:max-h-16 {
    max-height: 16px !important;
  }

  .md\:max-h-20 {
    max-height: 20px !important;
  }

  .md\:max-h-22 {
    max-height: 22px !important;
  }

  .md\:max-h-24 {
    max-height: 24px !important;
  }

  .md\:max-h-25 {
    max-height: 25px !important;
  }

  .md\:max-h-27 {
    max-height: 27px !important;
  }

  .md\:max-h-30 {
    max-height: 30px !important;
  }

  .md\:max-h-36 {
    max-height: 36px !important;
  }

  .md\:max-h-40 {
    max-height: 40px !important;
  }

  .md\:max-h-42 {
    max-height: 42px !important;
  }

  .md\:max-h-44 {
    max-height: 44px !important;
  }

  .md\:max-h-48 {
    max-height: 48px !important;
  }

  .md\:max-h-52 {
    max-height: 52px !important;
  }

  .md\:max-h-64 {
    max-height: 64px !important;
  }

  .md\:max-h-72 {
    max-height: 72px !important;
  }

  .md\:max-h-74 {
    max-height: 74px !important;
  }

  .md\:max-h-77 {
    max-height: 77px !important;
  }

  .md\:max-h-84 {
    max-height: 84px !important;
  }

  .md\:max-h-96 {
    max-height: 96px !important;
  }

  .md\:max-h-98 {
    max-height: 98px !important;
  }

  .md\:max-h-100 {
    max-height: 100px !important;
  }

  .md\:max-h-105 {
    max-height: 105px !important;
  }

  .md\:max-h-114 {
    max-height: 114px !important;
  }

  .md\:max-h-115 {
    max-height: 115px !important;
  }

  .md\:max-h-120 {
    max-height: 120px !important;
  }

  .md\:max-h-128 {
    max-height: 128px !important;
  }

  .md\:max-h-156 {
    max-height: 156px !important;
  }

  .md\:max-h-200 {
    max-height: 200px !important;
  }

  .md\:max-h-256 {
    max-height: 256px !important;
  }

  .md\:max-h-px {
    max-height: 1px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:min-h-0 {
    min-height: 0px !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:w-0 {
    width: 0px !important;
  }

  .md\:w-2 {
    width: 2px !important;
  }

  .md\:w-3 {
    width: 3px !important;
  }

  .md\:w-4 {
    width: 4px !important;
  }

  .md\:w-6 {
    width: 6px !important;
  }

  .md\:w-8 {
    width: 8px !important;
  }

  .md\:w-10 {
    width: 10px !important;
  }

  .md\:w-12 {
    width: 12px !important;
  }

  .md\:w-14 {
    width: 14px !important;
  }

  .md\:w-16 {
    width: 16px !important;
  }

  .md\:w-20 {
    width: 20px !important;
  }

  .md\:w-22 {
    width: 22px !important;
  }

  .md\:w-24 {
    width: 24px !important;
  }

  .md\:w-25 {
    width: 25px !important;
  }

  .md\:w-27 {
    width: 27px !important;
  }

  .md\:w-30 {
    width: 30px !important;
  }

  .md\:w-36 {
    width: 36px !important;
  }

  .md\:w-40 {
    width: 40px !important;
  }

  .md\:w-42 {
    width: 42px !important;
  }

  .md\:w-44 {
    width: 44px !important;
  }

  .md\:w-48 {
    width: 48px !important;
  }

  .md\:w-52 {
    width: 52px !important;
  }

  .md\:w-64 {
    width: 64px !important;
  }

  .md\:w-72 {
    width: 72px !important;
  }

  .md\:w-74 {
    width: 74px !important;
  }

  .md\:w-77 {
    width: 77px !important;
  }

  .md\:w-84 {
    width: 84px !important;
  }

  .md\:w-96 {
    width: 96px !important;
  }

  .md\:w-98 {
    width: 98px !important;
  }

  .md\:w-100 {
    width: 100px !important;
  }

  .md\:w-105 {
    width: 105px !important;
  }

  .md\:w-114 {
    width: 114px !important;
  }

  .md\:w-115 {
    width: 115px !important;
  }

  .md\:w-120 {
    width: 120px !important;
  }

  .md\:w-128 {
    width: 128px !important;
  }

  .md\:w-156 {
    width: 156px !important;
  }

  .md\:w-200 {
    width: 200px !important;
  }

  .md\:w-256 {
    width: 256px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:min-w-0 {
    min-width: 0px !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:max-w-0 {
    max-width: 0rem !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-md {
    max-width: 28rem !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose {
    max-width: 65ch !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:origin-center {
    transform-origin: center !important;
  }

  .md\:origin-top {
    transform-origin: top !important;
  }

  .md\:origin-top-right {
    transform-origin: top right !important;
  }

  .md\:origin-right {
    transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:origin-left {
    transform-origin: left !important;
  }

  .md\:origin-top-left {
    transform-origin: top left !important;
  }

  .md\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none {
    transform: none !important;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .md\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .md\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .md\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .md\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .md\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .md\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .md\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .md\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .md\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .md\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .md\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .md\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .md\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .md\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .md\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .md\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .md\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .md\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .md\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .md\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .md\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .md\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .md\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .md\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .md\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .md\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .md\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .md\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .md\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .md\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .md\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .md\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .md\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .md\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .md\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .md\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .md\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .md\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .md\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .md\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .md\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .md\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .md\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .md\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .md\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .md\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .md\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .md\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .md\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .md\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .md\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .md\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .md\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .md\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .md\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .md\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .md\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .md\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .md\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .md\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .md\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .md\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .md\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .md\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .md\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .md\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .md\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .md\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .md\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .md\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .md\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .md\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .md\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .md\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .md\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .md\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .md\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .md\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .md\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .md\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .md\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .md\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .md\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .md\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .md\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .md\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .md\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .md\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .md\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .md\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .md\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .md\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .md\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .md\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .md\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .md\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .md\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .md\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .md\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .md\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .md\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .md\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .md\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .md\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .md\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .md\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .md\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .md\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .md\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .md\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .md\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .md\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .md\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .md\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .md\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .md\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .md\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .md\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .md\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .md\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .md\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .md\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .md\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .md\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .md\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .md\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .md\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .md\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .md\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .md\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .md\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .md\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .md\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .md\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .md\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .md\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .md\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .md\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .md\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .md\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .md\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .md\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .md\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .md\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .md\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .md\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .md\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .md\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .md\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .md\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .md\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .md\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .md\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .md\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .md\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .md\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .md\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .md\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .md\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .md\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .md\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .md\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .md\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .md\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .md\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .md\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .md\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .md\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .md\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .md\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .md\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .md\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .md\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .md\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .md\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .md\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .md\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .md\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .md\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .md\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .md\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .md\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .md\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .md\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .md\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .md\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .md\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .md\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .md\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .md\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-help {
    cursor: help !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:place-content-center {
    place-content: center !important;
  }

  .md\:place-content-start {
    place-content: start !important;
  }

  .md\:place-content-end {
    place-content: end !important;
  }

  .md\:place-content-between {
    place-content: space-between !important;
  }

  .md\:place-content-around {
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    place-content: stretch !important;
  }

  .md\:place-items-start {
    place-items: start !important;
  }

  .md\:place-items-end {
    place-items: end !important;
  }

  .md\:place-items-center {
    place-items: center !important;
  }

  .md\:place-items-stretch {
    place-items: stretch !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:content-evenly {
    align-content: space-evenly !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:gap-20 {
    gap: 5rem !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-28 {
    gap: 7rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-36 {
    gap: 9rem !important;
  }

  .md\:gap-40 {
    gap: 10rem !important;
  }

  .md\:gap-44 {
    gap: 11rem !important;
  }

  .md\:gap-48 {
    gap: 12rem !important;
  }

  .md\:gap-52 {
    gap: 13rem !important;
  }

  .md\:gap-56 {
    gap: 14rem !important;
  }

  .md\:gap-60 {
    gap: 15rem !important;
  }

  .md\:gap-64 {
    gap: 16rem !important;
  }

  .md\:gap-72 {
    gap: 18rem !important;
  }

  .md\:gap-80 {
    gap: 20rem !important;
  }

  .md\:gap-96 {
    gap: 24rem !important;
  }

  .md\:gap-x-0 {
    gap: 0px !important;
  }

  .md\:gap-y-0 {
    gap: 0px !important;
  }

  .md\:gap-px {
    gap: 1px !important;
  }

  .md\:gap-x-px\\ {
    gap: 1px !important;
  }

  .md\:gap-y-px\\ {
    gap: 1px !important;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-x-4 {
    gap: 1rem !important;
  }

  .md\:gap-y-4 {
    gap: 1rem !important;
  }

  .md\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-x-8 {
    gap: 2rem !important;
  }

  .md\:gap-y-8 {
    gap: 2rem !important;
  }

  .md\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    gap: 3rem !important;
  }

  .md\:gap-y-12 {
    gap: 3rem !important;
  }

  .md\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    gap: 4rem !important;
  }

  .md\:gap-y-16 {
    gap: 4rem !important;
  }

  .md\:gap-x-20 {
    gap: 5rem !important;
  }

  .md\:gap-y-20 {
    gap: 5rem !important;
  }

  .md\:gap-x-24 {
    gap: 6rem !important;
  }

  .md\:gap-y-24 {
    gap: 6rem !important;
  }

  .md\:gap-x-28 {
    gap: 7rem !important;
  }

  .md\:gap-y-28 {
    gap: 7rem !important;
  }

  .md\:gap-x-32 {
    gap: 8rem !important;
  }

  .md\:gap-y-32 {
    gap: 8rem !important;
  }

  .md\:gap-x-36 {
    gap: 9rem !important;
  }

  .md\:gap-y-36 {
    gap: 9rem !important;
  }

  .md\:gap-x-40 {
    gap: 10rem !important;
  }

  .md\:gap-y-40 {
    gap: 10rem !important;
  }

  .md\:gap-x-44 {
    gap: 11rem !important;
  }

  .md\:gap-y-44 {
    gap: 11rem !important;
  }

  .md\:gap-x-48 {
    gap: 12rem !important;
  }

  .md\:gap-y-48 {
    gap: 12rem !important;
  }

  .md\:gap-x-52 {
    gap: 13rem !important;
  }

  .md\:gap-y-52 {
    gap: 13rem !important;
  }

  .md\:gap-x-56 {
    gap: 14rem !important;
  }

  .md\:gap-y-56 {
    gap: 14rem !important;
  }

  .md\:gap-x-60 {
    gap: 15rem !important;
  }

  .md\:gap-y-60 {
    gap: 15rem !important;
  }

  .md\:gap-x-64 {
    gap: 16rem !important;
  }

  .md\:gap-y-64 {
    gap: 16rem !important;
  }

  .md\:gap-x-72 {
    gap: 18rem !important;
  }

  .md\:gap-y-72 {
    gap: 18rem !important;
  }

  .md\:gap-x-80 {
    gap: 20rem !important;
  }

  .md\:gap-y-80 {
    gap: 20rem !important;
  }

  .md\:gap-x-96 {
    gap: 24rem !important;
  }

  .md\:gap-y-96 {
    gap: 24rem !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-px {
    row-gap: 1px !important;
  }

  .md\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .md\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .md\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .md\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .md\:place-self-auto {
    place-self: auto !important;
  }

  .md\:place-self-start {
    place-self: start !important;
  }

  .md\:place-self-end {
    place-self: end !important;
  }

  .md\:place-self-center {
    place-self: center !important;
  }

  .md\:place-self-stretch {
    place-self: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:self-baseline {
    align-self: baseline !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip {
    text-overflow: clip !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:rounded-4 {
    border-radius: 4px !important;
  }

  .md\:rounded-6 {
    border-radius: 6px !important;
  }

  .md\:rounded-50 {
    border-radius: 50% !important;
  }

  .md\:rounded-100 {
    border-radius: 100px !important;
  }

  .md\:rounded-200 {
    border-radius: 200px !important;
  }

  .md\:rounded-none {
    border-radius: 0px !important;
  }

  .md\:rounded-br8 {
    border-radius: 8px !important;
  }

  .md\:rounded-br6 {
    border-radius: 6px !important;
  }

  .md\:rounded-br30 {
    border-radius: 30px !important;
  }

  .md\:rounded-br32 {
    border-radius: 32px !important;
  }

  .md\:rounded-br50 {
    border-radius: 50px !important;
  }

  .md\:rounded-br90 {
    border-radius: 90px !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .md\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .md\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .md\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .md\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .md\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .md\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .md\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .md\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .md\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .md\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .md\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .md\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .md\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .md\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .md\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .md\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .md\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .md\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .md\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .md\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .md\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .md\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .md\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .md\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .md\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .md\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .md\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .md\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .md\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:border-1 {
    border-width: 1px !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-3 {
    border-width: 3px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0px !important;
  }

  .md\:border-t-1 {
    border-top-width: 1px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-t-3 {
    border-top-width: 3px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:border-r-1 {
    border-right-width: 1px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-r-3 {
    border-right-width: 3px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:border-l-1 {
    border-left-width: 1px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-l-3 {
    border-left-width: 3px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-current {
    border-color: currentColor !important;
  }

  .md\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .md\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .md\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .md\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .md\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .md\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .md\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .md\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .md\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .md\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .md\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .md\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .md\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .md\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .md\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .md\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .md\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .md\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .md\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .md\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-current {
    background-color: currentColor !important;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .md\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .md\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .md\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .md\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .md\:bg-none {
    background-image: none !important;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .md\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .md\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .md\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .md\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .md\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .md\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .md\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .md\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .md\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .md\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .md\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .md\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .md\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .md\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .md\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .md\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .md\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .md\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .md\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .md\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .md\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .md\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .md\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .md\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .md\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .md\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .md\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .md\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .md\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .md\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .md\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .md\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .md\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .md\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .md\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .md\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .md\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .md\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .md\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .md\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .md\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .md\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .md\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .md\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .md\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .md\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .md\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .md\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .md\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .md\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .md\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .md\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .md\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .md\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .md\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .md\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .md\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .md\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .md\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .md\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .md\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .md\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .md\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .md\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .md\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .md\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-origin-border {
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content {
    background-origin: content-box !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:p-2 {
    padding: 2px !important;
  }

  .md\:p-3 {
    padding: 3px !important;
  }

  .md\:p-4 {
    padding: 4px !important;
  }

  .md\:p-6 {
    padding: 6px !important;
  }

  .md\:p-8 {
    padding: 8px !important;
  }

  .md\:p-10 {
    padding: 10px !important;
  }

  .md\:p-12 {
    padding: 12px !important;
  }

  .md\:p-14 {
    padding: 14px !important;
  }

  .md\:p-16 {
    padding: 16px !important;
  }

  .md\:p-20 {
    padding: 20px !important;
  }

  .md\:p-22 {
    padding: 22px !important;
  }

  .md\:p-24 {
    padding: 24px !important;
  }

  .md\:p-25 {
    padding: 25px !important;
  }

  .md\:p-27 {
    padding: 27px !important;
  }

  .md\:p-30 {
    padding: 30px !important;
  }

  .md\:p-36 {
    padding: 36px !important;
  }

  .md\:p-40 {
    padding: 40px !important;
  }

  .md\:p-42 {
    padding: 42px !important;
  }

  .md\:p-44 {
    padding: 44px !important;
  }

  .md\:p-48 {
    padding: 48px !important;
  }

  .md\:p-52 {
    padding: 52px !important;
  }

  .md\:p-64 {
    padding: 64px !important;
  }

  .md\:p-72 {
    padding: 72px !important;
  }

  .md\:p-74 {
    padding: 74px !important;
  }

  .md\:p-77 {
    padding: 77px !important;
  }

  .md\:p-84 {
    padding: 84px !important;
  }

  .md\:p-96 {
    padding: 96px !important;
  }

  .md\:p-98 {
    padding: 98px !important;
  }

  .md\:p-100 {
    padding: 100px !important;
  }

  .md\:p-105 {
    padding: 105px !important;
  }

  .md\:p-114 {
    padding: 114px !important;
  }

  .md\:p-115 {
    padding: 115px !important;
  }

  .md\:p-120 {
    padding: 120px !important;
  }

  .md\:p-128 {
    padding: 128px !important;
  }

  .md\:p-156 {
    padding: 156px !important;
  }

  .md\:p-200 {
    padding: 200px !important;
  }

  .md\:p-256 {
    padding: 256px !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .md\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .md\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .md\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .md\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .md\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .md\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .md\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .md\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .md\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .md\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .md\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .md\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .md\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .md\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .md\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .md\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .md\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .md\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .md\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .md\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .md\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .md\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .md\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .md\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .md\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .md\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .md\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .md\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .md\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .md\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .md\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .md\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .md\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .md\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .md\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .md\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .md\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .md\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .md\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .md\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .md\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .md\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .md\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .md\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-2 {
    padding-top: 2px !important;
  }

  .md\:pt-3 {
    padding-top: 3px !important;
  }

  .md\:pt-4 {
    padding-top: 4px !important;
  }

  .md\:pt-6 {
    padding-top: 6px !important;
  }

  .md\:pt-8 {
    padding-top: 8px !important;
  }

  .md\:pt-10 {
    padding-top: 10px !important;
  }

  .md\:pt-12 {
    padding-top: 12px !important;
  }

  .md\:pt-14 {
    padding-top: 14px !important;
  }

  .md\:pt-16 {
    padding-top: 16px !important;
  }

  .md\:pt-20 {
    padding-top: 20px !important;
  }

  .md\:pt-22 {
    padding-top: 22px !important;
  }

  .md\:pt-24 {
    padding-top: 24px !important;
  }

  .md\:pt-25 {
    padding-top: 25px !important;
  }

  .md\:pt-27 {
    padding-top: 27px !important;
  }

  .md\:pt-30 {
    padding-top: 30px !important;
  }

  .md\:pt-36 {
    padding-top: 36px !important;
  }

  .md\:pt-40 {
    padding-top: 40px !important;
  }

  .md\:pt-42 {
    padding-top: 42px !important;
  }

  .md\:pt-44 {
    padding-top: 44px !important;
  }

  .md\:pt-48 {
    padding-top: 48px !important;
  }

  .md\:pt-52 {
    padding-top: 52px !important;
  }

  .md\:pt-64 {
    padding-top: 64px !important;
  }

  .md\:pt-72 {
    padding-top: 72px !important;
  }

  .md\:pt-74 {
    padding-top: 74px !important;
  }

  .md\:pt-77 {
    padding-top: 77px !important;
  }

  .md\:pt-84 {
    padding-top: 84px !important;
  }

  .md\:pt-96 {
    padding-top: 96px !important;
  }

  .md\:pt-98 {
    padding-top: 98px !important;
  }

  .md\:pt-100 {
    padding-top: 100px !important;
  }

  .md\:pt-105 {
    padding-top: 105px !important;
  }

  .md\:pt-114 {
    padding-top: 114px !important;
  }

  .md\:pt-115 {
    padding-top: 115px !important;
  }

  .md\:pt-120 {
    padding-top: 120px !important;
  }

  .md\:pt-128 {
    padding-top: 128px !important;
  }

  .md\:pt-156 {
    padding-top: 156px !important;
  }

  .md\:pt-200 {
    padding-top: 200px !important;
  }

  .md\:pt-256 {
    padding-top: 256px !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pr-2 {
    padding-right: 2px !important;
  }

  .md\:pr-3 {
    padding-right: 3px !important;
  }

  .md\:pr-4 {
    padding-right: 4px !important;
  }

  .md\:pr-6 {
    padding-right: 6px !important;
  }

  .md\:pr-8 {
    padding-right: 8px !important;
  }

  .md\:pr-10 {
    padding-right: 10px !important;
  }

  .md\:pr-12 {
    padding-right: 12px !important;
  }

  .md\:pr-14 {
    padding-right: 14px !important;
  }

  .md\:pr-16 {
    padding-right: 16px !important;
  }

  .md\:pr-20 {
    padding-right: 20px !important;
  }

  .md\:pr-22 {
    padding-right: 22px !important;
  }

  .md\:pr-24 {
    padding-right: 24px !important;
  }

  .md\:pr-25 {
    padding-right: 25px !important;
  }

  .md\:pr-27 {
    padding-right: 27px !important;
  }

  .md\:pr-30 {
    padding-right: 30px !important;
  }

  .md\:pr-36 {
    padding-right: 36px !important;
  }

  .md\:pr-40 {
    padding-right: 40px !important;
  }

  .md\:pr-42 {
    padding-right: 42px !important;
  }

  .md\:pr-44 {
    padding-right: 44px !important;
  }

  .md\:pr-48 {
    padding-right: 48px !important;
  }

  .md\:pr-52 {
    padding-right: 52px !important;
  }

  .md\:pr-64 {
    padding-right: 64px !important;
  }

  .md\:pr-72 {
    padding-right: 72px !important;
  }

  .md\:pr-74 {
    padding-right: 74px !important;
  }

  .md\:pr-77 {
    padding-right: 77px !important;
  }

  .md\:pr-84 {
    padding-right: 84px !important;
  }

  .md\:pr-96 {
    padding-right: 96px !important;
  }

  .md\:pr-98 {
    padding-right: 98px !important;
  }

  .md\:pr-100 {
    padding-right: 100px !important;
  }

  .md\:pr-105 {
    padding-right: 105px !important;
  }

  .md\:pr-114 {
    padding-right: 114px !important;
  }

  .md\:pr-115 {
    padding-right: 115px !important;
  }

  .md\:pr-120 {
    padding-right: 120px !important;
  }

  .md\:pr-128 {
    padding-right: 128px !important;
  }

  .md\:pr-156 {
    padding-right: 156px !important;
  }

  .md\:pr-200 {
    padding-right: 200px !important;
  }

  .md\:pr-256 {
    padding-right: 256px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-2 {
    padding-bottom: 2px !important;
  }

  .md\:pb-3 {
    padding-bottom: 3px !important;
  }

  .md\:pb-4 {
    padding-bottom: 4px !important;
  }

  .md\:pb-6 {
    padding-bottom: 6px !important;
  }

  .md\:pb-8 {
    padding-bottom: 8px !important;
  }

  .md\:pb-10 {
    padding-bottom: 10px !important;
  }

  .md\:pb-12 {
    padding-bottom: 12px !important;
  }

  .md\:pb-14 {
    padding-bottom: 14px !important;
  }

  .md\:pb-16 {
    padding-bottom: 16px !important;
  }

  .md\:pb-20 {
    padding-bottom: 20px !important;
  }

  .md\:pb-22 {
    padding-bottom: 22px !important;
  }

  .md\:pb-24 {
    padding-bottom: 24px !important;
  }

  .md\:pb-25 {
    padding-bottom: 25px !important;
  }

  .md\:pb-27 {
    padding-bottom: 27px !important;
  }

  .md\:pb-30 {
    padding-bottom: 30px !important;
  }

  .md\:pb-36 {
    padding-bottom: 36px !important;
  }

  .md\:pb-40 {
    padding-bottom: 40px !important;
  }

  .md\:pb-42 {
    padding-bottom: 42px !important;
  }

  .md\:pb-44 {
    padding-bottom: 44px !important;
  }

  .md\:pb-48 {
    padding-bottom: 48px !important;
  }

  .md\:pb-52 {
    padding-bottom: 52px !important;
  }

  .md\:pb-64 {
    padding-bottom: 64px !important;
  }

  .md\:pb-72 {
    padding-bottom: 72px !important;
  }

  .md\:pb-74 {
    padding-bottom: 74px !important;
  }

  .md\:pb-77 {
    padding-bottom: 77px !important;
  }

  .md\:pb-84 {
    padding-bottom: 84px !important;
  }

  .md\:pb-96 {
    padding-bottom: 96px !important;
  }

  .md\:pb-98 {
    padding-bottom: 98px !important;
  }

  .md\:pb-100 {
    padding-bottom: 100px !important;
  }

  .md\:pb-105 {
    padding-bottom: 105px !important;
  }

  .md\:pb-114 {
    padding-bottom: 114px !important;
  }

  .md\:pb-115 {
    padding-bottom: 115px !important;
  }

  .md\:pb-120 {
    padding-bottom: 120px !important;
  }

  .md\:pb-128 {
    padding-bottom: 128px !important;
  }

  .md\:pb-156 {
    padding-bottom: 156px !important;
  }

  .md\:pb-200 {
    padding-bottom: 200px !important;
  }

  .md\:pb-256 {
    padding-bottom: 256px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-2 {
    padding-left: 2px !important;
  }

  .md\:pl-3 {
    padding-left: 3px !important;
  }

  .md\:pl-4 {
    padding-left: 4px !important;
  }

  .md\:pl-6 {
    padding-left: 6px !important;
  }

  .md\:pl-8 {
    padding-left: 8px !important;
  }

  .md\:pl-10 {
    padding-left: 10px !important;
  }

  .md\:pl-12 {
    padding-left: 12px !important;
  }

  .md\:pl-14 {
    padding-left: 14px !important;
  }

  .md\:pl-16 {
    padding-left: 16px !important;
  }

  .md\:pl-20 {
    padding-left: 20px !important;
  }

  .md\:pl-22 {
    padding-left: 22px !important;
  }

  .md\:pl-24 {
    padding-left: 24px !important;
  }

  .md\:pl-25 {
    padding-left: 25px !important;
  }

  .md\:pl-27 {
    padding-left: 27px !important;
  }

  .md\:pl-30 {
    padding-left: 30px !important;
  }

  .md\:pl-36 {
    padding-left: 36px !important;
  }

  .md\:pl-40 {
    padding-left: 40px !important;
  }

  .md\:pl-42 {
    padding-left: 42px !important;
  }

  .md\:pl-44 {
    padding-left: 44px !important;
  }

  .md\:pl-48 {
    padding-left: 48px !important;
  }

  .md\:pl-52 {
    padding-left: 52px !important;
  }

  .md\:pl-64 {
    padding-left: 64px !important;
  }

  .md\:pl-72 {
    padding-left: 72px !important;
  }

  .md\:pl-74 {
    padding-left: 74px !important;
  }

  .md\:pl-77 {
    padding-left: 77px !important;
  }

  .md\:pl-84 {
    padding-left: 84px !important;
  }

  .md\:pl-96 {
    padding-left: 96px !important;
  }

  .md\:pl-98 {
    padding-left: 98px !important;
  }

  .md\:pl-100 {
    padding-left: 100px !important;
  }

  .md\:pl-105 {
    padding-left: 105px !important;
  }

  .md\:pl-114 {
    padding-left: 114px !important;
  }

  .md\:pl-115 {
    padding-left: 115px !important;
  }

  .md\:pl-120 {
    padding-left: 120px !important;
  }

  .md\:pl-128 {
    padding-left: 128px !important;
  }

  .md\:pl-156 {
    padding-left: 156px !important;
  }

  .md\:pl-200 {
    padding-left: 200px !important;
  }

  .md\:pl-256 {
    padding-left: 256px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .md\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .md\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .md\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .md\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .md\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .md\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .md\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .md\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .md\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .md\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .md\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .md\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .md\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .md\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .md\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .md\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .md\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .md\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .md\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .md\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .md\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .md\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .md\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .md\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .md\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .md\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .md\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .md\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .md\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .md\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .md\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .md\:font-thin {
    font-weight: 100 !important;
  }

  .md\:font-extralight {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-lh-122 {
    line-height: 122px !important;
  }

  .md\:leading-lh-76 {
    line-height: 76px !important;
  }

  .md\:leading-lh-65 {
    line-height: 65px !important;
  }

  .md\:leading-lh-61 {
    line-height: 61px !important;
  }

  .md\:leading-lh-54 {
    line-height: 54px !important;
  }

  .md\:leading-lh-46 {
    line-height: 46px !important;
  }

  .md\:leading-lh-44 {
    line-height: 44px !important;
  }

  .md\:leading-lh-42 {
    line-height: 42px !important;
  }

  .md\:leading-lh-40 {
    line-height: 40px !important;
  }

  .md\:leading-lh-36 {
    line-height: 36px !important;
  }

  .md\:leading-lh-35 {
    line-height: 35px !important;
  }

  .md\:leading-lh-34 {
    line-height: 34px !important;
  }

  .md\:leading-lh-32 {
    line-height: 32px !important;
  }

  .md\:leading-lh-29 {
    line-height: 29px !important;
  }

  .md\:leading-lh-26 {
    line-height: 26px !important;
  }

  .md\:leading-lh-25 {
    line-height: 25px !important;
  }

  .md\:leading-lh-23 {
    line-height: 23px !important;
  }

  .md\:leading-lh-21 {
    line-height: 21px !important;
  }

  .md\:leading-lh-20 {
    line-height: 20px !important;
  }

  .md\:leading-lh-17 {
    line-height: 17px !important;
  }

  .md\:leading-lh-15 {
    line-height: 15px !important;
  }

  .md\:leading-lh-13 {
    line-height: 13px !important;
  }

  .md\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .md\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .md\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .md\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .md\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .md\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .md\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .md\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-current {
    color: currentColor !important;
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .md\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .md\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .md\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .md\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .md\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .md\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .md\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .md\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .md\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .md\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .md\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .md\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .md\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .md\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .md\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .md\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .md\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .md\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .md\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-5 {
    opacity: 0.05 !important;
  }

  .md\:opacity-7 {
    opacity: 0.7 !important;
  }

  .md\:opacity-10 {
    opacity: 0.10 !important;
  }

  .md\:opacity-15 {
    opacity: 0.15 !important;
  }

  .md\:opacity-20 {
    opacity: 0.2 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-30 {
    opacity: 0.3 !important;
  }

  .md\:opacity-40 {
    opacity: 0.4 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-57 {
    opacity: 0.57 !important;
  }

  .md\:opacity-60 {
    opacity: 0.6 !important;
  }

  .md\:opacity-70 {
    opacity: 0.7 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-80 {
    opacity: 0.8 !important;
  }

  .md\:opacity-90 {
    opacity: 0.9 !important;
  }

  .md\:opacity-94 {
    opacity: 0.94 !important;
  }

  .md\:opacity-95 {
    opacity: 0.95 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:opacity-02 {
    opacity: 0.2 !important;
  }

  .md\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .md\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .md\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .md\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .md\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .md\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .md\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .md\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .md\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .md\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .md\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .md\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .md\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .md\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .md\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .md\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .md\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .md\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .md\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .md\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .md\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .md\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .md\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .md\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .md\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .md\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .md\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .md\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .md\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .md\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .md\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .md\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .md\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .md\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .md\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .md\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .md\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .md\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .md\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .md\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .md\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .md\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .md\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .md\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .md\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .md\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .md\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .md\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .md\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .md\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .md\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .md\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .md\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .md\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .md\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:filter-none {
    filter: none !important;
  }

  .md\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .md\:blur {
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .md\:invert {
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .md\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none {
    transition-property: none !important;
  }

  .md\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 576px) {
  .sm\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .sm\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .sm\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .sm\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .sm\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .sm\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .sm\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .sm\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .sm\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .sm\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .sm\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .sm\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .sm\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .sm\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .sm\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .sm\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .sm\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .sm\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .sm\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .sm\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .sm\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .sm\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .sm\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .sm\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .sm\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .sm\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .sm\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .sm\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .sm\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .sm\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .sm\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .sm\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .sm\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .sm\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .sm\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .sm\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .sm\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .sm\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .sm\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .sm\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .sm\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .sm\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .sm\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .sm\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .sm\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .sm\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .sm\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .sm\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .sm\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .sm\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .sm\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .sm\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .sm\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .sm\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .sm\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .sm\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .sm\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .sm\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .sm\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .sm\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .sm\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .sm\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .sm\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .sm\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .sm\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .sm\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .sm\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .sm\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .sm\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .sm\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .sm\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .sm\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .sm\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .sm\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .sm\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .sm\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .sm\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .sm\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .sm\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .sm\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .sm\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .sm\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .sm\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .sm\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .sm\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .sm\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .sm\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .sm\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .sm\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .sm\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .sm\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .sm\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .sm\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .sm\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .sm\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .sm\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .sm\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .sm\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .sm\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .sm\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .sm\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .sm\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .sm\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .sm\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .sm\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .sm\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .sm\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .sm\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .sm\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .sm\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .sm\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .sm\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .sm\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .sm\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .sm\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .sm\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .sm\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .sm\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .sm\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .sm\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .sm\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .sm\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .sm\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .sm\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .sm\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .sm\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .sm\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .sm\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .sm\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .sm\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .sm\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .sm\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .sm\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .sm\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .sm\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .sm\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .sm\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .sm\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .sm\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .sm\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .sm\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .sm\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .sm\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .sm\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .sm\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .sm\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .sm\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .sm\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .sm\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .sm\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .sm\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .sm\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .sm\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .sm\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .sm\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .sm\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .sm\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .sm\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .sm\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .sm\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .sm\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .sm\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .sm\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .sm\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .sm\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .sm\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .sm\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .sm\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .sm\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .sm\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .sm\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .sm\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .sm\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .sm\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .sm\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .sm\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .sm\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .sm\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .sm\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .sm\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .sm\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .sm\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .sm\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .sm\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .sm\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .sm\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .sm\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .sm\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .sm\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .sm\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .sm\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .sm\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .sm\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .sm\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .sm\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .sm\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .sm\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .sm\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .sm\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .sm\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .sm\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .sm\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .sm\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .sm\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .sm\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .sm\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .sm\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .sm\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .sm\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .sm\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .sm\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .sm\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .sm\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .sm\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .sm\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .sm\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .sm\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .sm\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .sm\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .sm\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .sm\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .sm\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .sm\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .sm\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .sm\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .sm\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .sm\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .sm\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:top-0 {
    top: 0px !important;
  }

  .sm\:top-2 {
    top: 2px !important;
  }

  .sm\:top-3 {
    top: 3px !important;
  }

  .sm\:top-4 {
    top: 4px !important;
  }

  .sm\:top-6 {
    top: 6px !important;
  }

  .sm\:top-8 {
    top: 8px !important;
  }

  .sm\:top-10 {
    top: 10px !important;
  }

  .sm\:top-12 {
    top: 12px !important;
  }

  .sm\:top-14 {
    top: 14px !important;
  }

  .sm\:top-16 {
    top: 16px !important;
  }

  .sm\:top-20 {
    top: 20px !important;
  }

  .sm\:top-22 {
    top: 22px !important;
  }

  .sm\:top-24 {
    top: 24px !important;
  }

  .sm\:top-25 {
    top: 25px !important;
  }

  .sm\:top-27 {
    top: 27px !important;
  }

  .sm\:top-30 {
    top: 30px !important;
  }

  .sm\:top-36 {
    top: 36px !important;
  }

  .sm\:top-40 {
    top: 40px !important;
  }

  .sm\:top-42 {
    top: 42px !important;
  }

  .sm\:top-44 {
    top: 44px !important;
  }

  .sm\:top-48 {
    top: 48px !important;
  }

  .sm\:top-52 {
    top: 52px !important;
  }

  .sm\:top-64 {
    top: 64px !important;
  }

  .sm\:top-72 {
    top: 72px !important;
  }

  .sm\:top-74 {
    top: 74px !important;
  }

  .sm\:top-77 {
    top: 77px !important;
  }

  .sm\:top-84 {
    top: 84px !important;
  }

  .sm\:top-96 {
    top: 96px !important;
  }

  .sm\:top-98 {
    top: 98px !important;
  }

  .sm\:top-100 {
    top: 100px !important;
  }

  .sm\:top-105 {
    top: 105px !important;
  }

  .sm\:top-114 {
    top: 114px !important;
  }

  .sm\:top-115 {
    top: 115px !important;
  }

  .sm\:top-120 {
    top: 120px !important;
  }

  .sm\:top-128 {
    top: 128px !important;
  }

  .sm\:top-156 {
    top: 156px !important;
  }

  .sm\:top-200 {
    top: 200px !important;
  }

  .sm\:top-256 {
    top: 256px !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  .sm\:top-px {
    top: 1px !important;
  }

  .sm\:-top-0 {
    top: 0px !important;
  }

  .sm\:-top-2 {
    top: -2px !important;
  }

  .sm\:-top-3 {
    top: -3px !important;
  }

  .sm\:-top-4 {
    top: -4px !important;
  }

  .sm\:-top-6 {
    top: -6px !important;
  }

  .sm\:-top-8 {
    top: -8px !important;
  }

  .sm\:-top-10 {
    top: -10px !important;
  }

  .sm\:-top-12 {
    top: -12px !important;
  }

  .sm\:-top-14 {
    top: -14px !important;
  }

  .sm\:-top-16 {
    top: -16px !important;
  }

  .sm\:-top-20 {
    top: -20px !important;
  }

  .sm\:-top-22 {
    top: -22px !important;
  }

  .sm\:-top-24 {
    top: -24px !important;
  }

  .sm\:-top-25 {
    top: -25px !important;
  }

  .sm\:-top-27 {
    top: -27px !important;
  }

  .sm\:-top-30 {
    top: -30px !important;
  }

  .sm\:-top-36 {
    top: -36px !important;
  }

  .sm\:-top-40 {
    top: -40px !important;
  }

  .sm\:-top-42 {
    top: -42px !important;
  }

  .sm\:-top-44 {
    top: -44px !important;
  }

  .sm\:-top-48 {
    top: -48px !important;
  }

  .sm\:-top-52 {
    top: -52px !important;
  }

  .sm\:-top-64 {
    top: -64px !important;
  }

  .sm\:-top-72 {
    top: -72px !important;
  }

  .sm\:-top-74 {
    top: -74px !important;
  }

  .sm\:-top-77 {
    top: -77px !important;
  }

  .sm\:-top-84 {
    top: -84px !important;
  }

  .sm\:-top-96 {
    top: -96px !important;
  }

  .sm\:-top-98 {
    top: -98px !important;
  }

  .sm\:-top-100 {
    top: -100px !important;
  }

  .sm\:-top-105 {
    top: -105px !important;
  }

  .sm\:-top-114 {
    top: -114px !important;
  }

  .sm\:-top-115 {
    top: -115px !important;
  }

  .sm\:-top-120 {
    top: -120px !important;
  }

  .sm\:-top-128 {
    top: -128px !important;
  }

  .sm\:-top-156 {
    top: -156px !important;
  }

  .sm\:-top-200 {
    top: -200px !important;
  }

  .sm\:-top-256 {
    top: -256px !important;
  }

  .sm\:-top-px {
    top: -1px !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:top-1\/4 {
    top: 25% !important;
  }

  .sm\:top-2\/4 {
    top: 50% !important;
  }

  .sm\:top-3\/4 {
    top: 75% !important;
  }

  .sm\:top-full {
    top: 100% !important;
  }

  .sm\:-top-1\/2 {
    top: -50% !important;
  }

  .sm\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:-top-1\/4 {
    top: -25% !important;
  }

  .sm\:-top-2\/4 {
    top: -50% !important;
  }

  .sm\:-top-3\/4 {
    top: -75% !important;
  }

  .sm\:-top-full {
    top: -100% !important;
  }

  .sm\:right-0 {
    right: 0px !important;
  }

  .sm\:right-2 {
    right: 2px !important;
  }

  .sm\:right-3 {
    right: 3px !important;
  }

  .sm\:right-4 {
    right: 4px !important;
  }

  .sm\:right-6 {
    right: 6px !important;
  }

  .sm\:right-8 {
    right: 8px !important;
  }

  .sm\:right-10 {
    right: 10px !important;
  }

  .sm\:right-12 {
    right: 12px !important;
  }

  .sm\:right-14 {
    right: 14px !important;
  }

  .sm\:right-16 {
    right: 16px !important;
  }

  .sm\:right-20 {
    right: 20px !important;
  }

  .sm\:right-22 {
    right: 22px !important;
  }

  .sm\:right-24 {
    right: 24px !important;
  }

  .sm\:right-25 {
    right: 25px !important;
  }

  .sm\:right-27 {
    right: 27px !important;
  }

  .sm\:right-30 {
    right: 30px !important;
  }

  .sm\:right-36 {
    right: 36px !important;
  }

  .sm\:right-40 {
    right: 40px !important;
  }

  .sm\:right-42 {
    right: 42px !important;
  }

  .sm\:right-44 {
    right: 44px !important;
  }

  .sm\:right-48 {
    right: 48px !important;
  }

  .sm\:right-52 {
    right: 52px !important;
  }

  .sm\:right-64 {
    right: 64px !important;
  }

  .sm\:right-72 {
    right: 72px !important;
  }

  .sm\:right-74 {
    right: 74px !important;
  }

  .sm\:right-77 {
    right: 77px !important;
  }

  .sm\:right-84 {
    right: 84px !important;
  }

  .sm\:right-96 {
    right: 96px !important;
  }

  .sm\:right-98 {
    right: 98px !important;
  }

  .sm\:right-100 {
    right: 100px !important;
  }

  .sm\:right-105 {
    right: 105px !important;
  }

  .sm\:right-114 {
    right: 114px !important;
  }

  .sm\:right-115 {
    right: 115px !important;
  }

  .sm\:right-120 {
    right: 120px !important;
  }

  .sm\:right-128 {
    right: 128px !important;
  }

  .sm\:right-156 {
    right: 156px !important;
  }

  .sm\:right-200 {
    right: 200px !important;
  }

  .sm\:right-256 {
    right: 256px !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:right-px {
    right: 1px !important;
  }

  .sm\:-right-0 {
    right: 0px !important;
  }

  .sm\:-right-2 {
    right: -2px !important;
  }

  .sm\:-right-3 {
    right: -3px !important;
  }

  .sm\:-right-4 {
    right: -4px !important;
  }

  .sm\:-right-6 {
    right: -6px !important;
  }

  .sm\:-right-8 {
    right: -8px !important;
  }

  .sm\:-right-10 {
    right: -10px !important;
  }

  .sm\:-right-12 {
    right: -12px !important;
  }

  .sm\:-right-14 {
    right: -14px !important;
  }

  .sm\:-right-16 {
    right: -16px !important;
  }

  .sm\:-right-20 {
    right: -20px !important;
  }

  .sm\:-right-22 {
    right: -22px !important;
  }

  .sm\:-right-24 {
    right: -24px !important;
  }

  .sm\:-right-25 {
    right: -25px !important;
  }

  .sm\:-right-27 {
    right: -27px !important;
  }

  .sm\:-right-30 {
    right: -30px !important;
  }

  .sm\:-right-36 {
    right: -36px !important;
  }

  .sm\:-right-40 {
    right: -40px !important;
  }

  .sm\:-right-42 {
    right: -42px !important;
  }

  .sm\:-right-44 {
    right: -44px !important;
  }

  .sm\:-right-48 {
    right: -48px !important;
  }

  .sm\:-right-52 {
    right: -52px !important;
  }

  .sm\:-right-64 {
    right: -64px !important;
  }

  .sm\:-right-72 {
    right: -72px !important;
  }

  .sm\:-right-74 {
    right: -74px !important;
  }

  .sm\:-right-77 {
    right: -77px !important;
  }

  .sm\:-right-84 {
    right: -84px !important;
  }

  .sm\:-right-96 {
    right: -96px !important;
  }

  .sm\:-right-98 {
    right: -98px !important;
  }

  .sm\:-right-100 {
    right: -100px !important;
  }

  .sm\:-right-105 {
    right: -105px !important;
  }

  .sm\:-right-114 {
    right: -114px !important;
  }

  .sm\:-right-115 {
    right: -115px !important;
  }

  .sm\:-right-120 {
    right: -120px !important;
  }

  .sm\:-right-128 {
    right: -128px !important;
  }

  .sm\:-right-156 {
    right: -156px !important;
  }

  .sm\:-right-200 {
    right: -200px !important;
  }

  .sm\:-right-256 {
    right: -256px !important;
  }

  .sm\:-right-px {
    right: -1px !important;
  }

  .sm\:right-1\/2 {
    right: 50% !important;
  }

  .sm\:right-1\/3 {
    right: 33.333333% !important;
  }

  .sm\:right-2\/3 {
    right: 66.666667% !important;
  }

  .sm\:right-1\/4 {
    right: 25% !important;
  }

  .sm\:right-2\/4 {
    right: 50% !important;
  }

  .sm\:right-3\/4 {
    right: 75% !important;
  }

  .sm\:right-full {
    right: 100% !important;
  }

  .sm\:-right-1\/2 {
    right: -50% !important;
  }

  .sm\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .sm\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .sm\:-right-1\/4 {
    right: -25% !important;
  }

  .sm\:-right-2\/4 {
    right: -50% !important;
  }

  .sm\:-right-3\/4 {
    right: -75% !important;
  }

  .sm\:-right-full {
    right: -100% !important;
  }

  .sm\:bottom-0 {
    bottom: 0px !important;
  }

  .sm\:bottom-2 {
    bottom: 2px !important;
  }

  .sm\:bottom-3 {
    bottom: 3px !important;
  }

  .sm\:bottom-4 {
    bottom: 4px !important;
  }

  .sm\:bottom-6 {
    bottom: 6px !important;
  }

  .sm\:bottom-8 {
    bottom: 8px !important;
  }

  .sm\:bottom-10 {
    bottom: 10px !important;
  }

  .sm\:bottom-12 {
    bottom: 12px !important;
  }

  .sm\:bottom-14 {
    bottom: 14px !important;
  }

  .sm\:bottom-16 {
    bottom: 16px !important;
  }

  .sm\:bottom-20 {
    bottom: 20px !important;
  }

  .sm\:bottom-22 {
    bottom: 22px !important;
  }

  .sm\:bottom-24 {
    bottom: 24px !important;
  }

  .sm\:bottom-25 {
    bottom: 25px !important;
  }

  .sm\:bottom-27 {
    bottom: 27px !important;
  }

  .sm\:bottom-30 {
    bottom: 30px !important;
  }

  .sm\:bottom-36 {
    bottom: 36px !important;
  }

  .sm\:bottom-40 {
    bottom: 40px !important;
  }

  .sm\:bottom-42 {
    bottom: 42px !important;
  }

  .sm\:bottom-44 {
    bottom: 44px !important;
  }

  .sm\:bottom-48 {
    bottom: 48px !important;
  }

  .sm\:bottom-52 {
    bottom: 52px !important;
  }

  .sm\:bottom-64 {
    bottom: 64px !important;
  }

  .sm\:bottom-72 {
    bottom: 72px !important;
  }

  .sm\:bottom-74 {
    bottom: 74px !important;
  }

  .sm\:bottom-77 {
    bottom: 77px !important;
  }

  .sm\:bottom-84 {
    bottom: 84px !important;
  }

  .sm\:bottom-96 {
    bottom: 96px !important;
  }

  .sm\:bottom-98 {
    bottom: 98px !important;
  }

  .sm\:bottom-100 {
    bottom: 100px !important;
  }

  .sm\:bottom-105 {
    bottom: 105px !important;
  }

  .sm\:bottom-114 {
    bottom: 114px !important;
  }

  .sm\:bottom-115 {
    bottom: 115px !important;
  }

  .sm\:bottom-120 {
    bottom: 120px !important;
  }

  .sm\:bottom-128 {
    bottom: 128px !important;
  }

  .sm\:bottom-156 {
    bottom: 156px !important;
  }

  .sm\:bottom-200 {
    bottom: 200px !important;
  }

  .sm\:bottom-256 {
    bottom: 256px !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  .sm\:bottom-px {
    bottom: 1px !important;
  }

  .sm\:-bottom-0 {
    bottom: 0px !important;
  }

  .sm\:-bottom-2 {
    bottom: -2px !important;
  }

  .sm\:-bottom-3 {
    bottom: -3px !important;
  }

  .sm\:-bottom-4 {
    bottom: -4px !important;
  }

  .sm\:-bottom-6 {
    bottom: -6px !important;
  }

  .sm\:-bottom-8 {
    bottom: -8px !important;
  }

  .sm\:-bottom-10 {
    bottom: -10px !important;
  }

  .sm\:-bottom-12 {
    bottom: -12px !important;
  }

  .sm\:-bottom-14 {
    bottom: -14px !important;
  }

  .sm\:-bottom-16 {
    bottom: -16px !important;
  }

  .sm\:-bottom-20 {
    bottom: -20px !important;
  }

  .sm\:-bottom-22 {
    bottom: -22px !important;
  }

  .sm\:-bottom-24 {
    bottom: -24px !important;
  }

  .sm\:-bottom-25 {
    bottom: -25px !important;
  }

  .sm\:-bottom-27 {
    bottom: -27px !important;
  }

  .sm\:-bottom-30 {
    bottom: -30px !important;
  }

  .sm\:-bottom-36 {
    bottom: -36px !important;
  }

  .sm\:-bottom-40 {
    bottom: -40px !important;
  }

  .sm\:-bottom-42 {
    bottom: -42px !important;
  }

  .sm\:-bottom-44 {
    bottom: -44px !important;
  }

  .sm\:-bottom-48 {
    bottom: -48px !important;
  }

  .sm\:-bottom-52 {
    bottom: -52px !important;
  }

  .sm\:-bottom-64 {
    bottom: -64px !important;
  }

  .sm\:-bottom-72 {
    bottom: -72px !important;
  }

  .sm\:-bottom-74 {
    bottom: -74px !important;
  }

  .sm\:-bottom-77 {
    bottom: -77px !important;
  }

  .sm\:-bottom-84 {
    bottom: -84px !important;
  }

  .sm\:-bottom-96 {
    bottom: -96px !important;
  }

  .sm\:-bottom-98 {
    bottom: -98px !important;
  }

  .sm\:-bottom-100 {
    bottom: -100px !important;
  }

  .sm\:-bottom-105 {
    bottom: -105px !important;
  }

  .sm\:-bottom-114 {
    bottom: -114px !important;
  }

  .sm\:-bottom-115 {
    bottom: -115px !important;
  }

  .sm\:-bottom-120 {
    bottom: -120px !important;
  }

  .sm\:-bottom-128 {
    bottom: -128px !important;
  }

  .sm\:-bottom-156 {
    bottom: -156px !important;
  }

  .sm\:-bottom-200 {
    bottom: -200px !important;
  }

  .sm\:-bottom-256 {
    bottom: -256px !important;
  }

  .sm\:-bottom-px {
    bottom: -1px !important;
  }

  .sm\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:bottom-full {
    bottom: 100% !important;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:-bottom-full {
    bottom: -100% !important;
  }

  .sm\:left-0 {
    left: 0px !important;
  }

  .sm\:left-2 {
    left: 2px !important;
  }

  .sm\:left-3 {
    left: 3px !important;
  }

  .sm\:left-4 {
    left: 4px !important;
  }

  .sm\:left-6 {
    left: 6px !important;
  }

  .sm\:left-8 {
    left: 8px !important;
  }

  .sm\:left-10 {
    left: 10px !important;
  }

  .sm\:left-12 {
    left: 12px !important;
  }

  .sm\:left-14 {
    left: 14px !important;
  }

  .sm\:left-16 {
    left: 16px !important;
  }

  .sm\:left-20 {
    left: 20px !important;
  }

  .sm\:left-22 {
    left: 22px !important;
  }

  .sm\:left-24 {
    left: 24px !important;
  }

  .sm\:left-25 {
    left: 25px !important;
  }

  .sm\:left-27 {
    left: 27px !important;
  }

  .sm\:left-30 {
    left: 30px !important;
  }

  .sm\:left-36 {
    left: 36px !important;
  }

  .sm\:left-40 {
    left: 40px !important;
  }

  .sm\:left-42 {
    left: 42px !important;
  }

  .sm\:left-44 {
    left: 44px !important;
  }

  .sm\:left-48 {
    left: 48px !important;
  }

  .sm\:left-52 {
    left: 52px !important;
  }

  .sm\:left-64 {
    left: 64px !important;
  }

  .sm\:left-72 {
    left: 72px !important;
  }

  .sm\:left-74 {
    left: 74px !important;
  }

  .sm\:left-77 {
    left: 77px !important;
  }

  .sm\:left-84 {
    left: 84px !important;
  }

  .sm\:left-96 {
    left: 96px !important;
  }

  .sm\:left-98 {
    left: 98px !important;
  }

  .sm\:left-100 {
    left: 100px !important;
  }

  .sm\:left-105 {
    left: 105px !important;
  }

  .sm\:left-114 {
    left: 114px !important;
  }

  .sm\:left-115 {
    left: 115px !important;
  }

  .sm\:left-120 {
    left: 120px !important;
  }

  .sm\:left-128 {
    left: 128px !important;
  }

  .sm\:left-156 {
    left: 156px !important;
  }

  .sm\:left-200 {
    left: 200px !important;
  }

  .sm\:left-256 {
    left: 256px !important;
  }

  .sm\:left-auto {
    left: auto !important;
  }

  .sm\:left-px {
    left: 1px !important;
  }

  .sm\:-left-0 {
    left: 0px !important;
  }

  .sm\:-left-2 {
    left: -2px !important;
  }

  .sm\:-left-3 {
    left: -3px !important;
  }

  .sm\:-left-4 {
    left: -4px !important;
  }

  .sm\:-left-6 {
    left: -6px !important;
  }

  .sm\:-left-8 {
    left: -8px !important;
  }

  .sm\:-left-10 {
    left: -10px !important;
  }

  .sm\:-left-12 {
    left: -12px !important;
  }

  .sm\:-left-14 {
    left: -14px !important;
  }

  .sm\:-left-16 {
    left: -16px !important;
  }

  .sm\:-left-20 {
    left: -20px !important;
  }

  .sm\:-left-22 {
    left: -22px !important;
  }

  .sm\:-left-24 {
    left: -24px !important;
  }

  .sm\:-left-25 {
    left: -25px !important;
  }

  .sm\:-left-27 {
    left: -27px !important;
  }

  .sm\:-left-30 {
    left: -30px !important;
  }

  .sm\:-left-36 {
    left: -36px !important;
  }

  .sm\:-left-40 {
    left: -40px !important;
  }

  .sm\:-left-42 {
    left: -42px !important;
  }

  .sm\:-left-44 {
    left: -44px !important;
  }

  .sm\:-left-48 {
    left: -48px !important;
  }

  .sm\:-left-52 {
    left: -52px !important;
  }

  .sm\:-left-64 {
    left: -64px !important;
  }

  .sm\:-left-72 {
    left: -72px !important;
  }

  .sm\:-left-74 {
    left: -74px !important;
  }

  .sm\:-left-77 {
    left: -77px !important;
  }

  .sm\:-left-84 {
    left: -84px !important;
  }

  .sm\:-left-96 {
    left: -96px !important;
  }

  .sm\:-left-98 {
    left: -98px !important;
  }

  .sm\:-left-100 {
    left: -100px !important;
  }

  .sm\:-left-105 {
    left: -105px !important;
  }

  .sm\:-left-114 {
    left: -114px !important;
  }

  .sm\:-left-115 {
    left: -115px !important;
  }

  .sm\:-left-120 {
    left: -120px !important;
  }

  .sm\:-left-128 {
    left: -128px !important;
  }

  .sm\:-left-156 {
    left: -156px !important;
  }

  .sm\:-left-200 {
    left: -200px !important;
  }

  .sm\:-left-256 {
    left: -256px !important;
  }

  .sm\:-left-px {
    left: -1px !important;
  }

  .sm\:left-1\/2 {
    left: 50% !important;
  }

  .sm\:left-1\/3 {
    left: 33.333333% !important;
  }

  .sm\:left-2\/3 {
    left: 66.666667% !important;
  }

  .sm\:left-1\/4 {
    left: 25% !important;
  }

  .sm\:left-2\/4 {
    left: 50% !important;
  }

  .sm\:left-3\/4 {
    left: 75% !important;
  }

  .sm\:left-full {
    left: 100% !important;
  }

  .sm\:-left-1\/2 {
    left: -50% !important;
  }

  .sm\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .sm\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .sm\:-left-1\/4 {
    left: -25% !important;
  }

  .sm\:-left-2\/4 {
    left: -50% !important;
  }

  .sm\:-left-3\/4 {
    left: -75% !important;
  }

  .sm\:-left-full {
    left: -100% !important;
  }

  .sm\:isolate {
    isolation: isolate !important;
  }

  .sm\:isolation-auto {
    isolation: auto !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-1 {
    z-index: 1 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .sm\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-7 {
    order: 7 !important;
  }

  .sm\:order-8 {
    order: 8 !important;
  }

  .sm\:order-9 {
    order: 9 !important;
  }

  .sm\:order-10 {
    order: 10 !important;
  }

  .sm\:order-11 {
    order: 11 !important;
  }

  .sm\:order-12 {
    order: 12 !important;
  }

  .sm\:order-first {
    order: -9999 !important;
  }

  .sm\:order-last {
    order: 9999 !important;
  }

  .sm\:order-none {
    order: 0 !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clear-left {
    clear: left !important;
  }

  .sm\:clear-right {
    clear: right !important;
  }

  .sm\:clear-both {
    clear: both !important;
  }

  .sm\:clear-none {
    clear: none !important;
  }

  .sm\:m-0 {
    margin: 0px !important;
  }

  .sm\:m-2 {
    margin: 2px !important;
  }

  .sm\:m-3 {
    margin: 3px !important;
  }

  .sm\:m-4 {
    margin: 4px !important;
  }

  .sm\:m-6 {
    margin: 6px !important;
  }

  .sm\:m-8 {
    margin: 8px !important;
  }

  .sm\:m-10 {
    margin: 10px !important;
  }

  .sm\:m-12 {
    margin: 12px !important;
  }

  .sm\:m-14 {
    margin: 14px !important;
  }

  .sm\:m-16 {
    margin: 16px !important;
  }

  .sm\:m-20 {
    margin: 20px !important;
  }

  .sm\:m-22 {
    margin: 22px !important;
  }

  .sm\:m-24 {
    margin: 24px !important;
  }

  .sm\:m-25 {
    margin: 25px !important;
  }

  .sm\:m-27 {
    margin: 27px !important;
  }

  .sm\:m-30 {
    margin: 30px !important;
  }

  .sm\:m-36 {
    margin: 36px !important;
  }

  .sm\:m-40 {
    margin: 40px !important;
  }

  .sm\:m-42 {
    margin: 42px !important;
  }

  .sm\:m-44 {
    margin: 44px !important;
  }

  .sm\:m-48 {
    margin: 48px !important;
  }

  .sm\:m-52 {
    margin: 52px !important;
  }

  .sm\:m-64 {
    margin: 64px !important;
  }

  .sm\:m-72 {
    margin: 72px !important;
  }

  .sm\:m-74 {
    margin: 74px !important;
  }

  .sm\:m-77 {
    margin: 77px !important;
  }

  .sm\:m-84 {
    margin: 84px !important;
  }

  .sm\:m-96 {
    margin: 96px !important;
  }

  .sm\:m-98 {
    margin: 98px !important;
  }

  .sm\:m-100 {
    margin: 100px !important;
  }

  .sm\:m-105 {
    margin: 105px !important;
  }

  .sm\:m-114 {
    margin: 114px !important;
  }

  .sm\:m-115 {
    margin: 115px !important;
  }

  .sm\:m-120 {
    margin: 120px !important;
  }

  .sm\:m-128 {
    margin: 128px !important;
  }

  .sm\:m-156 {
    margin: 156px !important;
  }

  .sm\:m-200 {
    margin: 200px !important;
  }

  .sm\:m-256 {
    margin: 256px !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:-m-0 {
    margin: 0px !important;
  }

  .sm\:-m-2 {
    margin: -2px !important;
  }

  .sm\:-m-3 {
    margin: -3px !important;
  }

  .sm\:-m-4 {
    margin: -4px !important;
  }

  .sm\:-m-6 {
    margin: -6px !important;
  }

  .sm\:-m-8 {
    margin: -8px !important;
  }

  .sm\:-m-10 {
    margin: -10px !important;
  }

  .sm\:-m-12 {
    margin: -12px !important;
  }

  .sm\:-m-14 {
    margin: -14px !important;
  }

  .sm\:-m-16 {
    margin: -16px !important;
  }

  .sm\:-m-20 {
    margin: -20px !important;
  }

  .sm\:-m-22 {
    margin: -22px !important;
  }

  .sm\:-m-24 {
    margin: -24px !important;
  }

  .sm\:-m-25 {
    margin: -25px !important;
  }

  .sm\:-m-27 {
    margin: -27px !important;
  }

  .sm\:-m-30 {
    margin: -30px !important;
  }

  .sm\:-m-36 {
    margin: -36px !important;
  }

  .sm\:-m-40 {
    margin: -40px !important;
  }

  .sm\:-m-42 {
    margin: -42px !important;
  }

  .sm\:-m-44 {
    margin: -44px !important;
  }

  .sm\:-m-48 {
    margin: -48px !important;
  }

  .sm\:-m-52 {
    margin: -52px !important;
  }

  .sm\:-m-64 {
    margin: -64px !important;
  }

  .sm\:-m-72 {
    margin: -72px !important;
  }

  .sm\:-m-74 {
    margin: -74px !important;
  }

  .sm\:-m-77 {
    margin: -77px !important;
  }

  .sm\:-m-84 {
    margin: -84px !important;
  }

  .sm\:-m-96 {
    margin: -96px !important;
  }

  .sm\:-m-98 {
    margin: -98px !important;
  }

  .sm\:-m-100 {
    margin: -100px !important;
  }

  .sm\:-m-105 {
    margin: -105px !important;
  }

  .sm\:-m-114 {
    margin: -114px !important;
  }

  .sm\:-m-115 {
    margin: -115px !important;
  }

  .sm\:-m-120 {
    margin: -120px !important;
  }

  .sm\:-m-128 {
    margin: -128px !important;
  }

  .sm\:-m-156 {
    margin: -156px !important;
  }

  .sm\:-m-200 {
    margin: -200px !important;
  }

  .sm\:-m-256 {
    margin: -256px !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .sm\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .sm\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .sm\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .sm\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .sm\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .sm\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .sm\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sm\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .sm\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .sm\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .sm\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .sm\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .sm\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .sm\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .sm\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .sm\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .sm\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .sm\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .sm\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .sm\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .sm\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .sm\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .sm\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .sm\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .sm\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .sm\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .sm\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .sm\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .sm\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .sm\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .sm\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .sm\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .sm\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .sm\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .sm\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .sm\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .sm\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .sm\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .sm\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .sm\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .sm\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .sm\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .sm\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .sm\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .sm\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .sm\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .sm\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .sm\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .sm\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .sm\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .sm\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .sm\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .sm\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .sm\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .sm\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .sm\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .sm\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .sm\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .sm\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .sm\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .sm\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .sm\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .sm\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .sm\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .sm\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .sm\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .sm\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sm\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .sm\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .sm\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .sm\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .sm\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .sm\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .sm\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .sm\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .sm\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .sm\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .sm\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sm\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .sm\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .sm\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .sm\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .sm\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .sm\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .sm\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .sm\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .sm\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .sm\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .sm\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .sm\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .sm\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .sm\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .sm\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .sm\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .sm\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .sm\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .sm\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .sm\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .sm\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .sm\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .sm\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .sm\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .sm\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .sm\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .sm\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .sm\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .sm\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .sm\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .sm\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .sm\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .sm\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .sm\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .sm\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .sm\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .sm\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .sm\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .sm\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .sm\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .sm\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .sm\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .sm\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mt-2 {
    margin-top: 2px !important;
  }

  .sm\:mt-3 {
    margin-top: 3px !important;
  }

  .sm\:mt-4 {
    margin-top: 4px !important;
  }

  .sm\:mt-6 {
    margin-top: 6px !important;
  }

  .sm\:mt-8 {
    margin-top: 8px !important;
  }

  .sm\:mt-10 {
    margin-top: 10px !important;
  }

  .sm\:mt-12 {
    margin-top: 12px !important;
  }

  .sm\:mt-14 {
    margin-top: 14px !important;
  }

  .sm\:mt-16 {
    margin-top: 16px !important;
  }

  .sm\:mt-20 {
    margin-top: 20px !important;
  }

  .sm\:mt-22 {
    margin-top: 22px !important;
  }

  .sm\:mt-24 {
    margin-top: 24px !important;
  }

  .sm\:mt-25 {
    margin-top: 25px !important;
  }

  .sm\:mt-27 {
    margin-top: 27px !important;
  }

  .sm\:mt-30 {
    margin-top: 30px !important;
  }

  .sm\:mt-36 {
    margin-top: 36px !important;
  }

  .sm\:mt-40 {
    margin-top: 40px !important;
  }

  .sm\:mt-42 {
    margin-top: 42px !important;
  }

  .sm\:mt-44 {
    margin-top: 44px !important;
  }

  .sm\:mt-48 {
    margin-top: 48px !important;
  }

  .sm\:mt-52 {
    margin-top: 52px !important;
  }

  .sm\:mt-64 {
    margin-top: 64px !important;
  }

  .sm\:mt-72 {
    margin-top: 72px !important;
  }

  .sm\:mt-74 {
    margin-top: 74px !important;
  }

  .sm\:mt-77 {
    margin-top: 77px !important;
  }

  .sm\:mt-84 {
    margin-top: 84px !important;
  }

  .sm\:mt-96 {
    margin-top: 96px !important;
  }

  .sm\:mt-98 {
    margin-top: 98px !important;
  }

  .sm\:mt-100 {
    margin-top: 100px !important;
  }

  .sm\:mt-105 {
    margin-top: 105px !important;
  }

  .sm\:mt-114 {
    margin-top: 114px !important;
  }

  .sm\:mt-115 {
    margin-top: 115px !important;
  }

  .sm\:mt-120 {
    margin-top: 120px !important;
  }

  .sm\:mt-128 {
    margin-top: 128px !important;
  }

  .sm\:mt-156 {
    margin-top: 156px !important;
  }

  .sm\:mt-200 {
    margin-top: 200px !important;
  }

  .sm\:mt-256 {
    margin-top: 256px !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:-mt-0 {
    margin-top: 0px !important;
  }

  .sm\:-mt-2 {
    margin-top: -2px !important;
  }

  .sm\:-mt-3 {
    margin-top: -3px !important;
  }

  .sm\:-mt-4 {
    margin-top: -4px !important;
  }

  .sm\:-mt-6 {
    margin-top: -6px !important;
  }

  .sm\:-mt-8 {
    margin-top: -8px !important;
  }

  .sm\:-mt-10 {
    margin-top: -10px !important;
  }

  .sm\:-mt-12 {
    margin-top: -12px !important;
  }

  .sm\:-mt-14 {
    margin-top: -14px !important;
  }

  .sm\:-mt-16 {
    margin-top: -16px !important;
  }

  .sm\:-mt-20 {
    margin-top: -20px !important;
  }

  .sm\:-mt-22 {
    margin-top: -22px !important;
  }

  .sm\:-mt-24 {
    margin-top: -24px !important;
  }

  .sm\:-mt-25 {
    margin-top: -25px !important;
  }

  .sm\:-mt-27 {
    margin-top: -27px !important;
  }

  .sm\:-mt-30 {
    margin-top: -30px !important;
  }

  .sm\:-mt-36 {
    margin-top: -36px !important;
  }

  .sm\:-mt-40 {
    margin-top: -40px !important;
  }

  .sm\:-mt-42 {
    margin-top: -42px !important;
  }

  .sm\:-mt-44 {
    margin-top: -44px !important;
  }

  .sm\:-mt-48 {
    margin-top: -48px !important;
  }

  .sm\:-mt-52 {
    margin-top: -52px !important;
  }

  .sm\:-mt-64 {
    margin-top: -64px !important;
  }

  .sm\:-mt-72 {
    margin-top: -72px !important;
  }

  .sm\:-mt-74 {
    margin-top: -74px !important;
  }

  .sm\:-mt-77 {
    margin-top: -77px !important;
  }

  .sm\:-mt-84 {
    margin-top: -84px !important;
  }

  .sm\:-mt-96 {
    margin-top: -96px !important;
  }

  .sm\:-mt-98 {
    margin-top: -98px !important;
  }

  .sm\:-mt-100 {
    margin-top: -100px !important;
  }

  .sm\:-mt-105 {
    margin-top: -105px !important;
  }

  .sm\:-mt-114 {
    margin-top: -114px !important;
  }

  .sm\:-mt-115 {
    margin-top: -115px !important;
  }

  .sm\:-mt-120 {
    margin-top: -120px !important;
  }

  .sm\:-mt-128 {
    margin-top: -128px !important;
  }

  .sm\:-mt-156 {
    margin-top: -156px !important;
  }

  .sm\:-mt-200 {
    margin-top: -200px !important;
  }

  .sm\:-mt-256 {
    margin-top: -256px !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:mr-0 {
    margin-right: 0px !important;
  }

  .sm\:mr-2 {
    margin-right: 2px !important;
  }

  .sm\:mr-3 {
    margin-right: 3px !important;
  }

  .sm\:mr-4 {
    margin-right: 4px !important;
  }

  .sm\:mr-6 {
    margin-right: 6px !important;
  }

  .sm\:mr-8 {
    margin-right: 8px !important;
  }

  .sm\:mr-10 {
    margin-right: 10px !important;
  }

  .sm\:mr-12 {
    margin-right: 12px !important;
  }

  .sm\:mr-14 {
    margin-right: 14px !important;
  }

  .sm\:mr-16 {
    margin-right: 16px !important;
  }

  .sm\:mr-20 {
    margin-right: 20px !important;
  }

  .sm\:mr-22 {
    margin-right: 22px !important;
  }

  .sm\:mr-24 {
    margin-right: 24px !important;
  }

  .sm\:mr-25 {
    margin-right: 25px !important;
  }

  .sm\:mr-27 {
    margin-right: 27px !important;
  }

  .sm\:mr-30 {
    margin-right: 30px !important;
  }

  .sm\:mr-36 {
    margin-right: 36px !important;
  }

  .sm\:mr-40 {
    margin-right: 40px !important;
  }

  .sm\:mr-42 {
    margin-right: 42px !important;
  }

  .sm\:mr-44 {
    margin-right: 44px !important;
  }

  .sm\:mr-48 {
    margin-right: 48px !important;
  }

  .sm\:mr-52 {
    margin-right: 52px !important;
  }

  .sm\:mr-64 {
    margin-right: 64px !important;
  }

  .sm\:mr-72 {
    margin-right: 72px !important;
  }

  .sm\:mr-74 {
    margin-right: 74px !important;
  }

  .sm\:mr-77 {
    margin-right: 77px !important;
  }

  .sm\:mr-84 {
    margin-right: 84px !important;
  }

  .sm\:mr-96 {
    margin-right: 96px !important;
  }

  .sm\:mr-98 {
    margin-right: 98px !important;
  }

  .sm\:mr-100 {
    margin-right: 100px !important;
  }

  .sm\:mr-105 {
    margin-right: 105px !important;
  }

  .sm\:mr-114 {
    margin-right: 114px !important;
  }

  .sm\:mr-115 {
    margin-right: 115px !important;
  }

  .sm\:mr-120 {
    margin-right: 120px !important;
  }

  .sm\:mr-128 {
    margin-right: 128px !important;
  }

  .sm\:mr-156 {
    margin-right: 156px !important;
  }

  .sm\:mr-200 {
    margin-right: 200px !important;
  }

  .sm\:mr-256 {
    margin-right: 256px !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:-mr-0 {
    margin-right: 0px !important;
  }

  .sm\:-mr-2 {
    margin-right: -2px !important;
  }

  .sm\:-mr-3 {
    margin-right: -3px !important;
  }

  .sm\:-mr-4 {
    margin-right: -4px !important;
  }

  .sm\:-mr-6 {
    margin-right: -6px !important;
  }

  .sm\:-mr-8 {
    margin-right: -8px !important;
  }

  .sm\:-mr-10 {
    margin-right: -10px !important;
  }

  .sm\:-mr-12 {
    margin-right: -12px !important;
  }

  .sm\:-mr-14 {
    margin-right: -14px !important;
  }

  .sm\:-mr-16 {
    margin-right: -16px !important;
  }

  .sm\:-mr-20 {
    margin-right: -20px !important;
  }

  .sm\:-mr-22 {
    margin-right: -22px !important;
  }

  .sm\:-mr-24 {
    margin-right: -24px !important;
  }

  .sm\:-mr-25 {
    margin-right: -25px !important;
  }

  .sm\:-mr-27 {
    margin-right: -27px !important;
  }

  .sm\:-mr-30 {
    margin-right: -30px !important;
  }

  .sm\:-mr-36 {
    margin-right: -36px !important;
  }

  .sm\:-mr-40 {
    margin-right: -40px !important;
  }

  .sm\:-mr-42 {
    margin-right: -42px !important;
  }

  .sm\:-mr-44 {
    margin-right: -44px !important;
  }

  .sm\:-mr-48 {
    margin-right: -48px !important;
  }

  .sm\:-mr-52 {
    margin-right: -52px !important;
  }

  .sm\:-mr-64 {
    margin-right: -64px !important;
  }

  .sm\:-mr-72 {
    margin-right: -72px !important;
  }

  .sm\:-mr-74 {
    margin-right: -74px !important;
  }

  .sm\:-mr-77 {
    margin-right: -77px !important;
  }

  .sm\:-mr-84 {
    margin-right: -84px !important;
  }

  .sm\:-mr-96 {
    margin-right: -96px !important;
  }

  .sm\:-mr-98 {
    margin-right: -98px !important;
  }

  .sm\:-mr-100 {
    margin-right: -100px !important;
  }

  .sm\:-mr-105 {
    margin-right: -105px !important;
  }

  .sm\:-mr-114 {
    margin-right: -114px !important;
  }

  .sm\:-mr-115 {
    margin-right: -115px !important;
  }

  .sm\:-mr-120 {
    margin-right: -120px !important;
  }

  .sm\:-mr-128 {
    margin-right: -128px !important;
  }

  .sm\:-mr-156 {
    margin-right: -156px !important;
  }

  .sm\:-mr-200 {
    margin-right: -200px !important;
  }

  .sm\:-mr-256 {
    margin-right: -256px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mb-2 {
    margin-bottom: 2px !important;
  }

  .sm\:mb-3 {
    margin-bottom: 3px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 4px !important;
  }

  .sm\:mb-6 {
    margin-bottom: 6px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 8px !important;
  }

  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }

  .sm\:mb-12 {
    margin-bottom: 12px !important;
  }

  .sm\:mb-14 {
    margin-bottom: 14px !important;
  }

  .sm\:mb-16 {
    margin-bottom: 16px !important;
  }

  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }

  .sm\:mb-22 {
    margin-bottom: 22px !important;
  }

  .sm\:mb-24 {
    margin-bottom: 24px !important;
  }

  .sm\:mb-25 {
    margin-bottom: 25px !important;
  }

  .sm\:mb-27 {
    margin-bottom: 27px !important;
  }

  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }

  .sm\:mb-36 {
    margin-bottom: 36px !important;
  }

  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }

  .sm\:mb-42 {
    margin-bottom: 42px !important;
  }

  .sm\:mb-44 {
    margin-bottom: 44px !important;
  }

  .sm\:mb-48 {
    margin-bottom: 48px !important;
  }

  .sm\:mb-52 {
    margin-bottom: 52px !important;
  }

  .sm\:mb-64 {
    margin-bottom: 64px !important;
  }

  .sm\:mb-72 {
    margin-bottom: 72px !important;
  }

  .sm\:mb-74 {
    margin-bottom: 74px !important;
  }

  .sm\:mb-77 {
    margin-bottom: 77px !important;
  }

  .sm\:mb-84 {
    margin-bottom: 84px !important;
  }

  .sm\:mb-96 {
    margin-bottom: 96px !important;
  }

  .sm\:mb-98 {
    margin-bottom: 98px !important;
  }

  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }

  .sm\:mb-105 {
    margin-bottom: 105px !important;
  }

  .sm\:mb-114 {
    margin-bottom: 114px !important;
  }

  .sm\:mb-115 {
    margin-bottom: 115px !important;
  }

  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }

  .sm\:mb-128 {
    margin-bottom: 128px !important;
  }

  .sm\:mb-156 {
    margin-bottom: 156px !important;
  }

  .sm\:mb-200 {
    margin-bottom: 200px !important;
  }

  .sm\:mb-256 {
    margin-bottom: 256px !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .sm\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .sm\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .sm\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .sm\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .sm\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .sm\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .sm\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .sm\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .sm\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .sm\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .sm\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .sm\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .sm\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .sm\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .sm\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .sm\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .sm\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .sm\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .sm\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .sm\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .sm\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .sm\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .sm\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .sm\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:ml-2 {
    margin-left: 2px !important;
  }

  .sm\:ml-3 {
    margin-left: 3px !important;
  }

  .sm\:ml-4 {
    margin-left: 4px !important;
  }

  .sm\:ml-6 {
    margin-left: 6px !important;
  }

  .sm\:ml-8 {
    margin-left: 8px !important;
  }

  .sm\:ml-10 {
    margin-left: 10px !important;
  }

  .sm\:ml-12 {
    margin-left: 12px !important;
  }

  .sm\:ml-14 {
    margin-left: 14px !important;
  }

  .sm\:ml-16 {
    margin-left: 16px !important;
  }

  .sm\:ml-20 {
    margin-left: 20px !important;
  }

  .sm\:ml-22 {
    margin-left: 22px !important;
  }

  .sm\:ml-24 {
    margin-left: 24px !important;
  }

  .sm\:ml-25 {
    margin-left: 25px !important;
  }

  .sm\:ml-27 {
    margin-left: 27px !important;
  }

  .sm\:ml-30 {
    margin-left: 30px !important;
  }

  .sm\:ml-36 {
    margin-left: 36px !important;
  }

  .sm\:ml-40 {
    margin-left: 40px !important;
  }

  .sm\:ml-42 {
    margin-left: 42px !important;
  }

  .sm\:ml-44 {
    margin-left: 44px !important;
  }

  .sm\:ml-48 {
    margin-left: 48px !important;
  }

  .sm\:ml-52 {
    margin-left: 52px !important;
  }

  .sm\:ml-64 {
    margin-left: 64px !important;
  }

  .sm\:ml-72 {
    margin-left: 72px !important;
  }

  .sm\:ml-74 {
    margin-left: 74px !important;
  }

  .sm\:ml-77 {
    margin-left: 77px !important;
  }

  .sm\:ml-84 {
    margin-left: 84px !important;
  }

  .sm\:ml-96 {
    margin-left: 96px !important;
  }

  .sm\:ml-98 {
    margin-left: 98px !important;
  }

  .sm\:ml-100 {
    margin-left: 100px !important;
  }

  .sm\:ml-105 {
    margin-left: 105px !important;
  }

  .sm\:ml-114 {
    margin-left: 114px !important;
  }

  .sm\:ml-115 {
    margin-left: 115px !important;
  }

  .sm\:ml-120 {
    margin-left: 120px !important;
  }

  .sm\:ml-128 {
    margin-left: 128px !important;
  }

  .sm\:ml-156 {
    margin-left: 156px !important;
  }

  .sm\:ml-200 {
    margin-left: 200px !important;
  }

  .sm\:ml-256 {
    margin-left: 256px !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:-ml-0 {
    margin-left: 0px !important;
  }

  .sm\:-ml-2 {
    margin-left: -2px !important;
  }

  .sm\:-ml-3 {
    margin-left: -3px !important;
  }

  .sm\:-ml-4 {
    margin-left: -4px !important;
  }

  .sm\:-ml-6 {
    margin-left: -6px !important;
  }

  .sm\:-ml-8 {
    margin-left: -8px !important;
  }

  .sm\:-ml-10 {
    margin-left: -10px !important;
  }

  .sm\:-ml-12 {
    margin-left: -12px !important;
  }

  .sm\:-ml-14 {
    margin-left: -14px !important;
  }

  .sm\:-ml-16 {
    margin-left: -16px !important;
  }

  .sm\:-ml-20 {
    margin-left: -20px !important;
  }

  .sm\:-ml-22 {
    margin-left: -22px !important;
  }

  .sm\:-ml-24 {
    margin-left: -24px !important;
  }

  .sm\:-ml-25 {
    margin-left: -25px !important;
  }

  .sm\:-ml-27 {
    margin-left: -27px !important;
  }

  .sm\:-ml-30 {
    margin-left: -30px !important;
  }

  .sm\:-ml-36 {
    margin-left: -36px !important;
  }

  .sm\:-ml-40 {
    margin-left: -40px !important;
  }

  .sm\:-ml-42 {
    margin-left: -42px !important;
  }

  .sm\:-ml-44 {
    margin-left: -44px !important;
  }

  .sm\:-ml-48 {
    margin-left: -48px !important;
  }

  .sm\:-ml-52 {
    margin-left: -52px !important;
  }

  .sm\:-ml-64 {
    margin-left: -64px !important;
  }

  .sm\:-ml-72 {
    margin-left: -72px !important;
  }

  .sm\:-ml-74 {
    margin-left: -74px !important;
  }

  .sm\:-ml-77 {
    margin-left: -77px !important;
  }

  .sm\:-ml-84 {
    margin-left: -84px !important;
  }

  .sm\:-ml-96 {
    margin-left: -96px !important;
  }

  .sm\:-ml-98 {
    margin-left: -98px !important;
  }

  .sm\:-ml-100 {
    margin-left: -100px !important;
  }

  .sm\:-ml-105 {
    margin-left: -105px !important;
  }

  .sm\:-ml-114 {
    margin-left: -114px !important;
  }

  .sm\:-ml-115 {
    margin-left: -115px !important;
  }

  .sm\:-ml-120 {
    margin-left: -120px !important;
  }

  .sm\:-ml-128 {
    margin-left: -128px !important;
  }

  .sm\:-ml-156 {
    margin-left: -156px !important;
  }

  .sm\:-ml-200 {
    margin-left: -200px !important;
  }

  .sm\:-ml-256 {
    margin-left: -256px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:box-border {
    box-sizing: border-box !important;
  }

  .sm\:box-content {
    box-sizing: content-box !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:inline-table {
    display: inline-table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:contents {
    display: contents !important;
  }

  .sm\:list-item {
    display: list-item !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:h-0 {
    height: 0px !important;
  }

  .sm\:h-2 {
    height: 2px !important;
  }

  .sm\:h-3 {
    height: 3px !important;
  }

  .sm\:h-4 {
    height: 4px !important;
  }

  .sm\:h-5 {
    height: 5px !important;
  }

  .sm\:h-6 {
    height: 6px !important;
  }

  .sm\:h-8 {
    height: 8px !important;
  }

  .sm\:h-10 {
    height: 10px !important;
  }

  .sm\:h-12 {
    height: 12px !important;
  }

  .sm\:h-14 {
    height: 14px !important;
  }

  .sm\:h-15 {
    height: 15px !important;
  }

  .sm\:h-16 {
    height: 16px !important;
  }

  .sm\:h-20 {
    height: 20px !important;
  }

  .sm\:h-22 {
    height: 22px !important;
  }

  .sm\:h-24 {
    height: 24px !important;
  }

  .sm\:h-25 {
    height: 25px !important;
  }

  .sm\:h-26 {
    height: 26px !important;
  }

  .sm\:h-27 {
    height: 27px !important;
  }

  .sm\:h-28 {
    height: 28px !important;
  }

  .sm\:h-30 {
    height: 30px !important;
  }

  .sm\:h-32 {
    height: 32px !important;
  }

  .sm\:h-33 {
    height: 33px !important;
  }

  .sm\:h-34 {
    height: 34px !important;
  }

  .sm\:h-35 {
    height: 35px !important;
  }

  .sm\:h-36 {
    height: 36px !important;
  }

  .sm\:h-38 {
    height: 38px !important;
  }

  .sm\:h-40 {
    height: 40px !important;
  }

  .sm\:h-42 {
    height: 42px !important;
  }

  .sm\:h-44 {
    height: 44px !important;
  }

  .sm\:h-45 {
    height: 45px !important;
  }

  .sm\:h-48 {
    height: 48px !important;
  }

  .sm\:h-50 {
    height: 50px !important;
  }

  .sm\:h-52 {
    height: 52px !important;
  }

  .sm\:h-55 {
    height: 55px !important;
  }

  .sm\:h-60 {
    height: 60px !important;
  }

  .sm\:h-64 {
    height: 64px !important;
  }

  .sm\:h-65 {
    height: 65px !important;
  }

  .sm\:h-70 {
    height: 70px !important;
  }

  .sm\:h-72 {
    height: 72px !important;
  }

  .sm\:h-74 {
    height: 74px !important;
  }

  .sm\:h-75 {
    height: 75px !important;
  }

  .sm\:h-77 {
    height: 77px !important;
  }

  .sm\:h-80 {
    height: 80px !important;
  }

  .sm\:h-84 {
    height: 84px !important;
  }

  .sm\:h-85 {
    height: 85px !important;
  }

  .sm\:h-90 {
    height: 90px !important;
  }

  .sm\:h-95 {
    height: 95px !important;
  }

  .sm\:h-96 {
    height: 96px !important;
  }

  .sm\:h-98 {
    height: 98px !important;
  }

  .sm\:h-100 {
    height: 100px !important;
  }

  .sm\:h-105 {
    height: 105px !important;
  }

  .sm\:h-110 {
    height: 110px !important;
  }

  .sm\:h-114 {
    height: 114px !important;
  }

  .sm\:h-115 {
    height: 115px !important;
  }

  .sm\:h-120 {
    height: 120px !important;
  }

  .sm\:h-125 {
    height: 125px !important;
  }

  .sm\:h-128 {
    height: 128px !important;
  }

  .sm\:h-130 {
    height: 130px !important;
  }

  .sm\:h-135 {
    height: 135px !important;
  }

  .sm\:h-140 {
    height: 140px !important;
  }

  .sm\:h-142 {
    height: 142px !important;
  }

  .sm\:h-145 {
    height: 145px !important;
  }

  .sm\:h-150 {
    height: 150px !important;
  }

  .sm\:h-156 {
    height: 156px !important;
  }

  .sm\:h-165 {
    height: 165px !important;
  }

  .sm\:h-170 {
    height: 170px !important;
  }

  .sm\:h-180 {
    height: 180px !important;
  }

  .sm\:h-185 {
    height: 185px !important;
  }

  .sm\:h-190 {
    height: 190px !important;
  }

  .sm\:h-200 {
    height: 200px !important;
  }

  .sm\:h-225 {
    height: 225px !important;
  }

  .sm\:h-256 {
    height: 256px !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-1\/2 {
    height: 50% !important;
  }

  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:h-1\/4 {
    height: 25% !important;
  }

  .sm\:h-2\/4 {
    height: 50% !important;
  }

  .sm\:h-3\/4 {
    height: 75% !important;
  }

  .sm\:h-1\/5 {
    height: 20% !important;
  }

  .sm\:h-2\/5 {
    height: 40% !important;
  }

  .sm\:h-3\/5 {
    height: 60% !important;
  }

  .sm\:h-4\/5 {
    height: 80% !important;
  }

  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:h-3\/6 {
    height: 50% !important;
  }

  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:max-h-0 {
    max-height: 0px !important;
  }

  .sm\:max-h-2 {
    max-height: 2px !important;
  }

  .sm\:max-h-3 {
    max-height: 3px !important;
  }

  .sm\:max-h-4 {
    max-height: 4px !important;
  }

  .sm\:max-h-6 {
    max-height: 6px !important;
  }

  .sm\:max-h-8 {
    max-height: 8px !important;
  }

  .sm\:max-h-10 {
    max-height: 10px !important;
  }

  .sm\:max-h-12 {
    max-height: 12px !important;
  }

  .sm\:max-h-14 {
    max-height: 14px !important;
  }

  .sm\:max-h-16 {
    max-height: 16px !important;
  }

  .sm\:max-h-20 {
    max-height: 20px !important;
  }

  .sm\:max-h-22 {
    max-height: 22px !important;
  }

  .sm\:max-h-24 {
    max-height: 24px !important;
  }

  .sm\:max-h-25 {
    max-height: 25px !important;
  }

  .sm\:max-h-27 {
    max-height: 27px !important;
  }

  .sm\:max-h-30 {
    max-height: 30px !important;
  }

  .sm\:max-h-36 {
    max-height: 36px !important;
  }

  .sm\:max-h-40 {
    max-height: 40px !important;
  }

  .sm\:max-h-42 {
    max-height: 42px !important;
  }

  .sm\:max-h-44 {
    max-height: 44px !important;
  }

  .sm\:max-h-48 {
    max-height: 48px !important;
  }

  .sm\:max-h-52 {
    max-height: 52px !important;
  }

  .sm\:max-h-64 {
    max-height: 64px !important;
  }

  .sm\:max-h-72 {
    max-height: 72px !important;
  }

  .sm\:max-h-74 {
    max-height: 74px !important;
  }

  .sm\:max-h-77 {
    max-height: 77px !important;
  }

  .sm\:max-h-84 {
    max-height: 84px !important;
  }

  .sm\:max-h-96 {
    max-height: 96px !important;
  }

  .sm\:max-h-98 {
    max-height: 98px !important;
  }

  .sm\:max-h-100 {
    max-height: 100px !important;
  }

  .sm\:max-h-105 {
    max-height: 105px !important;
  }

  .sm\:max-h-114 {
    max-height: 114px !important;
  }

  .sm\:max-h-115 {
    max-height: 115px !important;
  }

  .sm\:max-h-120 {
    max-height: 120px !important;
  }

  .sm\:max-h-128 {
    max-height: 128px !important;
  }

  .sm\:max-h-156 {
    max-height: 156px !important;
  }

  .sm\:max-h-200 {
    max-height: 200px !important;
  }

  .sm\:max-h-256 {
    max-height: 256px !important;
  }

  .sm\:max-h-px {
    max-height: 1px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:min-h-0 {
    min-height: 0px !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:w-0 {
    width: 0px !important;
  }

  .sm\:w-2 {
    width: 2px !important;
  }

  .sm\:w-3 {
    width: 3px !important;
  }

  .sm\:w-4 {
    width: 4px !important;
  }

  .sm\:w-6 {
    width: 6px !important;
  }

  .sm\:w-8 {
    width: 8px !important;
  }

  .sm\:w-10 {
    width: 10px !important;
  }

  .sm\:w-12 {
    width: 12px !important;
  }

  .sm\:w-14 {
    width: 14px !important;
  }

  .sm\:w-16 {
    width: 16px !important;
  }

  .sm\:w-20 {
    width: 20px !important;
  }

  .sm\:w-22 {
    width: 22px !important;
  }

  .sm\:w-24 {
    width: 24px !important;
  }

  .sm\:w-25 {
    width: 25px !important;
  }

  .sm\:w-27 {
    width: 27px !important;
  }

  .sm\:w-30 {
    width: 30px !important;
  }

  .sm\:w-36 {
    width: 36px !important;
  }

  .sm\:w-40 {
    width: 40px !important;
  }

  .sm\:w-42 {
    width: 42px !important;
  }

  .sm\:w-44 {
    width: 44px !important;
  }

  .sm\:w-48 {
    width: 48px !important;
  }

  .sm\:w-52 {
    width: 52px !important;
  }

  .sm\:w-64 {
    width: 64px !important;
  }

  .sm\:w-72 {
    width: 72px !important;
  }

  .sm\:w-74 {
    width: 74px !important;
  }

  .sm\:w-77 {
    width: 77px !important;
  }

  .sm\:w-84 {
    width: 84px !important;
  }

  .sm\:w-96 {
    width: 96px !important;
  }

  .sm\:w-98 {
    width: 98px !important;
  }

  .sm\:w-100 {
    width: 100px !important;
  }

  .sm\:w-105 {
    width: 105px !important;
  }

  .sm\:w-114 {
    width: 114px !important;
  }

  .sm\:w-115 {
    width: 115px !important;
  }

  .sm\:w-120 {
    width: 120px !important;
  }

  .sm\:w-128 {
    width: 128px !important;
  }

  .sm\:w-156 {
    width: 156px !important;
  }

  .sm\:w-200 {
    width: 200px !important;
  }

  .sm\:w-256 {
    width: 256px !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:min-w-0 {
    min-width: 0px !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:max-w-0 {
    max-width: 0rem !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:origin-center {
    transform-origin: center !important;
  }

  .sm\:origin-top {
    transform-origin: top !important;
  }

  .sm\:origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:origin-right {
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:origin-left {
    transform-origin: left !important;
  }

  .sm\:origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none {
    transform: none !important;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .sm\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .sm\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .sm\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .sm\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .sm\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .sm\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .sm\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .sm\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .sm\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .sm\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .sm\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .sm\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .sm\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .sm\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .sm\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .sm\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .sm\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .sm\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .sm\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .sm\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .sm\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .sm\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .sm\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .sm\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .sm\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .sm\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .sm\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .sm\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .sm\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .sm\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .sm\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .sm\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .sm\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .sm\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .sm\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .sm\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .sm\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .sm\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .sm\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .sm\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .sm\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .sm\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .sm\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .sm\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .sm\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .sm\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .sm\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .sm\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .sm\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .sm\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .sm\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .sm\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .sm\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .sm\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .sm\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .sm\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .sm\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .sm\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .sm\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .sm\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .sm\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .sm\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .sm\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .sm\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .sm\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .sm\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .sm\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .sm\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .sm\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .sm\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .sm\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .sm\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .sm\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .sm\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .sm\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .sm\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .sm\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .sm\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .sm\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .sm\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .sm\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .sm\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .sm\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .sm\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .sm\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .sm\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .sm\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .sm\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .sm\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .sm\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .sm\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .sm\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .sm\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .sm\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .sm\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .sm\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .sm\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .sm\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .sm\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .sm\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .sm\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .sm\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .sm\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .sm\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .sm\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .sm\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .sm\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .sm\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .sm\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .sm\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .sm\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .sm\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .sm\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .sm\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .sm\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .sm\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .sm\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .sm\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .sm\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .sm\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .sm\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .sm\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .sm\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .sm\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .sm\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .sm\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .sm\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .sm\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .sm\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .sm\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .sm\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .sm\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .sm\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .sm\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .sm\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .sm\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .sm\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .sm\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .sm\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .sm\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .sm\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .sm\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .sm\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .sm\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .sm\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .sm\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .sm\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .sm\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .sm\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .sm\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .sm\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .sm\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .sm\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .sm\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .sm\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .sm\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .sm\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .sm\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .sm\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .sm\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .sm\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .sm\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .sm\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .sm\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .sm\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .sm\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .sm\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .sm\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .sm\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .sm\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .sm\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .sm\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .sm\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .sm\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .sm\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .sm\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .sm\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .sm\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .sm\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .sm\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .sm\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .sm\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .sm\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .sm\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .sm\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .sm\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .sm\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .sm\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-help {
    cursor: help !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:place-content-center {
    place-content: center !important;
  }

  .sm\:place-content-start {
    place-content: start !important;
  }

  .sm\:place-content-end {
    place-content: end !important;
  }

  .sm\:place-content-between {
    place-content: space-between !important;
  }

  .sm\:place-content-around {
    place-content: space-around !important;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:place-items-start {
    place-items: start !important;
  }

  .sm\:place-items-end {
    place-items: end !important;
  }

  .sm\:place-items-center {
    place-items: center !important;
  }

  .sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:justify-items-start {
    justify-items: start !important;
  }

  .sm\:justify-items-end {
    justify-items: end !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-4 {
    gap: 1rem !important;
  }

  .sm\:gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    gap: 6rem !important;
  }

  .sm\:gap-28 {
    gap: 7rem !important;
  }

  .sm\:gap-32 {
    gap: 8rem !important;
  }

  .sm\:gap-36 {
    gap: 9rem !important;
  }

  .sm\:gap-40 {
    gap: 10rem !important;
  }

  .sm\:gap-44 {
    gap: 11rem !important;
  }

  .sm\:gap-48 {
    gap: 12rem !important;
  }

  .sm\:gap-52 {
    gap: 13rem !important;
  }

  .sm\:gap-56 {
    gap: 14rem !important;
  }

  .sm\:gap-60 {
    gap: 15rem !important;
  }

  .sm\:gap-64 {
    gap: 16rem !important;
  }

  .sm\:gap-72 {
    gap: 18rem !important;
  }

  .sm\:gap-80 {
    gap: 20rem !important;
  }

  .sm\:gap-96 {
    gap: 24rem !important;
  }

  .sm\:gap-x-0 {
    gap: 0px !important;
  }

  .sm\:gap-y-0 {
    gap: 0px !important;
  }

  .sm\:gap-px {
    gap: 1px !important;
  }

  .sm\:gap-x-px\\ {
    gap: 1px !important;
  }

  .sm\:gap-y-px\\ {
    gap: 1px !important;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-x-4 {
    gap: 1rem !important;
  }

  .sm\:gap-y-4 {
    gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-x-8 {
    gap: 2rem !important;
  }

  .sm\:gap-y-8 {
    gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    gap: 3rem !important;
  }

  .sm\:gap-y-12 {
    gap: 3rem !important;
  }

  .sm\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    gap: 4rem !important;
  }

  .sm\:gap-y-16 {
    gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    gap: 5rem !important;
  }

  .sm\:gap-y-20 {
    gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    gap: 6rem !important;
  }

  .sm\:gap-y-24 {
    gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    gap: 7rem !important;
  }

  .sm\:gap-y-28 {
    gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    gap: 8rem !important;
  }

  .sm\:gap-y-32 {
    gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    gap: 9rem !important;
  }

  .sm\:gap-y-36 {
    gap: 9rem !important;
  }

  .sm\:gap-x-40 {
    gap: 10rem !important;
  }

  .sm\:gap-y-40 {
    gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    gap: 11rem !important;
  }

  .sm\:gap-y-44 {
    gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    gap: 12rem !important;
  }

  .sm\:gap-y-48 {
    gap: 12rem !important;
  }

  .sm\:gap-x-52 {
    gap: 13rem !important;
  }

  .sm\:gap-y-52 {
    gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    gap: 14rem !important;
  }

  .sm\:gap-y-56 {
    gap: 14rem !important;
  }

  .sm\:gap-x-60 {
    gap: 15rem !important;
  }

  .sm\:gap-y-60 {
    gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    gap: 16rem !important;
  }

  .sm\:gap-y-64 {
    gap: 16rem !important;
  }

  .sm\:gap-x-72 {
    gap: 18rem !important;
  }

  .sm\:gap-y-72 {
    gap: 18rem !important;
  }

  .sm\:gap-x-80 {
    gap: 20rem !important;
  }

  .sm\:gap-y-80 {
    gap: 20rem !important;
  }

  .sm\:gap-x-96 {
    gap: 24rem !important;
  }

  .sm\:gap-y-96 {
    gap: 24rem !important;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .sm\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .sm\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .sm\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .sm\:place-self-auto {
    place-self: auto !important;
  }

  .sm\:place-self-start {
    place-self: start !important;
  }

  .sm\:place-self-end {
    place-self: end !important;
  }

  .sm\:place-self-center {
    place-self: center !important;
  }

  .sm\:place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:self-baseline {
    align-self: baseline !important;
  }

  .sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:justify-self-start {
    justify-self: start !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip {
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:rounded-4 {
    border-radius: 4px !important;
  }

  .sm\:rounded-6 {
    border-radius: 6px !important;
  }

  .sm\:rounded-50 {
    border-radius: 50% !important;
  }

  .sm\:rounded-100 {
    border-radius: 100px !important;
  }

  .sm\:rounded-200 {
    border-radius: 200px !important;
  }

  .sm\:rounded-none {
    border-radius: 0px !important;
  }

  .sm\:rounded-br8 {
    border-radius: 8px !important;
  }

  .sm\:rounded-br6 {
    border-radius: 6px !important;
  }

  .sm\:rounded-br30 {
    border-radius: 30px !important;
  }

  .sm\:rounded-br32 {
    border-radius: 32px !important;
  }

  .sm\:rounded-br50 {
    border-radius: 50px !important;
  }

  .sm\:rounded-br90 {
    border-radius: 90px !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .sm\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .sm\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .sm\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .sm\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .sm\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .sm\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .sm\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .sm\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .sm\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .sm\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .sm\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .sm\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .sm\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .sm\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .sm\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .sm\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .sm\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .sm\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .sm\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .sm\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .sm\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .sm\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .sm\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .sm\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .sm\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .sm\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .sm\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .sm\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .sm\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-0 {
    border-width: 0px !important;
  }

  .sm\:border-1 {
    border-width: 1px !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-3 {
    border-width: 3px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:border-t-1 {
    border-top-width: 1px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-t-3 {
    border-top-width: 3px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:border-r-1 {
    border-right-width: 1px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-r-3 {
    border-right-width: 3px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:border-l-1 {
    border-left-width: 1px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-l-3 {
    border-left-width: 3px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-current {
    border-color: currentColor !important;
  }

  .sm\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .sm\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .sm\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .sm\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .sm\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .sm\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-current {
    background-color: currentColor !important;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .sm\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .sm\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .sm\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .sm\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .sm\:bg-none {
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .sm\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .sm\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .sm\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .sm\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .sm\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .sm\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .sm\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .sm\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .sm\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .sm\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .sm\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .sm\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .sm\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .sm\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .sm\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .sm\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .sm\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .sm\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .sm\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .sm\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .sm\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .sm\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .sm\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .sm\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .sm\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .sm\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .sm\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .sm\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .sm\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .sm\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .sm\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .sm\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .sm\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .sm\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .sm\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .sm\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .sm\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .sm\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .sm\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .sm\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .sm\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .sm\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .sm\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .sm\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .sm\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .sm\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .sm\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .sm\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .sm\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .sm\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .sm\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .sm\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .sm\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .sm\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .sm\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .sm\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .sm\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .sm\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .sm\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .sm\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .sm\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .sm\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-origin-border {
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content {
    background-origin: content-box !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:p-0 {
    padding: 0px !important;
  }

  .sm\:p-2 {
    padding: 2px !important;
  }

  .sm\:p-3 {
    padding: 3px !important;
  }

  .sm\:p-4 {
    padding: 4px !important;
  }

  .sm\:p-6 {
    padding: 6px !important;
  }

  .sm\:p-8 {
    padding: 8px !important;
  }

  .sm\:p-10 {
    padding: 10px !important;
  }

  .sm\:p-12 {
    padding: 12px !important;
  }

  .sm\:p-14 {
    padding: 14px !important;
  }

  .sm\:p-16 {
    padding: 16px !important;
  }

  .sm\:p-20 {
    padding: 20px !important;
  }

  .sm\:p-22 {
    padding: 22px !important;
  }

  .sm\:p-24 {
    padding: 24px !important;
  }

  .sm\:p-25 {
    padding: 25px !important;
  }

  .sm\:p-27 {
    padding: 27px !important;
  }

  .sm\:p-30 {
    padding: 30px !important;
  }

  .sm\:p-36 {
    padding: 36px !important;
  }

  .sm\:p-40 {
    padding: 40px !important;
  }

  .sm\:p-42 {
    padding: 42px !important;
  }

  .sm\:p-44 {
    padding: 44px !important;
  }

  .sm\:p-48 {
    padding: 48px !important;
  }

  .sm\:p-52 {
    padding: 52px !important;
  }

  .sm\:p-64 {
    padding: 64px !important;
  }

  .sm\:p-72 {
    padding: 72px !important;
  }

  .sm\:p-74 {
    padding: 74px !important;
  }

  .sm\:p-77 {
    padding: 77px !important;
  }

  .sm\:p-84 {
    padding: 84px !important;
  }

  .sm\:p-96 {
    padding: 96px !important;
  }

  .sm\:p-98 {
    padding: 98px !important;
  }

  .sm\:p-100 {
    padding: 100px !important;
  }

  .sm\:p-105 {
    padding: 105px !important;
  }

  .sm\:p-114 {
    padding: 114px !important;
  }

  .sm\:p-115 {
    padding: 115px !important;
  }

  .sm\:p-120 {
    padding: 120px !important;
  }

  .sm\:p-128 {
    padding: 128px !important;
  }

  .sm\:p-156 {
    padding: 156px !important;
  }

  .sm\:p-200 {
    padding: 200px !important;
  }

  .sm\:p-256 {
    padding: 256px !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .sm\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .sm\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .sm\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .sm\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .sm\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .sm\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .sm\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sm\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .sm\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .sm\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .sm\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .sm\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .sm\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .sm\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .sm\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .sm\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .sm\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .sm\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .sm\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .sm\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .sm\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .sm\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .sm\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .sm\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .sm\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .sm\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .sm\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .sm\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .sm\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .sm\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sm\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .sm\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .sm\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .sm\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .sm\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .sm\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .sm\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .sm\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .sm\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sm\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .sm\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .sm\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .sm\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .sm\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .sm\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .sm\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-2 {
    padding-top: 2px !important;
  }

  .sm\:pt-3 {
    padding-top: 3px !important;
  }

  .sm\:pt-4 {
    padding-top: 4px !important;
  }

  .sm\:pt-6 {
    padding-top: 6px !important;
  }

  .sm\:pt-8 {
    padding-top: 8px !important;
  }

  .sm\:pt-10 {
    padding-top: 10px !important;
  }

  .sm\:pt-12 {
    padding-top: 12px !important;
  }

  .sm\:pt-14 {
    padding-top: 14px !important;
  }

  .sm\:pt-16 {
    padding-top: 16px !important;
  }

  .sm\:pt-20 {
    padding-top: 20px !important;
  }

  .sm\:pt-22 {
    padding-top: 22px !important;
  }

  .sm\:pt-24 {
    padding-top: 24px !important;
  }

  .sm\:pt-25 {
    padding-top: 25px !important;
  }

  .sm\:pt-27 {
    padding-top: 27px !important;
  }

  .sm\:pt-30 {
    padding-top: 30px !important;
  }

  .sm\:pt-36 {
    padding-top: 36px !important;
  }

  .sm\:pt-40 {
    padding-top: 40px !important;
  }

  .sm\:pt-42 {
    padding-top: 42px !important;
  }

  .sm\:pt-44 {
    padding-top: 44px !important;
  }

  .sm\:pt-48 {
    padding-top: 48px !important;
  }

  .sm\:pt-52 {
    padding-top: 52px !important;
  }

  .sm\:pt-64 {
    padding-top: 64px !important;
  }

  .sm\:pt-72 {
    padding-top: 72px !important;
  }

  .sm\:pt-74 {
    padding-top: 74px !important;
  }

  .sm\:pt-77 {
    padding-top: 77px !important;
  }

  .sm\:pt-84 {
    padding-top: 84px !important;
  }

  .sm\:pt-96 {
    padding-top: 96px !important;
  }

  .sm\:pt-98 {
    padding-top: 98px !important;
  }

  .sm\:pt-100 {
    padding-top: 100px !important;
  }

  .sm\:pt-105 {
    padding-top: 105px !important;
  }

  .sm\:pt-114 {
    padding-top: 114px !important;
  }

  .sm\:pt-115 {
    padding-top: 115px !important;
  }

  .sm\:pt-120 {
    padding-top: 120px !important;
  }

  .sm\:pt-128 {
    padding-top: 128px !important;
  }

  .sm\:pt-156 {
    padding-top: 156px !important;
  }

  .sm\:pt-200 {
    padding-top: 200px !important;
  }

  .sm\:pt-256 {
    padding-top: 256px !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pr-2 {
    padding-right: 2px !important;
  }

  .sm\:pr-3 {
    padding-right: 3px !important;
  }

  .sm\:pr-4 {
    padding-right: 4px !important;
  }

  .sm\:pr-6 {
    padding-right: 6px !important;
  }

  .sm\:pr-8 {
    padding-right: 8px !important;
  }

  .sm\:pr-10 {
    padding-right: 10px !important;
  }

  .sm\:pr-12 {
    padding-right: 12px !important;
  }

  .sm\:pr-14 {
    padding-right: 14px !important;
  }

  .sm\:pr-16 {
    padding-right: 16px !important;
  }

  .sm\:pr-20 {
    padding-right: 20px !important;
  }

  .sm\:pr-22 {
    padding-right: 22px !important;
  }

  .sm\:pr-24 {
    padding-right: 24px !important;
  }

  .sm\:pr-25 {
    padding-right: 25px !important;
  }

  .sm\:pr-27 {
    padding-right: 27px !important;
  }

  .sm\:pr-30 {
    padding-right: 30px !important;
  }

  .sm\:pr-36 {
    padding-right: 36px !important;
  }

  .sm\:pr-40 {
    padding-right: 40px !important;
  }

  .sm\:pr-42 {
    padding-right: 42px !important;
  }

  .sm\:pr-44 {
    padding-right: 44px !important;
  }

  .sm\:pr-48 {
    padding-right: 48px !important;
  }

  .sm\:pr-52 {
    padding-right: 52px !important;
  }

  .sm\:pr-64 {
    padding-right: 64px !important;
  }

  .sm\:pr-72 {
    padding-right: 72px !important;
  }

  .sm\:pr-74 {
    padding-right: 74px !important;
  }

  .sm\:pr-77 {
    padding-right: 77px !important;
  }

  .sm\:pr-84 {
    padding-right: 84px !important;
  }

  .sm\:pr-96 {
    padding-right: 96px !important;
  }

  .sm\:pr-98 {
    padding-right: 98px !important;
  }

  .sm\:pr-100 {
    padding-right: 100px !important;
  }

  .sm\:pr-105 {
    padding-right: 105px !important;
  }

  .sm\:pr-114 {
    padding-right: 114px !important;
  }

  .sm\:pr-115 {
    padding-right: 115px !important;
  }

  .sm\:pr-120 {
    padding-right: 120px !important;
  }

  .sm\:pr-128 {
    padding-right: 128px !important;
  }

  .sm\:pr-156 {
    padding-right: 156px !important;
  }

  .sm\:pr-200 {
    padding-right: 200px !important;
  }

  .sm\:pr-256 {
    padding-right: 256px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:pb-2 {
    padding-bottom: 2px !important;
  }

  .sm\:pb-3 {
    padding-bottom: 3px !important;
  }

  .sm\:pb-4 {
    padding-bottom: 4px !important;
  }

  .sm\:pb-6 {
    padding-bottom: 6px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 8px !important;
  }

  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }

  .sm\:pb-12 {
    padding-bottom: 12px !important;
  }

  .sm\:pb-14 {
    padding-bottom: 14px !important;
  }

  .sm\:pb-16 {
    padding-bottom: 16px !important;
  }

  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }

  .sm\:pb-22 {
    padding-bottom: 22px !important;
  }

  .sm\:pb-24 {
    padding-bottom: 24px !important;
  }

  .sm\:pb-25 {
    padding-bottom: 25px !important;
  }

  .sm\:pb-27 {
    padding-bottom: 27px !important;
  }

  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }

  .sm\:pb-36 {
    padding-bottom: 36px !important;
  }

  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }

  .sm\:pb-42 {
    padding-bottom: 42px !important;
  }

  .sm\:pb-44 {
    padding-bottom: 44px !important;
  }

  .sm\:pb-48 {
    padding-bottom: 48px !important;
  }

  .sm\:pb-52 {
    padding-bottom: 52px !important;
  }

  .sm\:pb-64 {
    padding-bottom: 64px !important;
  }

  .sm\:pb-72 {
    padding-bottom: 72px !important;
  }

  .sm\:pb-74 {
    padding-bottom: 74px !important;
  }

  .sm\:pb-77 {
    padding-bottom: 77px !important;
  }

  .sm\:pb-84 {
    padding-bottom: 84px !important;
  }

  .sm\:pb-96 {
    padding-bottom: 96px !important;
  }

  .sm\:pb-98 {
    padding-bottom: 98px !important;
  }

  .sm\:pb-100 {
    padding-bottom: 100px !important;
  }

  .sm\:pb-105 {
    padding-bottom: 105px !important;
  }

  .sm\:pb-114 {
    padding-bottom: 114px !important;
  }

  .sm\:pb-115 {
    padding-bottom: 115px !important;
  }

  .sm\:pb-120 {
    padding-bottom: 120px !important;
  }

  .sm\:pb-128 {
    padding-bottom: 128px !important;
  }

  .sm\:pb-156 {
    padding-bottom: 156px !important;
  }

  .sm\:pb-200 {
    padding-bottom: 200px !important;
  }

  .sm\:pb-256 {
    padding-bottom: 256px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-0 {
    padding-left: 0px !important;
  }

  .sm\:pl-2 {
    padding-left: 2px !important;
  }

  .sm\:pl-3 {
    padding-left: 3px !important;
  }

  .sm\:pl-4 {
    padding-left: 4px !important;
  }

  .sm\:pl-6 {
    padding-left: 6px !important;
  }

  .sm\:pl-8 {
    padding-left: 8px !important;
  }

  .sm\:pl-10 {
    padding-left: 10px !important;
  }

  .sm\:pl-12 {
    padding-left: 12px !important;
  }

  .sm\:pl-14 {
    padding-left: 14px !important;
  }

  .sm\:pl-16 {
    padding-left: 16px !important;
  }

  .sm\:pl-20 {
    padding-left: 20px !important;
  }

  .sm\:pl-22 {
    padding-left: 22px !important;
  }

  .sm\:pl-24 {
    padding-left: 24px !important;
  }

  .sm\:pl-25 {
    padding-left: 25px !important;
  }

  .sm\:pl-27 {
    padding-left: 27px !important;
  }

  .sm\:pl-30 {
    padding-left: 30px !important;
  }

  .sm\:pl-36 {
    padding-left: 36px !important;
  }

  .sm\:pl-40 {
    padding-left: 40px !important;
  }

  .sm\:pl-42 {
    padding-left: 42px !important;
  }

  .sm\:pl-44 {
    padding-left: 44px !important;
  }

  .sm\:pl-48 {
    padding-left: 48px !important;
  }

  .sm\:pl-52 {
    padding-left: 52px !important;
  }

  .sm\:pl-64 {
    padding-left: 64px !important;
  }

  .sm\:pl-72 {
    padding-left: 72px !important;
  }

  .sm\:pl-74 {
    padding-left: 74px !important;
  }

  .sm\:pl-77 {
    padding-left: 77px !important;
  }

  .sm\:pl-84 {
    padding-left: 84px !important;
  }

  .sm\:pl-96 {
    padding-left: 96px !important;
  }

  .sm\:pl-98 {
    padding-left: 98px !important;
  }

  .sm\:pl-100 {
    padding-left: 100px !important;
  }

  .sm\:pl-105 {
    padding-left: 105px !important;
  }

  .sm\:pl-114 {
    padding-left: 114px !important;
  }

  .sm\:pl-115 {
    padding-left: 115px !important;
  }

  .sm\:pl-120 {
    padding-left: 120px !important;
  }

  .sm\:pl-128 {
    padding-left: 128px !important;
  }

  .sm\:pl-156 {
    padding-left: 156px !important;
  }

  .sm\:pl-200 {
    padding-left: 200px !important;
  }

  .sm\:pl-256 {
    padding-left: 256px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .sm\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .sm\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .sm\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .sm\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .sm\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .sm\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .sm\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .sm\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .sm\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .sm\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .sm\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .sm\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .sm\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .sm\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .sm\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .sm\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .sm\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .sm\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .sm\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .sm\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .sm\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .sm\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .sm\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .sm\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .sm\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .sm\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .sm\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .sm\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .sm\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .sm\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .sm\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .sm\:font-thin {
    font-weight: 100 !important;
  }

  .sm\:font-extralight {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-lh-122 {
    line-height: 122px !important;
  }

  .sm\:leading-lh-76 {
    line-height: 76px !important;
  }

  .sm\:leading-lh-65 {
    line-height: 65px !important;
  }

  .sm\:leading-lh-61 {
    line-height: 61px !important;
  }

  .sm\:leading-lh-54 {
    line-height: 54px !important;
  }

  .sm\:leading-lh-46 {
    line-height: 46px !important;
  }

  .sm\:leading-lh-44 {
    line-height: 44px !important;
  }

  .sm\:leading-lh-42 {
    line-height: 42px !important;
  }

  .sm\:leading-lh-40 {
    line-height: 40px !important;
  }

  .sm\:leading-lh-36 {
    line-height: 36px !important;
  }

  .sm\:leading-lh-35 {
    line-height: 35px !important;
  }

  .sm\:leading-lh-34 {
    line-height: 34px !important;
  }

  .sm\:leading-lh-32 {
    line-height: 32px !important;
  }

  .sm\:leading-lh-29 {
    line-height: 29px !important;
  }

  .sm\:leading-lh-26 {
    line-height: 26px !important;
  }

  .sm\:leading-lh-25 {
    line-height: 25px !important;
  }

  .sm\:leading-lh-23 {
    line-height: 23px !important;
  }

  .sm\:leading-lh-21 {
    line-height: 21px !important;
  }

  .sm\:leading-lh-20 {
    line-height: 20px !important;
  }

  .sm\:leading-lh-17 {
    line-height: 17px !important;
  }

  .sm\:leading-lh-15 {
    line-height: 15px !important;
  }

  .sm\:leading-lh-13 {
    line-height: 13px !important;
  }

  .sm\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .sm\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .sm\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .sm\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .sm\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .sm\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .sm\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .sm\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-current {
    color: currentColor !important;
  }

  .sm\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .sm\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .sm\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .sm\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .sm\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .sm\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .sm\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-5 {
    opacity: 0.05 !important;
  }

  .sm\:opacity-7 {
    opacity: 0.7 !important;
  }

  .sm\:opacity-10 {
    opacity: 0.10 !important;
  }

  .sm\:opacity-15 {
    opacity: 0.15 !important;
  }

  .sm\:opacity-20 {
    opacity: 0.2 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-30 {
    opacity: 0.3 !important;
  }

  .sm\:opacity-40 {
    opacity: 0.4 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-57 {
    opacity: 0.57 !important;
  }

  .sm\:opacity-60 {
    opacity: 0.6 !important;
  }

  .sm\:opacity-70 {
    opacity: 0.7 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-80 {
    opacity: 0.8 !important;
  }

  .sm\:opacity-90 {
    opacity: 0.9 !important;
  }

  .sm\:opacity-94 {
    opacity: 0.94 !important;
  }

  .sm\:opacity-95 {
    opacity: 0.95 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:opacity-02 {
    opacity: 0.2 !important;
  }

  .sm\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .sm\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .sm\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .sm\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .sm\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .sm\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .sm\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .sm\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .sm\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .sm\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .sm\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .sm\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .sm\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .sm\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .sm\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .sm\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .sm\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .sm\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .sm\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .sm\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .sm\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .sm\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .sm\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .sm\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .sm\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .sm\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .sm\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .sm\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .sm\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .sm\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .sm\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .sm\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .sm\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .sm\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .sm\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .sm\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .sm\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .sm\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .sm\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .sm\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .sm\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .sm\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .sm\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .sm\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .sm\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .sm\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .sm\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .sm\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .sm\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .sm\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .sm\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .sm\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .sm\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .sm\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:filter-none {
    filter: none !important;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur {
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .sm\:invert {
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .sm\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none {
    transition-property: none !important;
  }

  .sm\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 374px) {
  .xs\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:pointer-events-none {
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xs\:visible {
    visibility: visible !important;
  }

  .xs\:invisible {
    visibility: hidden !important;
  }

  .xs\:static {
    position: static !important;
  }

  .xs\:fixed {
    position: fixed !important;
  }

  .xs\:absolute {
    position: absolute !important;
  }

  .xs\:relative {
    position: relative !important;
  }

  .xs\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xs\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xs\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .xs\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xs\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .xs\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .xs\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xs\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .xs\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .xs\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .xs\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .xs\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .xs\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .xs\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .xs\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .xs\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .xs\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .xs\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .xs\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .xs\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .xs\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .xs\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .xs\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .xs\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .xs\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .xs\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .xs\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .xs\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .xs\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .xs\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .xs\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .xs\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .xs\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .xs\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .xs\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .xs\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .xs\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .xs\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .xs\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .xs\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .xs\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .xs\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .xs\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .xs\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .xs\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .xs\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .xs\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .xs\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .xs\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .xs\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .xs\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .xs\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .xs\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .xs\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .xs\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .xs\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .xs\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .xs\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .xs\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .xs\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .xs\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .xs\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .xs\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .xs\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .xs\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .xs\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .xs\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .xs\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .xs\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .xs\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .xs\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .xs\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .xs\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .xs\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .xs\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .xs\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xs\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .xs\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .xs\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .xs\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .xs\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .xs\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .xs\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .xs\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .xs\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .xs\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .xs\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .xs\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .xs\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .xs\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .xs\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .xs\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .xs\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .xs\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .xs\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .xs\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .xs\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .xs\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .xs\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .xs\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .xs\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .xs\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .xs\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .xs\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .xs\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .xs\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .xs\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .xs\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .xs\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .xs\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .xs\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .xs\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .xs\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .xs\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xs\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xs\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .xs\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .xs\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .xs\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .xs\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .xs\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .xs\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .xs\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .xs\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .xs\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .xs\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .xs\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .xs\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .xs\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .xs\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .xs\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .xs\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .xs\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .xs\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .xs\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .xs\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .xs\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .xs\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .xs\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .xs\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .xs\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .xs\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .xs\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .xs\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .xs\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .xs\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .xs\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .xs\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .xs\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .xs\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .xs\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .xs\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .xs\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xs\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xs\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xs\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xs\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xs\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xs\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xs\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xs\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xs\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .xs\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .xs\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .xs\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .xs\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .xs\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .xs\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .xs\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .xs\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .xs\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .xs\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .xs\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .xs\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .xs\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .xs\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .xs\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .xs\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .xs\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .xs\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .xs\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .xs\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .xs\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .xs\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .xs\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .xs\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .xs\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .xs\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .xs\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .xs\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .xs\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .xs\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .xs\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .xs\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .xs\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .xs\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .xs\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .xs\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .xs\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .xs\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .xs\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .xs\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .xs\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .xs\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .xs\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .xs\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .xs\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .xs\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .xs\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .xs\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .xs\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .xs\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .xs\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .xs\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .xs\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .xs\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .xs\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .xs\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .xs\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .xs\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .xs\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .xs\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .xs\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .xs\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .xs\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .xs\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .xs\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .xs\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .xs\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .xs\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .xs\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .xs\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .xs\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .xs\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .xs\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .xs\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:top-0 {
    top: 0px !important;
  }

  .xs\:top-2 {
    top: 2px !important;
  }

  .xs\:top-3 {
    top: 3px !important;
  }

  .xs\:top-4 {
    top: 4px !important;
  }

  .xs\:top-6 {
    top: 6px !important;
  }

  .xs\:top-8 {
    top: 8px !important;
  }

  .xs\:top-10 {
    top: 10px !important;
  }

  .xs\:top-12 {
    top: 12px !important;
  }

  .xs\:top-14 {
    top: 14px !important;
  }

  .xs\:top-16 {
    top: 16px !important;
  }

  .xs\:top-20 {
    top: 20px !important;
  }

  .xs\:top-22 {
    top: 22px !important;
  }

  .xs\:top-24 {
    top: 24px !important;
  }

  .xs\:top-25 {
    top: 25px !important;
  }

  .xs\:top-27 {
    top: 27px !important;
  }

  .xs\:top-30 {
    top: 30px !important;
  }

  .xs\:top-36 {
    top: 36px !important;
  }

  .xs\:top-40 {
    top: 40px !important;
  }

  .xs\:top-42 {
    top: 42px !important;
  }

  .xs\:top-44 {
    top: 44px !important;
  }

  .xs\:top-48 {
    top: 48px !important;
  }

  .xs\:top-52 {
    top: 52px !important;
  }

  .xs\:top-64 {
    top: 64px !important;
  }

  .xs\:top-72 {
    top: 72px !important;
  }

  .xs\:top-74 {
    top: 74px !important;
  }

  .xs\:top-77 {
    top: 77px !important;
  }

  .xs\:top-84 {
    top: 84px !important;
  }

  .xs\:top-96 {
    top: 96px !important;
  }

  .xs\:top-98 {
    top: 98px !important;
  }

  .xs\:top-100 {
    top: 100px !important;
  }

  .xs\:top-105 {
    top: 105px !important;
  }

  .xs\:top-114 {
    top: 114px !important;
  }

  .xs\:top-115 {
    top: 115px !important;
  }

  .xs\:top-120 {
    top: 120px !important;
  }

  .xs\:top-128 {
    top: 128px !important;
  }

  .xs\:top-156 {
    top: 156px !important;
  }

  .xs\:top-200 {
    top: 200px !important;
  }

  .xs\:top-256 {
    top: 256px !important;
  }

  .xs\:top-auto {
    top: auto !important;
  }

  .xs\:top-px {
    top: 1px !important;
  }

  .xs\:-top-0 {
    top: 0px !important;
  }

  .xs\:-top-2 {
    top: -2px !important;
  }

  .xs\:-top-3 {
    top: -3px !important;
  }

  .xs\:-top-4 {
    top: -4px !important;
  }

  .xs\:-top-6 {
    top: -6px !important;
  }

  .xs\:-top-8 {
    top: -8px !important;
  }

  .xs\:-top-10 {
    top: -10px !important;
  }

  .xs\:-top-12 {
    top: -12px !important;
  }

  .xs\:-top-14 {
    top: -14px !important;
  }

  .xs\:-top-16 {
    top: -16px !important;
  }

  .xs\:-top-20 {
    top: -20px !important;
  }

  .xs\:-top-22 {
    top: -22px !important;
  }

  .xs\:-top-24 {
    top: -24px !important;
  }

  .xs\:-top-25 {
    top: -25px !important;
  }

  .xs\:-top-27 {
    top: -27px !important;
  }

  .xs\:-top-30 {
    top: -30px !important;
  }

  .xs\:-top-36 {
    top: -36px !important;
  }

  .xs\:-top-40 {
    top: -40px !important;
  }

  .xs\:-top-42 {
    top: -42px !important;
  }

  .xs\:-top-44 {
    top: -44px !important;
  }

  .xs\:-top-48 {
    top: -48px !important;
  }

  .xs\:-top-52 {
    top: -52px !important;
  }

  .xs\:-top-64 {
    top: -64px !important;
  }

  .xs\:-top-72 {
    top: -72px !important;
  }

  .xs\:-top-74 {
    top: -74px !important;
  }

  .xs\:-top-77 {
    top: -77px !important;
  }

  .xs\:-top-84 {
    top: -84px !important;
  }

  .xs\:-top-96 {
    top: -96px !important;
  }

  .xs\:-top-98 {
    top: -98px !important;
  }

  .xs\:-top-100 {
    top: -100px !important;
  }

  .xs\:-top-105 {
    top: -105px !important;
  }

  .xs\:-top-114 {
    top: -114px !important;
  }

  .xs\:-top-115 {
    top: -115px !important;
  }

  .xs\:-top-120 {
    top: -120px !important;
  }

  .xs\:-top-128 {
    top: -128px !important;
  }

  .xs\:-top-156 {
    top: -156px !important;
  }

  .xs\:-top-200 {
    top: -200px !important;
  }

  .xs\:-top-256 {
    top: -256px !important;
  }

  .xs\:-top-px {
    top: -1px !important;
  }

  .xs\:top-1\/2 {
    top: 50% !important;
  }

  .xs\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xs\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xs\:top-1\/4 {
    top: 25% !important;
  }

  .xs\:top-2\/4 {
    top: 50% !important;
  }

  .xs\:top-3\/4 {
    top: 75% !important;
  }

  .xs\:top-full {
    top: 100% !important;
  }

  .xs\:-top-1\/2 {
    top: -50% !important;
  }

  .xs\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xs\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xs\:-top-1\/4 {
    top: -25% !important;
  }

  .xs\:-top-2\/4 {
    top: -50% !important;
  }

  .xs\:-top-3\/4 {
    top: -75% !important;
  }

  .xs\:-top-full {
    top: -100% !important;
  }

  .xs\:right-0 {
    right: 0px !important;
  }

  .xs\:right-2 {
    right: 2px !important;
  }

  .xs\:right-3 {
    right: 3px !important;
  }

  .xs\:right-4 {
    right: 4px !important;
  }

  .xs\:right-6 {
    right: 6px !important;
  }

  .xs\:right-8 {
    right: 8px !important;
  }

  .xs\:right-10 {
    right: 10px !important;
  }

  .xs\:right-12 {
    right: 12px !important;
  }

  .xs\:right-14 {
    right: 14px !important;
  }

  .xs\:right-16 {
    right: 16px !important;
  }

  .xs\:right-20 {
    right: 20px !important;
  }

  .xs\:right-22 {
    right: 22px !important;
  }

  .xs\:right-24 {
    right: 24px !important;
  }

  .xs\:right-25 {
    right: 25px !important;
  }

  .xs\:right-27 {
    right: 27px !important;
  }

  .xs\:right-30 {
    right: 30px !important;
  }

  .xs\:right-36 {
    right: 36px !important;
  }

  .xs\:right-40 {
    right: 40px !important;
  }

  .xs\:right-42 {
    right: 42px !important;
  }

  .xs\:right-44 {
    right: 44px !important;
  }

  .xs\:right-48 {
    right: 48px !important;
  }

  .xs\:right-52 {
    right: 52px !important;
  }

  .xs\:right-64 {
    right: 64px !important;
  }

  .xs\:right-72 {
    right: 72px !important;
  }

  .xs\:right-74 {
    right: 74px !important;
  }

  .xs\:right-77 {
    right: 77px !important;
  }

  .xs\:right-84 {
    right: 84px !important;
  }

  .xs\:right-96 {
    right: 96px !important;
  }

  .xs\:right-98 {
    right: 98px !important;
  }

  .xs\:right-100 {
    right: 100px !important;
  }

  .xs\:right-105 {
    right: 105px !important;
  }

  .xs\:right-114 {
    right: 114px !important;
  }

  .xs\:right-115 {
    right: 115px !important;
  }

  .xs\:right-120 {
    right: 120px !important;
  }

  .xs\:right-128 {
    right: 128px !important;
  }

  .xs\:right-156 {
    right: 156px !important;
  }

  .xs\:right-200 {
    right: 200px !important;
  }

  .xs\:right-256 {
    right: 256px !important;
  }

  .xs\:right-auto {
    right: auto !important;
  }

  .xs\:right-px {
    right: 1px !important;
  }

  .xs\:-right-0 {
    right: 0px !important;
  }

  .xs\:-right-2 {
    right: -2px !important;
  }

  .xs\:-right-3 {
    right: -3px !important;
  }

  .xs\:-right-4 {
    right: -4px !important;
  }

  .xs\:-right-6 {
    right: -6px !important;
  }

  .xs\:-right-8 {
    right: -8px !important;
  }

  .xs\:-right-10 {
    right: -10px !important;
  }

  .xs\:-right-12 {
    right: -12px !important;
  }

  .xs\:-right-14 {
    right: -14px !important;
  }

  .xs\:-right-16 {
    right: -16px !important;
  }

  .xs\:-right-20 {
    right: -20px !important;
  }

  .xs\:-right-22 {
    right: -22px !important;
  }

  .xs\:-right-24 {
    right: -24px !important;
  }

  .xs\:-right-25 {
    right: -25px !important;
  }

  .xs\:-right-27 {
    right: -27px !important;
  }

  .xs\:-right-30 {
    right: -30px !important;
  }

  .xs\:-right-36 {
    right: -36px !important;
  }

  .xs\:-right-40 {
    right: -40px !important;
  }

  .xs\:-right-42 {
    right: -42px !important;
  }

  .xs\:-right-44 {
    right: -44px !important;
  }

  .xs\:-right-48 {
    right: -48px !important;
  }

  .xs\:-right-52 {
    right: -52px !important;
  }

  .xs\:-right-64 {
    right: -64px !important;
  }

  .xs\:-right-72 {
    right: -72px !important;
  }

  .xs\:-right-74 {
    right: -74px !important;
  }

  .xs\:-right-77 {
    right: -77px !important;
  }

  .xs\:-right-84 {
    right: -84px !important;
  }

  .xs\:-right-96 {
    right: -96px !important;
  }

  .xs\:-right-98 {
    right: -98px !important;
  }

  .xs\:-right-100 {
    right: -100px !important;
  }

  .xs\:-right-105 {
    right: -105px !important;
  }

  .xs\:-right-114 {
    right: -114px !important;
  }

  .xs\:-right-115 {
    right: -115px !important;
  }

  .xs\:-right-120 {
    right: -120px !important;
  }

  .xs\:-right-128 {
    right: -128px !important;
  }

  .xs\:-right-156 {
    right: -156px !important;
  }

  .xs\:-right-200 {
    right: -200px !important;
  }

  .xs\:-right-256 {
    right: -256px !important;
  }

  .xs\:-right-px {
    right: -1px !important;
  }

  .xs\:right-1\/2 {
    right: 50% !important;
  }

  .xs\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xs\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xs\:right-1\/4 {
    right: 25% !important;
  }

  .xs\:right-2\/4 {
    right: 50% !important;
  }

  .xs\:right-3\/4 {
    right: 75% !important;
  }

  .xs\:right-full {
    right: 100% !important;
  }

  .xs\:-right-1\/2 {
    right: -50% !important;
  }

  .xs\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xs\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xs\:-right-1\/4 {
    right: -25% !important;
  }

  .xs\:-right-2\/4 {
    right: -50% !important;
  }

  .xs\:-right-3\/4 {
    right: -75% !important;
  }

  .xs\:-right-full {
    right: -100% !important;
  }

  .xs\:bottom-0 {
    bottom: 0px !important;
  }

  .xs\:bottom-2 {
    bottom: 2px !important;
  }

  .xs\:bottom-3 {
    bottom: 3px !important;
  }

  .xs\:bottom-4 {
    bottom: 4px !important;
  }

  .xs\:bottom-6 {
    bottom: 6px !important;
  }

  .xs\:bottom-8 {
    bottom: 8px !important;
  }

  .xs\:bottom-10 {
    bottom: 10px !important;
  }

  .xs\:bottom-12 {
    bottom: 12px !important;
  }

  .xs\:bottom-14 {
    bottom: 14px !important;
  }

  .xs\:bottom-16 {
    bottom: 16px !important;
  }

  .xs\:bottom-20 {
    bottom: 20px !important;
  }

  .xs\:bottom-22 {
    bottom: 22px !important;
  }

  .xs\:bottom-24 {
    bottom: 24px !important;
  }

  .xs\:bottom-25 {
    bottom: 25px !important;
  }

  .xs\:bottom-27 {
    bottom: 27px !important;
  }

  .xs\:bottom-30 {
    bottom: 30px !important;
  }

  .xs\:bottom-36 {
    bottom: 36px !important;
  }

  .xs\:bottom-40 {
    bottom: 40px !important;
  }

  .xs\:bottom-42 {
    bottom: 42px !important;
  }

  .xs\:bottom-44 {
    bottom: 44px !important;
  }

  .xs\:bottom-48 {
    bottom: 48px !important;
  }

  .xs\:bottom-52 {
    bottom: 52px !important;
  }

  .xs\:bottom-64 {
    bottom: 64px !important;
  }

  .xs\:bottom-72 {
    bottom: 72px !important;
  }

  .xs\:bottom-74 {
    bottom: 74px !important;
  }

  .xs\:bottom-77 {
    bottom: 77px !important;
  }

  .xs\:bottom-84 {
    bottom: 84px !important;
  }

  .xs\:bottom-96 {
    bottom: 96px !important;
  }

  .xs\:bottom-98 {
    bottom: 98px !important;
  }

  .xs\:bottom-100 {
    bottom: 100px !important;
  }

  .xs\:bottom-105 {
    bottom: 105px !important;
  }

  .xs\:bottom-114 {
    bottom: 114px !important;
  }

  .xs\:bottom-115 {
    bottom: 115px !important;
  }

  .xs\:bottom-120 {
    bottom: 120px !important;
  }

  .xs\:bottom-128 {
    bottom: 128px !important;
  }

  .xs\:bottom-156 {
    bottom: 156px !important;
  }

  .xs\:bottom-200 {
    bottom: 200px !important;
  }

  .xs\:bottom-256 {
    bottom: 256px !important;
  }

  .xs\:bottom-auto {
    bottom: auto !important;
  }

  .xs\:bottom-px {
    bottom: 1px !important;
  }

  .xs\:-bottom-0 {
    bottom: 0px !important;
  }

  .xs\:-bottom-2 {
    bottom: -2px !important;
  }

  .xs\:-bottom-3 {
    bottom: -3px !important;
  }

  .xs\:-bottom-4 {
    bottom: -4px !important;
  }

  .xs\:-bottom-6 {
    bottom: -6px !important;
  }

  .xs\:-bottom-8 {
    bottom: -8px !important;
  }

  .xs\:-bottom-10 {
    bottom: -10px !important;
  }

  .xs\:-bottom-12 {
    bottom: -12px !important;
  }

  .xs\:-bottom-14 {
    bottom: -14px !important;
  }

  .xs\:-bottom-16 {
    bottom: -16px !important;
  }

  .xs\:-bottom-20 {
    bottom: -20px !important;
  }

  .xs\:-bottom-22 {
    bottom: -22px !important;
  }

  .xs\:-bottom-24 {
    bottom: -24px !important;
  }

  .xs\:-bottom-25 {
    bottom: -25px !important;
  }

  .xs\:-bottom-27 {
    bottom: -27px !important;
  }

  .xs\:-bottom-30 {
    bottom: -30px !important;
  }

  .xs\:-bottom-36 {
    bottom: -36px !important;
  }

  .xs\:-bottom-40 {
    bottom: -40px !important;
  }

  .xs\:-bottom-42 {
    bottom: -42px !important;
  }

  .xs\:-bottom-44 {
    bottom: -44px !important;
  }

  .xs\:-bottom-48 {
    bottom: -48px !important;
  }

  .xs\:-bottom-52 {
    bottom: -52px !important;
  }

  .xs\:-bottom-64 {
    bottom: -64px !important;
  }

  .xs\:-bottom-72 {
    bottom: -72px !important;
  }

  .xs\:-bottom-74 {
    bottom: -74px !important;
  }

  .xs\:-bottom-77 {
    bottom: -77px !important;
  }

  .xs\:-bottom-84 {
    bottom: -84px !important;
  }

  .xs\:-bottom-96 {
    bottom: -96px !important;
  }

  .xs\:-bottom-98 {
    bottom: -98px !important;
  }

  .xs\:-bottom-100 {
    bottom: -100px !important;
  }

  .xs\:-bottom-105 {
    bottom: -105px !important;
  }

  .xs\:-bottom-114 {
    bottom: -114px !important;
  }

  .xs\:-bottom-115 {
    bottom: -115px !important;
  }

  .xs\:-bottom-120 {
    bottom: -120px !important;
  }

  .xs\:-bottom-128 {
    bottom: -128px !important;
  }

  .xs\:-bottom-156 {
    bottom: -156px !important;
  }

  .xs\:-bottom-200 {
    bottom: -200px !important;
  }

  .xs\:-bottom-256 {
    bottom: -256px !important;
  }

  .xs\:-bottom-px {
    bottom: -1px !important;
  }

  .xs\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xs\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xs\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xs\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xs\:bottom-full {
    bottom: 100% !important;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xs\:-bottom-full {
    bottom: -100% !important;
  }

  .xs\:left-0 {
    left: 0px !important;
  }

  .xs\:left-2 {
    left: 2px !important;
  }

  .xs\:left-3 {
    left: 3px !important;
  }

  .xs\:left-4 {
    left: 4px !important;
  }

  .xs\:left-6 {
    left: 6px !important;
  }

  .xs\:left-8 {
    left: 8px !important;
  }

  .xs\:left-10 {
    left: 10px !important;
  }

  .xs\:left-12 {
    left: 12px !important;
  }

  .xs\:left-14 {
    left: 14px !important;
  }

  .xs\:left-16 {
    left: 16px !important;
  }

  .xs\:left-20 {
    left: 20px !important;
  }

  .xs\:left-22 {
    left: 22px !important;
  }

  .xs\:left-24 {
    left: 24px !important;
  }

  .xs\:left-25 {
    left: 25px !important;
  }

  .xs\:left-27 {
    left: 27px !important;
  }

  .xs\:left-30 {
    left: 30px !important;
  }

  .xs\:left-36 {
    left: 36px !important;
  }

  .xs\:left-40 {
    left: 40px !important;
  }

  .xs\:left-42 {
    left: 42px !important;
  }

  .xs\:left-44 {
    left: 44px !important;
  }

  .xs\:left-48 {
    left: 48px !important;
  }

  .xs\:left-52 {
    left: 52px !important;
  }

  .xs\:left-64 {
    left: 64px !important;
  }

  .xs\:left-72 {
    left: 72px !important;
  }

  .xs\:left-74 {
    left: 74px !important;
  }

  .xs\:left-77 {
    left: 77px !important;
  }

  .xs\:left-84 {
    left: 84px !important;
  }

  .xs\:left-96 {
    left: 96px !important;
  }

  .xs\:left-98 {
    left: 98px !important;
  }

  .xs\:left-100 {
    left: 100px !important;
  }

  .xs\:left-105 {
    left: 105px !important;
  }

  .xs\:left-114 {
    left: 114px !important;
  }

  .xs\:left-115 {
    left: 115px !important;
  }

  .xs\:left-120 {
    left: 120px !important;
  }

  .xs\:left-128 {
    left: 128px !important;
  }

  .xs\:left-156 {
    left: 156px !important;
  }

  .xs\:left-200 {
    left: 200px !important;
  }

  .xs\:left-256 {
    left: 256px !important;
  }

  .xs\:left-auto {
    left: auto !important;
  }

  .xs\:left-px {
    left: 1px !important;
  }

  .xs\:-left-0 {
    left: 0px !important;
  }

  .xs\:-left-2 {
    left: -2px !important;
  }

  .xs\:-left-3 {
    left: -3px !important;
  }

  .xs\:-left-4 {
    left: -4px !important;
  }

  .xs\:-left-6 {
    left: -6px !important;
  }

  .xs\:-left-8 {
    left: -8px !important;
  }

  .xs\:-left-10 {
    left: -10px !important;
  }

  .xs\:-left-12 {
    left: -12px !important;
  }

  .xs\:-left-14 {
    left: -14px !important;
  }

  .xs\:-left-16 {
    left: -16px !important;
  }

  .xs\:-left-20 {
    left: -20px !important;
  }

  .xs\:-left-22 {
    left: -22px !important;
  }

  .xs\:-left-24 {
    left: -24px !important;
  }

  .xs\:-left-25 {
    left: -25px !important;
  }

  .xs\:-left-27 {
    left: -27px !important;
  }

  .xs\:-left-30 {
    left: -30px !important;
  }

  .xs\:-left-36 {
    left: -36px !important;
  }

  .xs\:-left-40 {
    left: -40px !important;
  }

  .xs\:-left-42 {
    left: -42px !important;
  }

  .xs\:-left-44 {
    left: -44px !important;
  }

  .xs\:-left-48 {
    left: -48px !important;
  }

  .xs\:-left-52 {
    left: -52px !important;
  }

  .xs\:-left-64 {
    left: -64px !important;
  }

  .xs\:-left-72 {
    left: -72px !important;
  }

  .xs\:-left-74 {
    left: -74px !important;
  }

  .xs\:-left-77 {
    left: -77px !important;
  }

  .xs\:-left-84 {
    left: -84px !important;
  }

  .xs\:-left-96 {
    left: -96px !important;
  }

  .xs\:-left-98 {
    left: -98px !important;
  }

  .xs\:-left-100 {
    left: -100px !important;
  }

  .xs\:-left-105 {
    left: -105px !important;
  }

  .xs\:-left-114 {
    left: -114px !important;
  }

  .xs\:-left-115 {
    left: -115px !important;
  }

  .xs\:-left-120 {
    left: -120px !important;
  }

  .xs\:-left-128 {
    left: -128px !important;
  }

  .xs\:-left-156 {
    left: -156px !important;
  }

  .xs\:-left-200 {
    left: -200px !important;
  }

  .xs\:-left-256 {
    left: -256px !important;
  }

  .xs\:-left-px {
    left: -1px !important;
  }

  .xs\:left-1\/2 {
    left: 50% !important;
  }

  .xs\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xs\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xs\:left-1\/4 {
    left: 25% !important;
  }

  .xs\:left-2\/4 {
    left: 50% !important;
  }

  .xs\:left-3\/4 {
    left: 75% !important;
  }

  .xs\:left-full {
    left: 100% !important;
  }

  .xs\:-left-1\/2 {
    left: -50% !important;
  }

  .xs\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xs\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xs\:-left-1\/4 {
    left: -25% !important;
  }

  .xs\:-left-2\/4 {
    left: -50% !important;
  }

  .xs\:-left-3\/4 {
    left: -75% !important;
  }

  .xs\:-left-full {
    left: -100% !important;
  }

  .xs\:isolate {
    isolation: isolate !important;
  }

  .xs\:isolation-auto {
    isolation: auto !important;
  }

  .xs\:z-0 {
    z-index: 0 !important;
  }

  .xs\:z-1 {
    z-index: 1 !important;
  }

  .xs\:z-10 {
    z-index: 10 !important;
  }

  .xs\:z-20 {
    z-index: 20 !important;
  }

  .xs\:z-30 {
    z-index: 30 !important;
  }

  .xs\:z-40 {
    z-index: 40 !important;
  }

  .xs\:z-50 {
    z-index: 50 !important;
  }

  .xs\:z-auto {
    z-index: auto !important;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xs\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xs\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xs\:order-1 {
    order: 1 !important;
  }

  .xs\:order-2 {
    order: 2 !important;
  }

  .xs\:order-3 {
    order: 3 !important;
  }

  .xs\:order-4 {
    order: 4 !important;
  }

  .xs\:order-5 {
    order: 5 !important;
  }

  .xs\:order-6 {
    order: 6 !important;
  }

  .xs\:order-7 {
    order: 7 !important;
  }

  .xs\:order-8 {
    order: 8 !important;
  }

  .xs\:order-9 {
    order: 9 !important;
  }

  .xs\:order-10 {
    order: 10 !important;
  }

  .xs\:order-11 {
    order: 11 !important;
  }

  .xs\:order-12 {
    order: 12 !important;
  }

  .xs\:order-first {
    order: -9999 !important;
  }

  .xs\:order-last {
    order: 9999 !important;
  }

  .xs\:order-none {
    order: 0 !important;
  }

  .xs\:col-auto {
    grid-column: auto !important;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xs\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xs\:row-auto {
    grid-row: auto !important;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xs\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xs\:float-right {
    float: right !important;
  }

  .xs\:float-left {
    float: left !important;
  }

  .xs\:float-none {
    float: none !important;
  }

  .xs\:clear-left {
    clear: left !important;
  }

  .xs\:clear-right {
    clear: right !important;
  }

  .xs\:clear-both {
    clear: both !important;
  }

  .xs\:clear-none {
    clear: none !important;
  }

  .xs\:m-0 {
    margin: 0px !important;
  }

  .xs\:m-2 {
    margin: 2px !important;
  }

  .xs\:m-3 {
    margin: 3px !important;
  }

  .xs\:m-4 {
    margin: 4px !important;
  }

  .xs\:m-6 {
    margin: 6px !important;
  }

  .xs\:m-8 {
    margin: 8px !important;
  }

  .xs\:m-10 {
    margin: 10px !important;
  }

  .xs\:m-12 {
    margin: 12px !important;
  }

  .xs\:m-14 {
    margin: 14px !important;
  }

  .xs\:m-16 {
    margin: 16px !important;
  }

  .xs\:m-20 {
    margin: 20px !important;
  }

  .xs\:m-22 {
    margin: 22px !important;
  }

  .xs\:m-24 {
    margin: 24px !important;
  }

  .xs\:m-25 {
    margin: 25px !important;
  }

  .xs\:m-27 {
    margin: 27px !important;
  }

  .xs\:m-30 {
    margin: 30px !important;
  }

  .xs\:m-36 {
    margin: 36px !important;
  }

  .xs\:m-40 {
    margin: 40px !important;
  }

  .xs\:m-42 {
    margin: 42px !important;
  }

  .xs\:m-44 {
    margin: 44px !important;
  }

  .xs\:m-48 {
    margin: 48px !important;
  }

  .xs\:m-52 {
    margin: 52px !important;
  }

  .xs\:m-64 {
    margin: 64px !important;
  }

  .xs\:m-72 {
    margin: 72px !important;
  }

  .xs\:m-74 {
    margin: 74px !important;
  }

  .xs\:m-77 {
    margin: 77px !important;
  }

  .xs\:m-84 {
    margin: 84px !important;
  }

  .xs\:m-96 {
    margin: 96px !important;
  }

  .xs\:m-98 {
    margin: 98px !important;
  }

  .xs\:m-100 {
    margin: 100px !important;
  }

  .xs\:m-105 {
    margin: 105px !important;
  }

  .xs\:m-114 {
    margin: 114px !important;
  }

  .xs\:m-115 {
    margin: 115px !important;
  }

  .xs\:m-120 {
    margin: 120px !important;
  }

  .xs\:m-128 {
    margin: 128px !important;
  }

  .xs\:m-156 {
    margin: 156px !important;
  }

  .xs\:m-200 {
    margin: 200px !important;
  }

  .xs\:m-256 {
    margin: 256px !important;
  }

  .xs\:m-auto {
    margin: auto !important;
  }

  .xs\:m-px {
    margin: 1px !important;
  }

  .xs\:-m-0 {
    margin: 0px !important;
  }

  .xs\:-m-2 {
    margin: -2px !important;
  }

  .xs\:-m-3 {
    margin: -3px !important;
  }

  .xs\:-m-4 {
    margin: -4px !important;
  }

  .xs\:-m-6 {
    margin: -6px !important;
  }

  .xs\:-m-8 {
    margin: -8px !important;
  }

  .xs\:-m-10 {
    margin: -10px !important;
  }

  .xs\:-m-12 {
    margin: -12px !important;
  }

  .xs\:-m-14 {
    margin: -14px !important;
  }

  .xs\:-m-16 {
    margin: -16px !important;
  }

  .xs\:-m-20 {
    margin: -20px !important;
  }

  .xs\:-m-22 {
    margin: -22px !important;
  }

  .xs\:-m-24 {
    margin: -24px !important;
  }

  .xs\:-m-25 {
    margin: -25px !important;
  }

  .xs\:-m-27 {
    margin: -27px !important;
  }

  .xs\:-m-30 {
    margin: -30px !important;
  }

  .xs\:-m-36 {
    margin: -36px !important;
  }

  .xs\:-m-40 {
    margin: -40px !important;
  }

  .xs\:-m-42 {
    margin: -42px !important;
  }

  .xs\:-m-44 {
    margin: -44px !important;
  }

  .xs\:-m-48 {
    margin: -48px !important;
  }

  .xs\:-m-52 {
    margin: -52px !important;
  }

  .xs\:-m-64 {
    margin: -64px !important;
  }

  .xs\:-m-72 {
    margin: -72px !important;
  }

  .xs\:-m-74 {
    margin: -74px !important;
  }

  .xs\:-m-77 {
    margin: -77px !important;
  }

  .xs\:-m-84 {
    margin: -84px !important;
  }

  .xs\:-m-96 {
    margin: -96px !important;
  }

  .xs\:-m-98 {
    margin: -98px !important;
  }

  .xs\:-m-100 {
    margin: -100px !important;
  }

  .xs\:-m-105 {
    margin: -105px !important;
  }

  .xs\:-m-114 {
    margin: -114px !important;
  }

  .xs\:-m-115 {
    margin: -115px !important;
  }

  .xs\:-m-120 {
    margin: -120px !important;
  }

  .xs\:-m-128 {
    margin: -128px !important;
  }

  .xs\:-m-156 {
    margin: -156px !important;
  }

  .xs\:-m-200 {
    margin: -200px !important;
  }

  .xs\:-m-256 {
    margin: -256px !important;
  }

  .xs\:-m-px {
    margin: -1px !important;
  }

  .xs\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xs\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xs\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xs\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .xs\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xs\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xs\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xs\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .xs\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xs\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xs\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .xs\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xs\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xs\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .xs\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xs\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xs\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xs\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .xs\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xs\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xs\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xs\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xs\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xs\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .xs\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .xs\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xs\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xs\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .xs\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xs\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .xs\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .xs\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .xs\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xs\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .xs\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .xs\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xs\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .xs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xs\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xs\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xs\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .xs\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xs\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xs\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xs\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .xs\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xs\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xs\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .xs\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xs\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xs\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .xs\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xs\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xs\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xs\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .xs\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xs\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xs\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xs\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xs\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xs\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .xs\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .xs\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xs\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xs\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .xs\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xs\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .xs\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .xs\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .xs\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xs\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .xs\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .xs\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xs\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .xs\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xs\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xs\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xs\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .xs\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xs\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xs\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xs\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .xs\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xs\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xs\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .xs\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xs\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xs\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .xs\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xs\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xs\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xs\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .xs\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xs\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xs\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xs\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xs\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xs\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .xs\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .xs\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xs\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xs\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .xs\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xs\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .xs\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .xs\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .xs\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xs\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .xs\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .xs\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xs\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .xs\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xs\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xs\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xs\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .xs\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xs\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xs\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xs\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .xs\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xs\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xs\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .xs\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xs\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xs\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .xs\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xs\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xs\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xs\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .xs\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xs\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xs\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xs\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xs\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xs\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .xs\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .xs\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xs\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xs\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .xs\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xs\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .xs\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .xs\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .xs\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xs\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .xs\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .xs\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xs\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .xs\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:mt-0 {
    margin-top: 0px !important;
  }

  .xs\:mt-2 {
    margin-top: 2px !important;
  }

  .xs\:mt-3 {
    margin-top: 3px !important;
  }

  .xs\:mt-4 {
    margin-top: 4px !important;
  }

  .xs\:mt-6 {
    margin-top: 6px !important;
  }

  .xs\:mt-8 {
    margin-top: 8px !important;
  }

  .xs\:mt-10 {
    margin-top: 10px !important;
  }

  .xs\:mt-12 {
    margin-top: 12px !important;
  }

  .xs\:mt-14 {
    margin-top: 14px !important;
  }

  .xs\:mt-16 {
    margin-top: 16px !important;
  }

  .xs\:mt-20 {
    margin-top: 20px !important;
  }

  .xs\:mt-22 {
    margin-top: 22px !important;
  }

  .xs\:mt-24 {
    margin-top: 24px !important;
  }

  .xs\:mt-25 {
    margin-top: 25px !important;
  }

  .xs\:mt-27 {
    margin-top: 27px !important;
  }

  .xs\:mt-30 {
    margin-top: 30px !important;
  }

  .xs\:mt-36 {
    margin-top: 36px !important;
  }

  .xs\:mt-40 {
    margin-top: 40px !important;
  }

  .xs\:mt-42 {
    margin-top: 42px !important;
  }

  .xs\:mt-44 {
    margin-top: 44px !important;
  }

  .xs\:mt-48 {
    margin-top: 48px !important;
  }

  .xs\:mt-52 {
    margin-top: 52px !important;
  }

  .xs\:mt-64 {
    margin-top: 64px !important;
  }

  .xs\:mt-72 {
    margin-top: 72px !important;
  }

  .xs\:mt-74 {
    margin-top: 74px !important;
  }

  .xs\:mt-77 {
    margin-top: 77px !important;
  }

  .xs\:mt-84 {
    margin-top: 84px !important;
  }

  .xs\:mt-96 {
    margin-top: 96px !important;
  }

  .xs\:mt-98 {
    margin-top: 98px !important;
  }

  .xs\:mt-100 {
    margin-top: 100px !important;
  }

  .xs\:mt-105 {
    margin-top: 105px !important;
  }

  .xs\:mt-114 {
    margin-top: 114px !important;
  }

  .xs\:mt-115 {
    margin-top: 115px !important;
  }

  .xs\:mt-120 {
    margin-top: 120px !important;
  }

  .xs\:mt-128 {
    margin-top: 128px !important;
  }

  .xs\:mt-156 {
    margin-top: 156px !important;
  }

  .xs\:mt-200 {
    margin-top: 200px !important;
  }

  .xs\:mt-256 {
    margin-top: 256px !important;
  }

  .xs\:mt-auto {
    margin-top: auto !important;
  }

  .xs\:mt-px {
    margin-top: 1px !important;
  }

  .xs\:-mt-0 {
    margin-top: 0px !important;
  }

  .xs\:-mt-2 {
    margin-top: -2px !important;
  }

  .xs\:-mt-3 {
    margin-top: -3px !important;
  }

  .xs\:-mt-4 {
    margin-top: -4px !important;
  }

  .xs\:-mt-6 {
    margin-top: -6px !important;
  }

  .xs\:-mt-8 {
    margin-top: -8px !important;
  }

  .xs\:-mt-10 {
    margin-top: -10px !important;
  }

  .xs\:-mt-12 {
    margin-top: -12px !important;
  }

  .xs\:-mt-14 {
    margin-top: -14px !important;
  }

  .xs\:-mt-16 {
    margin-top: -16px !important;
  }

  .xs\:-mt-20 {
    margin-top: -20px !important;
  }

  .xs\:-mt-22 {
    margin-top: -22px !important;
  }

  .xs\:-mt-24 {
    margin-top: -24px !important;
  }

  .xs\:-mt-25 {
    margin-top: -25px !important;
  }

  .xs\:-mt-27 {
    margin-top: -27px !important;
  }

  .xs\:-mt-30 {
    margin-top: -30px !important;
  }

  .xs\:-mt-36 {
    margin-top: -36px !important;
  }

  .xs\:-mt-40 {
    margin-top: -40px !important;
  }

  .xs\:-mt-42 {
    margin-top: -42px !important;
  }

  .xs\:-mt-44 {
    margin-top: -44px !important;
  }

  .xs\:-mt-48 {
    margin-top: -48px !important;
  }

  .xs\:-mt-52 {
    margin-top: -52px !important;
  }

  .xs\:-mt-64 {
    margin-top: -64px !important;
  }

  .xs\:-mt-72 {
    margin-top: -72px !important;
  }

  .xs\:-mt-74 {
    margin-top: -74px !important;
  }

  .xs\:-mt-77 {
    margin-top: -77px !important;
  }

  .xs\:-mt-84 {
    margin-top: -84px !important;
  }

  .xs\:-mt-96 {
    margin-top: -96px !important;
  }

  .xs\:-mt-98 {
    margin-top: -98px !important;
  }

  .xs\:-mt-100 {
    margin-top: -100px !important;
  }

  .xs\:-mt-105 {
    margin-top: -105px !important;
  }

  .xs\:-mt-114 {
    margin-top: -114px !important;
  }

  .xs\:-mt-115 {
    margin-top: -115px !important;
  }

  .xs\:-mt-120 {
    margin-top: -120px !important;
  }

  .xs\:-mt-128 {
    margin-top: -128px !important;
  }

  .xs\:-mt-156 {
    margin-top: -156px !important;
  }

  .xs\:-mt-200 {
    margin-top: -200px !important;
  }

  .xs\:-mt-256 {
    margin-top: -256px !important;
  }

  .xs\:-mt-px {
    margin-top: -1px !important;
  }

  .xs\:mr-0 {
    margin-right: 0px !important;
  }

  .xs\:mr-2 {
    margin-right: 2px !important;
  }

  .xs\:mr-3 {
    margin-right: 3px !important;
  }

  .xs\:mr-4 {
    margin-right: 4px !important;
  }

  .xs\:mr-6 {
    margin-right: 6px !important;
  }

  .xs\:mr-8 {
    margin-right: 8px !important;
  }

  .xs\:mr-10 {
    margin-right: 10px !important;
  }

  .xs\:mr-12 {
    margin-right: 12px !important;
  }

  .xs\:mr-14 {
    margin-right: 14px !important;
  }

  .xs\:mr-16 {
    margin-right: 16px !important;
  }

  .xs\:mr-20 {
    margin-right: 20px !important;
  }

  .xs\:mr-22 {
    margin-right: 22px !important;
  }

  .xs\:mr-24 {
    margin-right: 24px !important;
  }

  .xs\:mr-25 {
    margin-right: 25px !important;
  }

  .xs\:mr-27 {
    margin-right: 27px !important;
  }

  .xs\:mr-30 {
    margin-right: 30px !important;
  }

  .xs\:mr-36 {
    margin-right: 36px !important;
  }

  .xs\:mr-40 {
    margin-right: 40px !important;
  }

  .xs\:mr-42 {
    margin-right: 42px !important;
  }

  .xs\:mr-44 {
    margin-right: 44px !important;
  }

  .xs\:mr-48 {
    margin-right: 48px !important;
  }

  .xs\:mr-52 {
    margin-right: 52px !important;
  }

  .xs\:mr-64 {
    margin-right: 64px !important;
  }

  .xs\:mr-72 {
    margin-right: 72px !important;
  }

  .xs\:mr-74 {
    margin-right: 74px !important;
  }

  .xs\:mr-77 {
    margin-right: 77px !important;
  }

  .xs\:mr-84 {
    margin-right: 84px !important;
  }

  .xs\:mr-96 {
    margin-right: 96px !important;
  }

  .xs\:mr-98 {
    margin-right: 98px !important;
  }

  .xs\:mr-100 {
    margin-right: 100px !important;
  }

  .xs\:mr-105 {
    margin-right: 105px !important;
  }

  .xs\:mr-114 {
    margin-right: 114px !important;
  }

  .xs\:mr-115 {
    margin-right: 115px !important;
  }

  .xs\:mr-120 {
    margin-right: 120px !important;
  }

  .xs\:mr-128 {
    margin-right: 128px !important;
  }

  .xs\:mr-156 {
    margin-right: 156px !important;
  }

  .xs\:mr-200 {
    margin-right: 200px !important;
  }

  .xs\:mr-256 {
    margin-right: 256px !important;
  }

  .xs\:mr-auto {
    margin-right: auto !important;
  }

  .xs\:mr-px {
    margin-right: 1px !important;
  }

  .xs\:-mr-0 {
    margin-right: 0px !important;
  }

  .xs\:-mr-2 {
    margin-right: -2px !important;
  }

  .xs\:-mr-3 {
    margin-right: -3px !important;
  }

  .xs\:-mr-4 {
    margin-right: -4px !important;
  }

  .xs\:-mr-6 {
    margin-right: -6px !important;
  }

  .xs\:-mr-8 {
    margin-right: -8px !important;
  }

  .xs\:-mr-10 {
    margin-right: -10px !important;
  }

  .xs\:-mr-12 {
    margin-right: -12px !important;
  }

  .xs\:-mr-14 {
    margin-right: -14px !important;
  }

  .xs\:-mr-16 {
    margin-right: -16px !important;
  }

  .xs\:-mr-20 {
    margin-right: -20px !important;
  }

  .xs\:-mr-22 {
    margin-right: -22px !important;
  }

  .xs\:-mr-24 {
    margin-right: -24px !important;
  }

  .xs\:-mr-25 {
    margin-right: -25px !important;
  }

  .xs\:-mr-27 {
    margin-right: -27px !important;
  }

  .xs\:-mr-30 {
    margin-right: -30px !important;
  }

  .xs\:-mr-36 {
    margin-right: -36px !important;
  }

  .xs\:-mr-40 {
    margin-right: -40px !important;
  }

  .xs\:-mr-42 {
    margin-right: -42px !important;
  }

  .xs\:-mr-44 {
    margin-right: -44px !important;
  }

  .xs\:-mr-48 {
    margin-right: -48px !important;
  }

  .xs\:-mr-52 {
    margin-right: -52px !important;
  }

  .xs\:-mr-64 {
    margin-right: -64px !important;
  }

  .xs\:-mr-72 {
    margin-right: -72px !important;
  }

  .xs\:-mr-74 {
    margin-right: -74px !important;
  }

  .xs\:-mr-77 {
    margin-right: -77px !important;
  }

  .xs\:-mr-84 {
    margin-right: -84px !important;
  }

  .xs\:-mr-96 {
    margin-right: -96px !important;
  }

  .xs\:-mr-98 {
    margin-right: -98px !important;
  }

  .xs\:-mr-100 {
    margin-right: -100px !important;
  }

  .xs\:-mr-105 {
    margin-right: -105px !important;
  }

  .xs\:-mr-114 {
    margin-right: -114px !important;
  }

  .xs\:-mr-115 {
    margin-right: -115px !important;
  }

  .xs\:-mr-120 {
    margin-right: -120px !important;
  }

  .xs\:-mr-128 {
    margin-right: -128px !important;
  }

  .xs\:-mr-156 {
    margin-right: -156px !important;
  }

  .xs\:-mr-200 {
    margin-right: -200px !important;
  }

  .xs\:-mr-256 {
    margin-right: -256px !important;
  }

  .xs\:-mr-px {
    margin-right: -1px !important;
  }

  .xs\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:mb-2 {
    margin-bottom: 2px !important;
  }

  .xs\:mb-3 {
    margin-bottom: 3px !important;
  }

  .xs\:mb-4 {
    margin-bottom: 4px !important;
  }

  .xs\:mb-6 {
    margin-bottom: 6px !important;
  }

  .xs\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xs\:mb-10 {
    margin-bottom: 10px !important;
  }

  .xs\:mb-12 {
    margin-bottom: 12px !important;
  }

  .xs\:mb-14 {
    margin-bottom: 14px !important;
  }

  .xs\:mb-16 {
    margin-bottom: 16px !important;
  }

  .xs\:mb-20 {
    margin-bottom: 20px !important;
  }

  .xs\:mb-22 {
    margin-bottom: 22px !important;
  }

  .xs\:mb-24 {
    margin-bottom: 24px !important;
  }

  .xs\:mb-25 {
    margin-bottom: 25px !important;
  }

  .xs\:mb-27 {
    margin-bottom: 27px !important;
  }

  .xs\:mb-30 {
    margin-bottom: 30px !important;
  }

  .xs\:mb-36 {
    margin-bottom: 36px !important;
  }

  .xs\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xs\:mb-42 {
    margin-bottom: 42px !important;
  }

  .xs\:mb-44 {
    margin-bottom: 44px !important;
  }

  .xs\:mb-48 {
    margin-bottom: 48px !important;
  }

  .xs\:mb-52 {
    margin-bottom: 52px !important;
  }

  .xs\:mb-64 {
    margin-bottom: 64px !important;
  }

  .xs\:mb-72 {
    margin-bottom: 72px !important;
  }

  .xs\:mb-74 {
    margin-bottom: 74px !important;
  }

  .xs\:mb-77 {
    margin-bottom: 77px !important;
  }

  .xs\:mb-84 {
    margin-bottom: 84px !important;
  }

  .xs\:mb-96 {
    margin-bottom: 96px !important;
  }

  .xs\:mb-98 {
    margin-bottom: 98px !important;
  }

  .xs\:mb-100 {
    margin-bottom: 100px !important;
  }

  .xs\:mb-105 {
    margin-bottom: 105px !important;
  }

  .xs\:mb-114 {
    margin-bottom: 114px !important;
  }

  .xs\:mb-115 {
    margin-bottom: 115px !important;
  }

  .xs\:mb-120 {
    margin-bottom: 120px !important;
  }

  .xs\:mb-128 {
    margin-bottom: 128px !important;
  }

  .xs\:mb-156 {
    margin-bottom: 156px !important;
  }

  .xs\:mb-200 {
    margin-bottom: 200px !important;
  }

  .xs\:mb-256 {
    margin-bottom: 256px !important;
  }

  .xs\:mb-auto {
    margin-bottom: auto !important;
  }

  .xs\:mb-px {
    margin-bottom: 1px !important;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .xs\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .xs\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .xs\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .xs\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .xs\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .xs\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .xs\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .xs\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .xs\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .xs\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .xs\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .xs\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .xs\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .xs\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .xs\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .xs\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .xs\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .xs\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .xs\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .xs\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .xs\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .xs\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .xs\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .xs\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .xs\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .xs\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .xs\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .xs\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .xs\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .xs\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .xs\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .xs\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .xs\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .xs\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .xs\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .xs\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .xs\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xs\:ml-0 {
    margin-left: 0px !important;
  }

  .xs\:ml-2 {
    margin-left: 2px !important;
  }

  .xs\:ml-3 {
    margin-left: 3px !important;
  }

  .xs\:ml-4 {
    margin-left: 4px !important;
  }

  .xs\:ml-6 {
    margin-left: 6px !important;
  }

  .xs\:ml-8 {
    margin-left: 8px !important;
  }

  .xs\:ml-10 {
    margin-left: 10px !important;
  }

  .xs\:ml-12 {
    margin-left: 12px !important;
  }

  .xs\:ml-14 {
    margin-left: 14px !important;
  }

  .xs\:ml-16 {
    margin-left: 16px !important;
  }

  .xs\:ml-20 {
    margin-left: 20px !important;
  }

  .xs\:ml-22 {
    margin-left: 22px !important;
  }

  .xs\:ml-24 {
    margin-left: 24px !important;
  }

  .xs\:ml-25 {
    margin-left: 25px !important;
  }

  .xs\:ml-27 {
    margin-left: 27px !important;
  }

  .xs\:ml-30 {
    margin-left: 30px !important;
  }

  .xs\:ml-36 {
    margin-left: 36px !important;
  }

  .xs\:ml-40 {
    margin-left: 40px !important;
  }

  .xs\:ml-42 {
    margin-left: 42px !important;
  }

  .xs\:ml-44 {
    margin-left: 44px !important;
  }

  .xs\:ml-48 {
    margin-left: 48px !important;
  }

  .xs\:ml-52 {
    margin-left: 52px !important;
  }

  .xs\:ml-64 {
    margin-left: 64px !important;
  }

  .xs\:ml-72 {
    margin-left: 72px !important;
  }

  .xs\:ml-74 {
    margin-left: 74px !important;
  }

  .xs\:ml-77 {
    margin-left: 77px !important;
  }

  .xs\:ml-84 {
    margin-left: 84px !important;
  }

  .xs\:ml-96 {
    margin-left: 96px !important;
  }

  .xs\:ml-98 {
    margin-left: 98px !important;
  }

  .xs\:ml-100 {
    margin-left: 100px !important;
  }

  .xs\:ml-105 {
    margin-left: 105px !important;
  }

  .xs\:ml-114 {
    margin-left: 114px !important;
  }

  .xs\:ml-115 {
    margin-left: 115px !important;
  }

  .xs\:ml-120 {
    margin-left: 120px !important;
  }

  .xs\:ml-128 {
    margin-left: 128px !important;
  }

  .xs\:ml-156 {
    margin-left: 156px !important;
  }

  .xs\:ml-200 {
    margin-left: 200px !important;
  }

  .xs\:ml-256 {
    margin-left: 256px !important;
  }

  .xs\:ml-auto {
    margin-left: auto !important;
  }

  .xs\:ml-px {
    margin-left: 1px !important;
  }

  .xs\:-ml-0 {
    margin-left: 0px !important;
  }

  .xs\:-ml-2 {
    margin-left: -2px !important;
  }

  .xs\:-ml-3 {
    margin-left: -3px !important;
  }

  .xs\:-ml-4 {
    margin-left: -4px !important;
  }

  .xs\:-ml-6 {
    margin-left: -6px !important;
  }

  .xs\:-ml-8 {
    margin-left: -8px !important;
  }

  .xs\:-ml-10 {
    margin-left: -10px !important;
  }

  .xs\:-ml-12 {
    margin-left: -12px !important;
  }

  .xs\:-ml-14 {
    margin-left: -14px !important;
  }

  .xs\:-ml-16 {
    margin-left: -16px !important;
  }

  .xs\:-ml-20 {
    margin-left: -20px !important;
  }

  .xs\:-ml-22 {
    margin-left: -22px !important;
  }

  .xs\:-ml-24 {
    margin-left: -24px !important;
  }

  .xs\:-ml-25 {
    margin-left: -25px !important;
  }

  .xs\:-ml-27 {
    margin-left: -27px !important;
  }

  .xs\:-ml-30 {
    margin-left: -30px !important;
  }

  .xs\:-ml-36 {
    margin-left: -36px !important;
  }

  .xs\:-ml-40 {
    margin-left: -40px !important;
  }

  .xs\:-ml-42 {
    margin-left: -42px !important;
  }

  .xs\:-ml-44 {
    margin-left: -44px !important;
  }

  .xs\:-ml-48 {
    margin-left: -48px !important;
  }

  .xs\:-ml-52 {
    margin-left: -52px !important;
  }

  .xs\:-ml-64 {
    margin-left: -64px !important;
  }

  .xs\:-ml-72 {
    margin-left: -72px !important;
  }

  .xs\:-ml-74 {
    margin-left: -74px !important;
  }

  .xs\:-ml-77 {
    margin-left: -77px !important;
  }

  .xs\:-ml-84 {
    margin-left: -84px !important;
  }

  .xs\:-ml-96 {
    margin-left: -96px !important;
  }

  .xs\:-ml-98 {
    margin-left: -98px !important;
  }

  .xs\:-ml-100 {
    margin-left: -100px !important;
  }

  .xs\:-ml-105 {
    margin-left: -105px !important;
  }

  .xs\:-ml-114 {
    margin-left: -114px !important;
  }

  .xs\:-ml-115 {
    margin-left: -115px !important;
  }

  .xs\:-ml-120 {
    margin-left: -120px !important;
  }

  .xs\:-ml-128 {
    margin-left: -128px !important;
  }

  .xs\:-ml-156 {
    margin-left: -156px !important;
  }

  .xs\:-ml-200 {
    margin-left: -200px !important;
  }

  .xs\:-ml-256 {
    margin-left: -256px !important;
  }

  .xs\:-ml-px {
    margin-left: -1px !important;
  }

  .xs\:box-border {
    box-sizing: border-box !important;
  }

  .xs\:box-content {
    box-sizing: content-box !important;
  }

  .xs\:block {
    display: block !important;
  }

  .xs\:inline-block {
    display: inline-block !important;
  }

  .xs\:inline {
    display: inline !important;
  }

  .xs\:flex {
    display: flex !important;
  }

  .xs\:inline-flex {
    display: inline-flex !important;
  }

  .xs\:table {
    display: table !important;
  }

  .xs\:inline-table {
    display: inline-table !important;
  }

  .xs\:table-caption {
    display: table-caption !important;
  }

  .xs\:table-cell {
    display: table-cell !important;
  }

  .xs\:table-column {
    display: table-column !important;
  }

  .xs\:table-column-group {
    display: table-column-group !important;
  }

  .xs\:table-footer-group {
    display: table-footer-group !important;
  }

  .xs\:table-header-group {
    display: table-header-group !important;
  }

  .xs\:table-row-group {
    display: table-row-group !important;
  }

  .xs\:table-row {
    display: table-row !important;
  }

  .xs\:flow-root {
    display: flow-root !important;
  }

  .xs\:grid {
    display: grid !important;
  }

  .xs\:inline-grid {
    display: inline-grid !important;
  }

  .xs\:contents {
    display: contents !important;
  }

  .xs\:list-item {
    display: list-item !important;
  }

  .xs\:hidden {
    display: none !important;
  }

  .xs\:h-0 {
    height: 0px !important;
  }

  .xs\:h-2 {
    height: 2px !important;
  }

  .xs\:h-3 {
    height: 3px !important;
  }

  .xs\:h-4 {
    height: 4px !important;
  }

  .xs\:h-5 {
    height: 5px !important;
  }

  .xs\:h-6 {
    height: 6px !important;
  }

  .xs\:h-8 {
    height: 8px !important;
  }

  .xs\:h-10 {
    height: 10px !important;
  }

  .xs\:h-12 {
    height: 12px !important;
  }

  .xs\:h-14 {
    height: 14px !important;
  }

  .xs\:h-15 {
    height: 15px !important;
  }

  .xs\:h-16 {
    height: 16px !important;
  }

  .xs\:h-20 {
    height: 20px !important;
  }

  .xs\:h-22 {
    height: 22px !important;
  }

  .xs\:h-24 {
    height: 24px !important;
  }

  .xs\:h-25 {
    height: 25px !important;
  }

  .xs\:h-26 {
    height: 26px !important;
  }

  .xs\:h-27 {
    height: 27px !important;
  }

  .xs\:h-28 {
    height: 28px !important;
  }

  .xs\:h-30 {
    height: 30px !important;
  }

  .xs\:h-32 {
    height: 32px !important;
  }

  .xs\:h-33 {
    height: 33px !important;
  }

  .xs\:h-34 {
    height: 34px !important;
  }

  .xs\:h-35 {
    height: 35px !important;
  }

  .xs\:h-36 {
    height: 36px !important;
  }

  .xs\:h-38 {
    height: 38px !important;
  }

  .xs\:h-40 {
    height: 40px !important;
  }

  .xs\:h-42 {
    height: 42px !important;
  }

  .xs\:h-44 {
    height: 44px !important;
  }

  .xs\:h-45 {
    height: 45px !important;
  }

  .xs\:h-48 {
    height: 48px !important;
  }

  .xs\:h-50 {
    height: 50px !important;
  }

  .xs\:h-52 {
    height: 52px !important;
  }

  .xs\:h-55 {
    height: 55px !important;
  }

  .xs\:h-60 {
    height: 60px !important;
  }

  .xs\:h-64 {
    height: 64px !important;
  }

  .xs\:h-65 {
    height: 65px !important;
  }

  .xs\:h-70 {
    height: 70px !important;
  }

  .xs\:h-72 {
    height: 72px !important;
  }

  .xs\:h-74 {
    height: 74px !important;
  }

  .xs\:h-75 {
    height: 75px !important;
  }

  .xs\:h-77 {
    height: 77px !important;
  }

  .xs\:h-80 {
    height: 80px !important;
  }

  .xs\:h-84 {
    height: 84px !important;
  }

  .xs\:h-85 {
    height: 85px !important;
  }

  .xs\:h-90 {
    height: 90px !important;
  }

  .xs\:h-95 {
    height: 95px !important;
  }

  .xs\:h-96 {
    height: 96px !important;
  }

  .xs\:h-98 {
    height: 98px !important;
  }

  .xs\:h-100 {
    height: 100px !important;
  }

  .xs\:h-105 {
    height: 105px !important;
  }

  .xs\:h-110 {
    height: 110px !important;
  }

  .xs\:h-114 {
    height: 114px !important;
  }

  .xs\:h-115 {
    height: 115px !important;
  }

  .xs\:h-120 {
    height: 120px !important;
  }

  .xs\:h-125 {
    height: 125px !important;
  }

  .xs\:h-128 {
    height: 128px !important;
  }

  .xs\:h-130 {
    height: 130px !important;
  }

  .xs\:h-135 {
    height: 135px !important;
  }

  .xs\:h-140 {
    height: 140px !important;
  }

  .xs\:h-142 {
    height: 142px !important;
  }

  .xs\:h-145 {
    height: 145px !important;
  }

  .xs\:h-150 {
    height: 150px !important;
  }

  .xs\:h-156 {
    height: 156px !important;
  }

  .xs\:h-165 {
    height: 165px !important;
  }

  .xs\:h-170 {
    height: 170px !important;
  }

  .xs\:h-180 {
    height: 180px !important;
  }

  .xs\:h-185 {
    height: 185px !important;
  }

  .xs\:h-190 {
    height: 190px !important;
  }

  .xs\:h-200 {
    height: 200px !important;
  }

  .xs\:h-225 {
    height: 225px !important;
  }

  .xs\:h-256 {
    height: 256px !important;
  }

  .xs\:h-auto {
    height: auto !important;
  }

  .xs\:h-px {
    height: 1px !important;
  }

  .xs\:h-1\/2 {
    height: 50% !important;
  }

  .xs\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xs\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xs\:h-1\/4 {
    height: 25% !important;
  }

  .xs\:h-2\/4 {
    height: 50% !important;
  }

  .xs\:h-3\/4 {
    height: 75% !important;
  }

  .xs\:h-1\/5 {
    height: 20% !important;
  }

  .xs\:h-2\/5 {
    height: 40% !important;
  }

  .xs\:h-3\/5 {
    height: 60% !important;
  }

  .xs\:h-4\/5 {
    height: 80% !important;
  }

  .xs\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xs\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xs\:h-3\/6 {
    height: 50% !important;
  }

  .xs\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xs\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xs\:h-full {
    height: 100% !important;
  }

  .xs\:h-screen {
    height: 100vh !important;
  }

  .xs\:max-h-0 {
    max-height: 0px !important;
  }

  .xs\:max-h-2 {
    max-height: 2px !important;
  }

  .xs\:max-h-3 {
    max-height: 3px !important;
  }

  .xs\:max-h-4 {
    max-height: 4px !important;
  }

  .xs\:max-h-6 {
    max-height: 6px !important;
  }

  .xs\:max-h-8 {
    max-height: 8px !important;
  }

  .xs\:max-h-10 {
    max-height: 10px !important;
  }

  .xs\:max-h-12 {
    max-height: 12px !important;
  }

  .xs\:max-h-14 {
    max-height: 14px !important;
  }

  .xs\:max-h-16 {
    max-height: 16px !important;
  }

  .xs\:max-h-20 {
    max-height: 20px !important;
  }

  .xs\:max-h-22 {
    max-height: 22px !important;
  }

  .xs\:max-h-24 {
    max-height: 24px !important;
  }

  .xs\:max-h-25 {
    max-height: 25px !important;
  }

  .xs\:max-h-27 {
    max-height: 27px !important;
  }

  .xs\:max-h-30 {
    max-height: 30px !important;
  }

  .xs\:max-h-36 {
    max-height: 36px !important;
  }

  .xs\:max-h-40 {
    max-height: 40px !important;
  }

  .xs\:max-h-42 {
    max-height: 42px !important;
  }

  .xs\:max-h-44 {
    max-height: 44px !important;
  }

  .xs\:max-h-48 {
    max-height: 48px !important;
  }

  .xs\:max-h-52 {
    max-height: 52px !important;
  }

  .xs\:max-h-64 {
    max-height: 64px !important;
  }

  .xs\:max-h-72 {
    max-height: 72px !important;
  }

  .xs\:max-h-74 {
    max-height: 74px !important;
  }

  .xs\:max-h-77 {
    max-height: 77px !important;
  }

  .xs\:max-h-84 {
    max-height: 84px !important;
  }

  .xs\:max-h-96 {
    max-height: 96px !important;
  }

  .xs\:max-h-98 {
    max-height: 98px !important;
  }

  .xs\:max-h-100 {
    max-height: 100px !important;
  }

  .xs\:max-h-105 {
    max-height: 105px !important;
  }

  .xs\:max-h-114 {
    max-height: 114px !important;
  }

  .xs\:max-h-115 {
    max-height: 115px !important;
  }

  .xs\:max-h-120 {
    max-height: 120px !important;
  }

  .xs\:max-h-128 {
    max-height: 128px !important;
  }

  .xs\:max-h-156 {
    max-height: 156px !important;
  }

  .xs\:max-h-200 {
    max-height: 200px !important;
  }

  .xs\:max-h-256 {
    max-height: 256px !important;
  }

  .xs\:max-h-px {
    max-height: 1px !important;
  }

  .xs\:max-h-full {
    max-height: 100% !important;
  }

  .xs\:max-h-screen {
    max-height: 100vh !important;
  }

  .xs\:min-h-0 {
    min-height: 0px !important;
  }

  .xs\:min-h-full {
    min-height: 100% !important;
  }

  .xs\:min-h-screen {
    min-height: 100vh !important;
  }

  .xs\:w-0 {
    width: 0px !important;
  }

  .xs\:w-2 {
    width: 2px !important;
  }

  .xs\:w-3 {
    width: 3px !important;
  }

  .xs\:w-4 {
    width: 4px !important;
  }

  .xs\:w-6 {
    width: 6px !important;
  }

  .xs\:w-8 {
    width: 8px !important;
  }

  .xs\:w-10 {
    width: 10px !important;
  }

  .xs\:w-12 {
    width: 12px !important;
  }

  .xs\:w-14 {
    width: 14px !important;
  }

  .xs\:w-16 {
    width: 16px !important;
  }

  .xs\:w-20 {
    width: 20px !important;
  }

  .xs\:w-22 {
    width: 22px !important;
  }

  .xs\:w-24 {
    width: 24px !important;
  }

  .xs\:w-25 {
    width: 25px !important;
  }

  .xs\:w-27 {
    width: 27px !important;
  }

  .xs\:w-30 {
    width: 30px !important;
  }

  .xs\:w-36 {
    width: 36px !important;
  }

  .xs\:w-40 {
    width: 40px !important;
  }

  .xs\:w-42 {
    width: 42px !important;
  }

  .xs\:w-44 {
    width: 44px !important;
  }

  .xs\:w-48 {
    width: 48px !important;
  }

  .xs\:w-52 {
    width: 52px !important;
  }

  .xs\:w-64 {
    width: 64px !important;
  }

  .xs\:w-72 {
    width: 72px !important;
  }

  .xs\:w-74 {
    width: 74px !important;
  }

  .xs\:w-77 {
    width: 77px !important;
  }

  .xs\:w-84 {
    width: 84px !important;
  }

  .xs\:w-96 {
    width: 96px !important;
  }

  .xs\:w-98 {
    width: 98px !important;
  }

  .xs\:w-100 {
    width: 100px !important;
  }

  .xs\:w-105 {
    width: 105px !important;
  }

  .xs\:w-114 {
    width: 114px !important;
  }

  .xs\:w-115 {
    width: 115px !important;
  }

  .xs\:w-120 {
    width: 120px !important;
  }

  .xs\:w-128 {
    width: 128px !important;
  }

  .xs\:w-156 {
    width: 156px !important;
  }

  .xs\:w-200 {
    width: 200px !important;
  }

  .xs\:w-256 {
    width: 256px !important;
  }

  .xs\:w-auto {
    width: auto !important;
  }

  .xs\:w-px {
    width: 1px !important;
  }

  .xs\:w-1\/2 {
    width: 50% !important;
  }

  .xs\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xs\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xs\:w-1\/4 {
    width: 25% !important;
  }

  .xs\:w-2\/4 {
    width: 50% !important;
  }

  .xs\:w-3\/4 {
    width: 75% !important;
  }

  .xs\:w-1\/5 {
    width: 20% !important;
  }

  .xs\:w-2\/5 {
    width: 40% !important;
  }

  .xs\:w-3\/5 {
    width: 60% !important;
  }

  .xs\:w-4\/5 {
    width: 80% !important;
  }

  .xs\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xs\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xs\:w-3\/6 {
    width: 50% !important;
  }

  .xs\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xs\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xs\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xs\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xs\:w-3\/12 {
    width: 25% !important;
  }

  .xs\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xs\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xs\:w-6\/12 {
    width: 50% !important;
  }

  .xs\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xs\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xs\:w-9\/12 {
    width: 75% !important;
  }

  .xs\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xs\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xs\:w-full {
    width: 100% !important;
  }

  .xs\:w-screen {
    width: 100vw !important;
  }

  .xs\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:min-w-0 {
    min-width: 0px !important;
  }

  .xs\:min-w-full {
    min-width: 100% !important;
  }

  .xs\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xs\:max-w-0 {
    max-width: 0rem !important;
  }

  .xs\:max-w-none {
    max-width: none !important;
  }

  .xs\:max-w-xs {
    max-width: 20rem !important;
  }

  .xs\:max-w-sm {
    max-width: 24rem !important;
  }

  .xs\:max-w-md {
    max-width: 28rem !important;
  }

  .xs\:max-w-lg {
    max-width: 32rem !important;
  }

  .xs\:max-w-xl {
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xs\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xs\:max-w-full {
    max-width: 100% !important;
  }

  .xs\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:max-w-prose {
    max-width: 65ch !important;
  }

  .xs\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xs\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xs\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xs\:flex-none {
    flex: none !important;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xs\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xs\:flex-grow {
    flex-grow: 1 !important;
  }

  .xs\:table-auto {
    table-layout: auto !important;
  }

  .xs\:table-fixed {
    table-layout: fixed !important;
  }

  .xs\:border-collapse {
    border-collapse: collapse !important;
  }

  .xs\:border-separate {
    border-collapse: separate !important;
  }

  .xs\:origin-center {
    transform-origin: center !important;
  }

  .xs\:origin-top {
    transform-origin: top !important;
  }

  .xs\:origin-top-right {
    transform-origin: top right !important;
  }

  .xs\:origin-right {
    transform-origin: right !important;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xs\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xs\:origin-left {
    transform-origin: left !important;
  }

  .xs\:origin-top-left {
    transform-origin: top left !important;
  }

  .xs\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-none {
    transform: none !important;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .xs\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .xs\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .xs\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .xs\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .xs\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .xs\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .xs\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .xs\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .xs\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .xs\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .xs\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .xs\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .xs\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .xs\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .xs\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .xs\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .xs\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .xs\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .xs\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .xs\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .xs\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .xs\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .xs\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .xs\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .xs\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .xs\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .xs\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .xs\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .xs\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .xs\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .xs\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .xs\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .xs\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .xs\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .xs\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .xs\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .xs\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .xs\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .xs\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .xs\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .xs\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .xs\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .xs\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .xs\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .xs\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .xs\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .xs\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .xs\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .xs\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .xs\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .xs\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .xs\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .xs\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .xs\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .xs\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .xs\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .xs\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .xs\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .xs\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .xs\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .xs\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .xs\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .xs\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .xs\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .xs\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .xs\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .xs\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .xs\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .xs\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .xs\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .xs\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .xs\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .xs\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .xs\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .xs\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .xs\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .xs\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .xs\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .xs\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .xs\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .xs\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .xs\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .xs\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .xs\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .xs\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .xs\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .xs\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .xs\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .xs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .xs\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .xs\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .xs\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .xs\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .xs\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .xs\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .xs\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .xs\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .xs\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .xs\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .xs\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .xs\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .xs\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .xs\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .xs\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .xs\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .xs\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .xs\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .xs\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .xs\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .xs\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .xs\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .xs\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .xs\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .xs\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .xs\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .xs\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .xs\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .xs\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .xs\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .xs\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .xs\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .xs\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .xs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .xs\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .xs\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .xs\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .xs\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .xs\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .xs\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .xs\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .xs\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .xs\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .xs\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .xs\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .xs\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .xs\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .xs\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .xs\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .xs\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .xs\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .xs\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .xs\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .xs\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .xs\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .xs\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .xs\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .xs\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .xs\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .xs\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .xs\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .xs\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .xs\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .xs\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .xs\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .xs\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .xs\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .xs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .xs\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .xs\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .xs\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .xs\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .xs\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .xs\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .xs\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .xs\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .xs\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .xs\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .xs\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .xs\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .xs\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .xs\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .xs\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .xs\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .xs\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .xs\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .xs\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .xs\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .xs\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .xs\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .xs\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .xs\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .xs\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .xs\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .xs\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .xs\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .xs\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .xs\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .xs\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .xs\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .xs\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .xs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .xs\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .xs\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .xs\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .xs\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .xs\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .xs\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .xs\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .xs\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .xs\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .xs\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .xs\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .xs\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .xs\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xs\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xs\:cursor-auto {
    cursor: auto !important;
  }

  .xs\:cursor-default {
    cursor: default !important;
  }

  .xs\:cursor-pointer {
    cursor: pointer !important;
  }

  .xs\:cursor-wait {
    cursor: wait !important;
  }

  .xs\:cursor-text {
    cursor: text !important;
  }

  .xs\:cursor-move {
    cursor: move !important;
  }

  .xs\:cursor-help {
    cursor: help !important;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xs\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:resize-none {
    resize: none !important;
  }

  .xs\:resize-y {
    resize: vertical !important;
  }

  .xs\:resize-x {
    resize: horizontal !important;
  }

  .xs\:resize {
    resize: both !important;
  }

  .xs\:list-inside {
    list-style-position: inside !important;
  }

  .xs\:list-outside {
    list-style-position: outside !important;
  }

  .xs\:list-none {
    list-style-type: none !important;
  }

  .xs\:list-disc {
    list-style-type: disc !important;
  }

  .xs\:list-decimal {
    list-style-type: decimal !important;
  }

  .xs\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xs\:flex-row {
    flex-direction: row !important;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xs\:flex-col {
    flex-direction: column !important;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xs\:place-content-center {
    place-content: center !important;
  }

  .xs\:place-content-start {
    place-content: start !important;
  }

  .xs\:place-content-end {
    place-content: end !important;
  }

  .xs\:place-content-between {
    place-content: space-between !important;
  }

  .xs\:place-content-around {
    place-content: space-around !important;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch {
    place-content: stretch !important;
  }

  .xs\:place-items-start {
    place-items: start !important;
  }

  .xs\:place-items-end {
    place-items: end !important;
  }

  .xs\:place-items-center {
    place-items: center !important;
  }

  .xs\:place-items-stretch {
    place-items: stretch !important;
  }

  .xs\:content-center {
    align-content: center !important;
  }

  .xs\:content-start {
    align-content: flex-start !important;
  }

  .xs\:content-end {
    align-content: flex-end !important;
  }

  .xs\:content-between {
    align-content: space-between !important;
  }

  .xs\:content-around {
    align-content: space-around !important;
  }

  .xs\:content-evenly {
    align-content: space-evenly !important;
  }

  .xs\:items-start {
    align-items: flex-start !important;
  }

  .xs\:items-end {
    align-items: flex-end !important;
  }

  .xs\:items-center {
    align-items: center !important;
  }

  .xs\:items-baseline {
    align-items: baseline !important;
  }

  .xs\:items-stretch {
    align-items: stretch !important;
  }

  .xs\:justify-start {
    justify-content: flex-start !important;
  }

  .xs\:justify-end {
    justify-content: flex-end !important;
  }

  .xs\:justify-center {
    justify-content: center !important;
  }

  .xs\:justify-between {
    justify-content: space-between !important;
  }

  .xs\:justify-around {
    justify-content: space-around !important;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xs\:justify-items-start {
    justify-items: start !important;
  }

  .xs\:justify-items-end {
    justify-items: end !important;
  }

  .xs\:justify-items-center {
    justify-items: center !important;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xs\:gap-0 {
    gap: 0px !important;
  }

  .xs\:gap-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-4 {
    gap: 1rem !important;
  }

  .xs\:gap-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-8 {
    gap: 2rem !important;
  }

  .xs\:gap-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-12 {
    gap: 3rem !important;
  }

  .xs\:gap-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-16 {
    gap: 4rem !important;
  }

  .xs\:gap-20 {
    gap: 5rem !important;
  }

  .xs\:gap-24 {
    gap: 6rem !important;
  }

  .xs\:gap-28 {
    gap: 7rem !important;
  }

  .xs\:gap-32 {
    gap: 8rem !important;
  }

  .xs\:gap-36 {
    gap: 9rem !important;
  }

  .xs\:gap-40 {
    gap: 10rem !important;
  }

  .xs\:gap-44 {
    gap: 11rem !important;
  }

  .xs\:gap-48 {
    gap: 12rem !important;
  }

  .xs\:gap-52 {
    gap: 13rem !important;
  }

  .xs\:gap-56 {
    gap: 14rem !important;
  }

  .xs\:gap-60 {
    gap: 15rem !important;
  }

  .xs\:gap-64 {
    gap: 16rem !important;
  }

  .xs\:gap-72 {
    gap: 18rem !important;
  }

  .xs\:gap-80 {
    gap: 20rem !important;
  }

  .xs\:gap-96 {
    gap: 24rem !important;
  }

  .xs\:gap-x-0 {
    gap: 0px !important;
  }

  .xs\:gap-y-0 {
    gap: 0px !important;
  }

  .xs\:gap-px {
    gap: 1px !important;
  }

  .xs\:gap-x-px\\ {
    gap: 1px !important;
  }

  .xs\:gap-y-px\\ {
    gap: 1px !important;
  }

  .xs\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-x-4 {
    gap: 1rem !important;
  }

  .xs\:gap-y-4 {
    gap: 1rem !important;
  }

  .xs\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-x-8 {
    gap: 2rem !important;
  }

  .xs\:gap-y-8 {
    gap: 2rem !important;
  }

  .xs\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-x-12 {
    gap: 3rem !important;
  }

  .xs\:gap-y-12 {
    gap: 3rem !important;
  }

  .xs\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-x-16 {
    gap: 4rem !important;
  }

  .xs\:gap-y-16 {
    gap: 4rem !important;
  }

  .xs\:gap-x-20 {
    gap: 5rem !important;
  }

  .xs\:gap-y-20 {
    gap: 5rem !important;
  }

  .xs\:gap-x-24 {
    gap: 6rem !important;
  }

  .xs\:gap-y-24 {
    gap: 6rem !important;
  }

  .xs\:gap-x-28 {
    gap: 7rem !important;
  }

  .xs\:gap-y-28 {
    gap: 7rem !important;
  }

  .xs\:gap-x-32 {
    gap: 8rem !important;
  }

  .xs\:gap-y-32 {
    gap: 8rem !important;
  }

  .xs\:gap-x-36 {
    gap: 9rem !important;
  }

  .xs\:gap-y-36 {
    gap: 9rem !important;
  }

  .xs\:gap-x-40 {
    gap: 10rem !important;
  }

  .xs\:gap-y-40 {
    gap: 10rem !important;
  }

  .xs\:gap-x-44 {
    gap: 11rem !important;
  }

  .xs\:gap-y-44 {
    gap: 11rem !important;
  }

  .xs\:gap-x-48 {
    gap: 12rem !important;
  }

  .xs\:gap-y-48 {
    gap: 12rem !important;
  }

  .xs\:gap-x-52 {
    gap: 13rem !important;
  }

  .xs\:gap-y-52 {
    gap: 13rem !important;
  }

  .xs\:gap-x-56 {
    gap: 14rem !important;
  }

  .xs\:gap-y-56 {
    gap: 14rem !important;
  }

  .xs\:gap-x-60 {
    gap: 15rem !important;
  }

  .xs\:gap-y-60 {
    gap: 15rem !important;
  }

  .xs\:gap-x-64 {
    gap: 16rem !important;
  }

  .xs\:gap-y-64 {
    gap: 16rem !important;
  }

  .xs\:gap-x-72 {
    gap: 18rem !important;
  }

  .xs\:gap-y-72 {
    gap: 18rem !important;
  }

  .xs\:gap-x-80 {
    gap: 20rem !important;
  }

  .xs\:gap-y-80 {
    gap: 20rem !important;
  }

  .xs\:gap-x-96 {
    gap: 24rem !important;
  }

  .xs\:gap-y-96 {
    gap: 24rem !important;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-px {
    row-gap: 1px !important;
  }

  .xs\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .xs\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .xs\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .xs\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .xs\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xs\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .xs\:place-self-auto {
    place-self: auto !important;
  }

  .xs\:place-self-start {
    place-self: start !important;
  }

  .xs\:place-self-end {
    place-self: end !important;
  }

  .xs\:place-self-center {
    place-self: center !important;
  }

  .xs\:place-self-stretch {
    place-self: stretch !important;
  }

  .xs\:self-auto {
    align-self: auto !important;
  }

  .xs\:self-start {
    align-self: flex-start !important;
  }

  .xs\:self-end {
    align-self: flex-end !important;
  }

  .xs\:self-center {
    align-self: center !important;
  }

  .xs\:self-stretch {
    align-self: stretch !important;
  }

  .xs\:self-baseline {
    align-self: baseline !important;
  }

  .xs\:justify-self-auto {
    justify-self: auto !important;
  }

  .xs\:justify-self-start {
    justify-self: start !important;
  }

  .xs\:justify-self-end {
    justify-self: end !important;
  }

  .xs\:justify-self-center {
    justify-self: center !important;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xs\:overflow-auto {
    overflow: auto !important;
  }

  .xs\:overflow-hidden {
    overflow: hidden !important;
  }

  .xs\:overflow-visible {
    overflow: visible !important;
  }

  .xs\:overflow-scroll {
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xs\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xs\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xs\:overflow-clip {
    text-overflow: clip !important;
  }

  .xs\:whitespace-normal {
    white-space: normal !important;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre {
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xs\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words {
    overflow-wrap: break-word !important;
  }

  .xs\:break-all {
    word-break: break-all !important;
  }

  .xs\:rounded-4 {
    border-radius: 4px !important;
  }

  .xs\:rounded-6 {
    border-radius: 6px !important;
  }

  .xs\:rounded-50 {
    border-radius: 50% !important;
  }

  .xs\:rounded-100 {
    border-radius: 100px !important;
  }

  .xs\:rounded-200 {
    border-radius: 200px !important;
  }

  .xs\:rounded-none {
    border-radius: 0px !important;
  }

  .xs\:rounded-br8 {
    border-radius: 8px !important;
  }

  .xs\:rounded-br6 {
    border-radius: 6px !important;
  }

  .xs\:rounded-br30 {
    border-radius: 30px !important;
  }

  .xs\:rounded-br32 {
    border-radius: 32px !important;
  }

  .xs\:rounded-br50 {
    border-radius: 50px !important;
  }

  .xs\:rounded-br90 {
    border-radius: 90px !important;
  }

  .xs\:rounded-full {
    border-radius: 9999px !important;
  }

  .xs\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xs\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .xs\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .xs\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .xs\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .xs\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xs\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .xs\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .xs\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .xs\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .xs\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xs\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xs\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xs\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xs\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .xs\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .xs\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .xs\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .xs\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xs\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .xs\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .xs\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .xs\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .xs\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .xs\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .xs\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .xs\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .xs\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .xs\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .xs\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .xs\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .xs\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .xs\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .xs\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .xs\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .xs\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .xs\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:border-0 {
    border-width: 0px !important;
  }

  .xs\:border-1 {
    border-width: 1px !important;
  }

  .xs\:border-2 {
    border-width: 2px !important;
  }

  .xs\:border-3 {
    border-width: 3px !important;
  }

  .xs\:border-4 {
    border-width: 4px !important;
  }

  .xs\:border-8 {
    border-width: 8px !important;
  }

  .xs\:border {
    border-width: 1px !important;
  }

  .xs\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xs\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xs\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xs\:border-t-3 {
    border-top-width: 3px !important;
  }

  .xs\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xs\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xs\:border-t {
    border-top-width: 1px !important;
  }

  .xs\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xs\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xs\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xs\:border-r-3 {
    border-right-width: 3px !important;
  }

  .xs\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xs\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xs\:border-r {
    border-right-width: 1px !important;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xs\:border-b {
    border-bottom-width: 1px !important;
  }

  .xs\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xs\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xs\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xs\:border-l-3 {
    border-left-width: 3px !important;
  }

  .xs\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xs\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xs\:border-l {
    border-left-width: 1px !important;
  }

  .xs\:border-solid {
    border-style: solid !important;
  }

  .xs\:border-dashed {
    border-style: dashed !important;
  }

  .xs\:border-dotted {
    border-style: dotted !important;
  }

  .xs\:border-double {
    border-style: double !important;
  }

  .xs\:border-none {
    border-style: none !important;
  }

  .xs\:border-transparent {
    border-color: transparent !important;
  }

  .xs\:border-current {
    border-color: currentColor !important;
  }

  .xs\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xs\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .xs\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xs\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .xs\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .xs\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .xs\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .xs\:bg-transparent {
    background-color: transparent !important;
  }

  .xs\:bg-current {
    background-color: currentColor !important;
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xs\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .xs\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .xs\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .xs\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .xs\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .xs\:bg-none {
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .xs\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .xs\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .xs\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .xs\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .xs\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .xs\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .xs\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .xs\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .xs\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .xs\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .xs\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .xs\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .xs\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .xs\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .xs\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .xs\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .xs\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .xs\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xs\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .xs\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .xs\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xs\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xs\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .xs\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .xs\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .xs\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .xs\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xs\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xs\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .xs\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xs\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xs\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .xs\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xs\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .xs\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xs\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .xs\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .xs\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .xs\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xs\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .xs\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .xs\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .xs\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .xs\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xs\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xs\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .xs\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xs\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xs\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .xs\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xs\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .xs\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .xs\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .xs\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .xs\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .xs\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .xs\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .xs\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .xs\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .xs\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .xs\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .xs\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .xs\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .xs\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .xs\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .xs\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xs\:bg-auto {
    background-size: auto !important;
  }

  .xs\:bg-cover {
    background-size: cover !important;
  }

  .xs\:bg-contain {
    background-size: contain !important;
  }

  .xs\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xs\:bg-local {
    background-attachment: local !important;
  }

  .xs\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xs\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xs\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-bottom {
    background-position: bottom !important;
  }

  .xs\:bg-center {
    background-position: center !important;
  }

  .xs\:bg-left {
    background-position: left !important;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xs\:bg-left-top {
    background-position: left top !important;
  }

  .xs\:bg-right {
    background-position: right !important;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xs\:bg-right-top {
    background-position: right top !important;
  }

  .xs\:bg-top {
    background-position: top !important;
  }

  .xs\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xs\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xs\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xs\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xs\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xs\:fill-current {
    fill: currentColor !important;
  }

  .xs\:stroke-current {
    stroke: currentColor !important;
  }

  .xs\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xs\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xs\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xs\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:p-0 {
    padding: 0px !important;
  }

  .xs\:p-2 {
    padding: 2px !important;
  }

  .xs\:p-3 {
    padding: 3px !important;
  }

  .xs\:p-4 {
    padding: 4px !important;
  }

  .xs\:p-6 {
    padding: 6px !important;
  }

  .xs\:p-8 {
    padding: 8px !important;
  }

  .xs\:p-10 {
    padding: 10px !important;
  }

  .xs\:p-12 {
    padding: 12px !important;
  }

  .xs\:p-14 {
    padding: 14px !important;
  }

  .xs\:p-16 {
    padding: 16px !important;
  }

  .xs\:p-20 {
    padding: 20px !important;
  }

  .xs\:p-22 {
    padding: 22px !important;
  }

  .xs\:p-24 {
    padding: 24px !important;
  }

  .xs\:p-25 {
    padding: 25px !important;
  }

  .xs\:p-27 {
    padding: 27px !important;
  }

  .xs\:p-30 {
    padding: 30px !important;
  }

  .xs\:p-36 {
    padding: 36px !important;
  }

  .xs\:p-40 {
    padding: 40px !important;
  }

  .xs\:p-42 {
    padding: 42px !important;
  }

  .xs\:p-44 {
    padding: 44px !important;
  }

  .xs\:p-48 {
    padding: 48px !important;
  }

  .xs\:p-52 {
    padding: 52px !important;
  }

  .xs\:p-64 {
    padding: 64px !important;
  }

  .xs\:p-72 {
    padding: 72px !important;
  }

  .xs\:p-74 {
    padding: 74px !important;
  }

  .xs\:p-77 {
    padding: 77px !important;
  }

  .xs\:p-84 {
    padding: 84px !important;
  }

  .xs\:p-96 {
    padding: 96px !important;
  }

  .xs\:p-98 {
    padding: 98px !important;
  }

  .xs\:p-100 {
    padding: 100px !important;
  }

  .xs\:p-105 {
    padding: 105px !important;
  }

  .xs\:p-114 {
    padding: 114px !important;
  }

  .xs\:p-115 {
    padding: 115px !important;
  }

  .xs\:p-120 {
    padding: 120px !important;
  }

  .xs\:p-128 {
    padding: 128px !important;
  }

  .xs\:p-156 {
    padding: 156px !important;
  }

  .xs\:p-200 {
    padding: 200px !important;
  }

  .xs\:p-256 {
    padding: 256px !important;
  }

  .xs\:p-px {
    padding: 1px !important;
  }

  .xs\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xs\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xs\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xs\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .xs\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xs\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xs\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xs\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .xs\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xs\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xs\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .xs\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xs\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xs\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .xs\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xs\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xs\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xs\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .xs\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xs\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xs\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xs\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xs\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xs\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .xs\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .xs\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xs\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xs\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .xs\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xs\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .xs\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .xs\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .xs\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xs\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xs\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .xs\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xs\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .xs\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xs\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xs\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xs\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .xs\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xs\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xs\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xs\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .xs\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xs\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .xs\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xs\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xs\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .xs\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xs\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xs\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xs\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .xs\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xs\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xs\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xs\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xs\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xs\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .xs\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .xs\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xs\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xs\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .xs\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xs\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .xs\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .xs\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .xs\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xs\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xs\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .xs\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xs\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .xs\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:pt-0 {
    padding-top: 0px !important;
  }

  .xs\:pt-2 {
    padding-top: 2px !important;
  }

  .xs\:pt-3 {
    padding-top: 3px !important;
  }

  .xs\:pt-4 {
    padding-top: 4px !important;
  }

  .xs\:pt-6 {
    padding-top: 6px !important;
  }

  .xs\:pt-8 {
    padding-top: 8px !important;
  }

  .xs\:pt-10 {
    padding-top: 10px !important;
  }

  .xs\:pt-12 {
    padding-top: 12px !important;
  }

  .xs\:pt-14 {
    padding-top: 14px !important;
  }

  .xs\:pt-16 {
    padding-top: 16px !important;
  }

  .xs\:pt-20 {
    padding-top: 20px !important;
  }

  .xs\:pt-22 {
    padding-top: 22px !important;
  }

  .xs\:pt-24 {
    padding-top: 24px !important;
  }

  .xs\:pt-25 {
    padding-top: 25px !important;
  }

  .xs\:pt-27 {
    padding-top: 27px !important;
  }

  .xs\:pt-30 {
    padding-top: 30px !important;
  }

  .xs\:pt-36 {
    padding-top: 36px !important;
  }

  .xs\:pt-40 {
    padding-top: 40px !important;
  }

  .xs\:pt-42 {
    padding-top: 42px !important;
  }

  .xs\:pt-44 {
    padding-top: 44px !important;
  }

  .xs\:pt-48 {
    padding-top: 48px !important;
  }

  .xs\:pt-52 {
    padding-top: 52px !important;
  }

  .xs\:pt-64 {
    padding-top: 64px !important;
  }

  .xs\:pt-72 {
    padding-top: 72px !important;
  }

  .xs\:pt-74 {
    padding-top: 74px !important;
  }

  .xs\:pt-77 {
    padding-top: 77px !important;
  }

  .xs\:pt-84 {
    padding-top: 84px !important;
  }

  .xs\:pt-96 {
    padding-top: 96px !important;
  }

  .xs\:pt-98 {
    padding-top: 98px !important;
  }

  .xs\:pt-100 {
    padding-top: 100px !important;
  }

  .xs\:pt-105 {
    padding-top: 105px !important;
  }

  .xs\:pt-114 {
    padding-top: 114px !important;
  }

  .xs\:pt-115 {
    padding-top: 115px !important;
  }

  .xs\:pt-120 {
    padding-top: 120px !important;
  }

  .xs\:pt-128 {
    padding-top: 128px !important;
  }

  .xs\:pt-156 {
    padding-top: 156px !important;
  }

  .xs\:pt-200 {
    padding-top: 200px !important;
  }

  .xs\:pt-256 {
    padding-top: 256px !important;
  }

  .xs\:pt-px {
    padding-top: 1px !important;
  }

  .xs\:pr-0 {
    padding-right: 0px !important;
  }

  .xs\:pr-2 {
    padding-right: 2px !important;
  }

  .xs\:pr-3 {
    padding-right: 3px !important;
  }

  .xs\:pr-4 {
    padding-right: 4px !important;
  }

  .xs\:pr-6 {
    padding-right: 6px !important;
  }

  .xs\:pr-8 {
    padding-right: 8px !important;
  }

  .xs\:pr-10 {
    padding-right: 10px !important;
  }

  .xs\:pr-12 {
    padding-right: 12px !important;
  }

  .xs\:pr-14 {
    padding-right: 14px !important;
  }

  .xs\:pr-16 {
    padding-right: 16px !important;
  }

  .xs\:pr-20 {
    padding-right: 20px !important;
  }

  .xs\:pr-22 {
    padding-right: 22px !important;
  }

  .xs\:pr-24 {
    padding-right: 24px !important;
  }

  .xs\:pr-25 {
    padding-right: 25px !important;
  }

  .xs\:pr-27 {
    padding-right: 27px !important;
  }

  .xs\:pr-30 {
    padding-right: 30px !important;
  }

  .xs\:pr-36 {
    padding-right: 36px !important;
  }

  .xs\:pr-40 {
    padding-right: 40px !important;
  }

  .xs\:pr-42 {
    padding-right: 42px !important;
  }

  .xs\:pr-44 {
    padding-right: 44px !important;
  }

  .xs\:pr-48 {
    padding-right: 48px !important;
  }

  .xs\:pr-52 {
    padding-right: 52px !important;
  }

  .xs\:pr-64 {
    padding-right: 64px !important;
  }

  .xs\:pr-72 {
    padding-right: 72px !important;
  }

  .xs\:pr-74 {
    padding-right: 74px !important;
  }

  .xs\:pr-77 {
    padding-right: 77px !important;
  }

  .xs\:pr-84 {
    padding-right: 84px !important;
  }

  .xs\:pr-96 {
    padding-right: 96px !important;
  }

  .xs\:pr-98 {
    padding-right: 98px !important;
  }

  .xs\:pr-100 {
    padding-right: 100px !important;
  }

  .xs\:pr-105 {
    padding-right: 105px !important;
  }

  .xs\:pr-114 {
    padding-right: 114px !important;
  }

  .xs\:pr-115 {
    padding-right: 115px !important;
  }

  .xs\:pr-120 {
    padding-right: 120px !important;
  }

  .xs\:pr-128 {
    padding-right: 128px !important;
  }

  .xs\:pr-156 {
    padding-right: 156px !important;
  }

  .xs\:pr-200 {
    padding-right: 200px !important;
  }

  .xs\:pr-256 {
    padding-right: 256px !important;
  }

  .xs\:pr-px {
    padding-right: 1px !important;
  }

  .xs\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xs\:pb-2 {
    padding-bottom: 2px !important;
  }

  .xs\:pb-3 {
    padding-bottom: 3px !important;
  }

  .xs\:pb-4 {
    padding-bottom: 4px !important;
  }

  .xs\:pb-6 {
    padding-bottom: 6px !important;
  }

  .xs\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xs\:pb-10 {
    padding-bottom: 10px !important;
  }

  .xs\:pb-12 {
    padding-bottom: 12px !important;
  }

  .xs\:pb-14 {
    padding-bottom: 14px !important;
  }

  .xs\:pb-16 {
    padding-bottom: 16px !important;
  }

  .xs\:pb-20 {
    padding-bottom: 20px !important;
  }

  .xs\:pb-22 {
    padding-bottom: 22px !important;
  }

  .xs\:pb-24 {
    padding-bottom: 24px !important;
  }

  .xs\:pb-25 {
    padding-bottom: 25px !important;
  }

  .xs\:pb-27 {
    padding-bottom: 27px !important;
  }

  .xs\:pb-30 {
    padding-bottom: 30px !important;
  }

  .xs\:pb-36 {
    padding-bottom: 36px !important;
  }

  .xs\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xs\:pb-42 {
    padding-bottom: 42px !important;
  }

  .xs\:pb-44 {
    padding-bottom: 44px !important;
  }

  .xs\:pb-48 {
    padding-bottom: 48px !important;
  }

  .xs\:pb-52 {
    padding-bottom: 52px !important;
  }

  .xs\:pb-64 {
    padding-bottom: 64px !important;
  }

  .xs\:pb-72 {
    padding-bottom: 72px !important;
  }

  .xs\:pb-74 {
    padding-bottom: 74px !important;
  }

  .xs\:pb-77 {
    padding-bottom: 77px !important;
  }

  .xs\:pb-84 {
    padding-bottom: 84px !important;
  }

  .xs\:pb-96 {
    padding-bottom: 96px !important;
  }

  .xs\:pb-98 {
    padding-bottom: 98px !important;
  }

  .xs\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xs\:pb-105 {
    padding-bottom: 105px !important;
  }

  .xs\:pb-114 {
    padding-bottom: 114px !important;
  }

  .xs\:pb-115 {
    padding-bottom: 115px !important;
  }

  .xs\:pb-120 {
    padding-bottom: 120px !important;
  }

  .xs\:pb-128 {
    padding-bottom: 128px !important;
  }

  .xs\:pb-156 {
    padding-bottom: 156px !important;
  }

  .xs\:pb-200 {
    padding-bottom: 200px !important;
  }

  .xs\:pb-256 {
    padding-bottom: 256px !important;
  }

  .xs\:pb-px {
    padding-bottom: 1px !important;
  }

  .xs\:pl-0 {
    padding-left: 0px !important;
  }

  .xs\:pl-2 {
    padding-left: 2px !important;
  }

  .xs\:pl-3 {
    padding-left: 3px !important;
  }

  .xs\:pl-4 {
    padding-left: 4px !important;
  }

  .xs\:pl-6 {
    padding-left: 6px !important;
  }

  .xs\:pl-8 {
    padding-left: 8px !important;
  }

  .xs\:pl-10 {
    padding-left: 10px !important;
  }

  .xs\:pl-12 {
    padding-left: 12px !important;
  }

  .xs\:pl-14 {
    padding-left: 14px !important;
  }

  .xs\:pl-16 {
    padding-left: 16px !important;
  }

  .xs\:pl-20 {
    padding-left: 20px !important;
  }

  .xs\:pl-22 {
    padding-left: 22px !important;
  }

  .xs\:pl-24 {
    padding-left: 24px !important;
  }

  .xs\:pl-25 {
    padding-left: 25px !important;
  }

  .xs\:pl-27 {
    padding-left: 27px !important;
  }

  .xs\:pl-30 {
    padding-left: 30px !important;
  }

  .xs\:pl-36 {
    padding-left: 36px !important;
  }

  .xs\:pl-40 {
    padding-left: 40px !important;
  }

  .xs\:pl-42 {
    padding-left: 42px !important;
  }

  .xs\:pl-44 {
    padding-left: 44px !important;
  }

  .xs\:pl-48 {
    padding-left: 48px !important;
  }

  .xs\:pl-52 {
    padding-left: 52px !important;
  }

  .xs\:pl-64 {
    padding-left: 64px !important;
  }

  .xs\:pl-72 {
    padding-left: 72px !important;
  }

  .xs\:pl-74 {
    padding-left: 74px !important;
  }

  .xs\:pl-77 {
    padding-left: 77px !important;
  }

  .xs\:pl-84 {
    padding-left: 84px !important;
  }

  .xs\:pl-96 {
    padding-left: 96px !important;
  }

  .xs\:pl-98 {
    padding-left: 98px !important;
  }

  .xs\:pl-100 {
    padding-left: 100px !important;
  }

  .xs\:pl-105 {
    padding-left: 105px !important;
  }

  .xs\:pl-114 {
    padding-left: 114px !important;
  }

  .xs\:pl-115 {
    padding-left: 115px !important;
  }

  .xs\:pl-120 {
    padding-left: 120px !important;
  }

  .xs\:pl-128 {
    padding-left: 128px !important;
  }

  .xs\:pl-156 {
    padding-left: 156px !important;
  }

  .xs\:pl-200 {
    padding-left: 200px !important;
  }

  .xs\:pl-256 {
    padding-left: 256px !important;
  }

  .xs\:pl-px {
    padding-left: 1px !important;
  }

  .xs\:text-left {
    text-align: left !important;
  }

  .xs\:text-center {
    text-align: center !important;
  }

  .xs\:text-right {
    text-align: right !important;
  }

  .xs\:text-justify {
    text-align: justify !important;
  }

  .xs\:align-baseline {
    vertical-align: baseline !important;
  }

  .xs\:align-top {
    vertical-align: top !important;
  }

  .xs\:align-middle {
    vertical-align: middle !important;
  }

  .xs\:align-bottom {
    vertical-align: bottom !important;
  }

  .xs\:align-text-top {
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xs\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .xs\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .xs\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xs\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .xs\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .xs\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .xs\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .xs\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .xs\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .xs\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .xs\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .xs\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .xs\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .xs\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .xs\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .xs\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .xs\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .xs\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .xs\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .xs\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .xs\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .xs\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .xs\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .xs\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .xs\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .xs\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .xs\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .xs\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .xs\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .xs\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .xs\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .xs\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .xs\:font-thin {
    font-weight: 100 !important;
  }

  .xs\:font-extralight {
    font-weight: 200 !important;
  }

  .xs\:font-light {
    font-weight: 300 !important;
  }

  .xs\:font-normal {
    font-weight: 400 !important;
  }

  .xs\:font-medium {
    font-weight: 500 !important;
  }

  .xs\:font-semibold {
    font-weight: 600 !important;
  }

  .xs\:font-bold {
    font-weight: 700 !important;
  }

  .xs\:font-extrabold {
    font-weight: 800 !important;
  }

  .xs\:font-black {
    font-weight: 900 !important;
  }

  .xs\:uppercase {
    text-transform: uppercase !important;
  }

  .xs\:lowercase {
    text-transform: lowercase !important;
  }

  .xs\:capitalize {
    text-transform: capitalize !important;
  }

  .xs\:normal-case {
    text-transform: none !important;
  }

  .xs\:italic {
    font-style: italic !important;
  }

  .xs\:not-italic {
    font-style: normal !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:leading-none {
    line-height: 1 !important;
  }

  .xs\:leading-lh-122 {
    line-height: 122px !important;
  }

  .xs\:leading-lh-76 {
    line-height: 76px !important;
  }

  .xs\:leading-lh-65 {
    line-height: 65px !important;
  }

  .xs\:leading-lh-61 {
    line-height: 61px !important;
  }

  .xs\:leading-lh-54 {
    line-height: 54px !important;
  }

  .xs\:leading-lh-46 {
    line-height: 46px !important;
  }

  .xs\:leading-lh-44 {
    line-height: 44px !important;
  }

  .xs\:leading-lh-42 {
    line-height: 42px !important;
  }

  .xs\:leading-lh-40 {
    line-height: 40px !important;
  }

  .xs\:leading-lh-36 {
    line-height: 36px !important;
  }

  .xs\:leading-lh-35 {
    line-height: 35px !important;
  }

  .xs\:leading-lh-34 {
    line-height: 34px !important;
  }

  .xs\:leading-lh-32 {
    line-height: 32px !important;
  }

  .xs\:leading-lh-29 {
    line-height: 29px !important;
  }

  .xs\:leading-lh-26 {
    line-height: 26px !important;
  }

  .xs\:leading-lh-25 {
    line-height: 25px !important;
  }

  .xs\:leading-lh-23 {
    line-height: 23px !important;
  }

  .xs\:leading-lh-21 {
    line-height: 21px !important;
  }

  .xs\:leading-lh-20 {
    line-height: 20px !important;
  }

  .xs\:leading-lh-17 {
    line-height: 17px !important;
  }

  .xs\:leading-lh-15 {
    line-height: 15px !important;
  }

  .xs\:leading-lh-13 {
    line-height: 13px !important;
  }

  .xs\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .xs\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xs\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .xs\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .xs\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .xs\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .xs\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .xs\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .xs\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .xs\:text-transparent {
    color: transparent !important;
  }

  .xs\:text-current {
    color: currentColor !important;
  }

  .xs\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xs\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .xs\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xs\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .xs\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .xs\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .xs\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .xs\:underline {
    text-decoration: underline !important;
  }

  .xs\:line-through {
    text-decoration: line-through !important;
  }

  .xs\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .xs\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .xs\:opacity-0 {
    opacity: 0 !important;
  }

  .xs\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xs\:opacity-7 {
    opacity: 0.7 !important;
  }

  .xs\:opacity-10 {
    opacity: 0.10 !important;
  }

  .xs\:opacity-15 {
    opacity: 0.15 !important;
  }

  .xs\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xs\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xs\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xs\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xs\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xs\:opacity-57 {
    opacity: 0.57 !important;
  }

  .xs\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xs\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xs\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xs\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xs\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xs\:opacity-94 {
    opacity: 0.94 !important;
  }

  .xs\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xs\:opacity-100 {
    opacity: 1 !important;
  }

  .xs\:opacity-02 {
    opacity: 0.2 !important;
  }

  .xs\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .xs\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .xs\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xs\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xs\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .xs\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xs\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xs\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .xs\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xs\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .xs\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .xs\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .xs\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xs\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .xs\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xs\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xs\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .xs\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xs\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xs\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xs\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xs\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xs\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .xs\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xs\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xs\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xs\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xs\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xs\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xs\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .xs\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xs\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xs\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .xs\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xs\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xs\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xs\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xs\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xs\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .xs\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xs\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xs\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xs\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xs\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xs\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .xs\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .xs\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .xs\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .xs\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .xs\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .xs\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .xs\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .xs\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .xs\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .xs\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .xs\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .xs\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .xs\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .xs\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .xs\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .xs\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xs\:filter-none {
    filter: none !important;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xs\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xs\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xs\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xs\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .xs\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xs\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xs\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xs\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xs\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xs\:transition-none {
    transition-property: none !important;
  }

  .xs\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xs\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xs\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xs\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xs\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xs\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xs\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xs\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xs\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xs\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xs\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xs\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xs\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xs\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xs\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 319px) {
  .mxs\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxs\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxs\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxs\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxs\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mxs\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mxs\:pointer-events-none {
    pointer-events: none !important;
  }

  .mxs\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .mxs\:visible {
    visibility: visible !important;
  }

  .mxs\:invisible {
    visibility: hidden !important;
  }

  .mxs\:static {
    position: static !important;
  }

  .mxs\:fixed {
    position: fixed !important;
  }

  .mxs\:absolute {
    position: absolute !important;
  }

  .mxs\:relative {
    position: relative !important;
  }

  .mxs\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .mxs\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mxs\:inset-2 {
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .mxs\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .mxs\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .mxs\:inset-6 {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .mxs\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .mxs\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .mxs\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .mxs\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .mxs\:inset-16 {
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .mxs\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .mxs\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .mxs\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .mxs\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .mxs\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .mxs\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .mxs\:inset-36 {
    top: 36px !important;
    right: 36px !important;
    bottom: 36px !important;
    left: 36px !important;
  }

  .mxs\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .mxs\:inset-42 {
    top: 42px !important;
    right: 42px !important;
    bottom: 42px !important;
    left: 42px !important;
  }

  .mxs\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .mxs\:inset-48 {
    top: 48px !important;
    right: 48px !important;
    bottom: 48px !important;
    left: 48px !important;
  }

  .mxs\:inset-52 {
    top: 52px !important;
    right: 52px !important;
    bottom: 52px !important;
    left: 52px !important;
  }

  .mxs\:inset-64 {
    top: 64px !important;
    right: 64px !important;
    bottom: 64px !important;
    left: 64px !important;
  }

  .mxs\:inset-72 {
    top: 72px !important;
    right: 72px !important;
    bottom: 72px !important;
    left: 72px !important;
  }

  .mxs\:inset-74 {
    top: 74px !important;
    right: 74px !important;
    bottom: 74px !important;
    left: 74px !important;
  }

  .mxs\:inset-77 {
    top: 77px !important;
    right: 77px !important;
    bottom: 77px !important;
    left: 77px !important;
  }

  .mxs\:inset-84 {
    top: 84px !important;
    right: 84px !important;
    bottom: 84px !important;
    left: 84px !important;
  }

  .mxs\:inset-96 {
    top: 96px !important;
    right: 96px !important;
    bottom: 96px !important;
    left: 96px !important;
  }

  .mxs\:inset-98 {
    top: 98px !important;
    right: 98px !important;
    bottom: 98px !important;
    left: 98px !important;
  }

  .mxs\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .mxs\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .mxs\:inset-114 {
    top: 114px !important;
    right: 114px !important;
    bottom: 114px !important;
    left: 114px !important;
  }

  .mxs\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .mxs\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .mxs\:inset-128 {
    top: 128px !important;
    right: 128px !important;
    bottom: 128px !important;
    left: 128px !important;
  }

  .mxs\:inset-156 {
    top: 156px !important;
    right: 156px !important;
    bottom: 156px !important;
    left: 156px !important;
  }

  .mxs\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .mxs\:inset-256 {
    top: 256px !important;
    right: 256px !important;
    bottom: 256px !important;
    left: 256px !important;
  }

  .mxs\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mxs\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .mxs\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mxs\:-inset-2 {
    top: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    left: -2px !important;
  }

  .mxs\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .mxs\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .mxs\:-inset-6 {
    top: -6px !important;
    right: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
  }

  .mxs\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .mxs\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .mxs\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .mxs\:-inset-14 {
    top: -14px !important;
    right: -14px !important;
    bottom: -14px !important;
    left: -14px !important;
  }

  .mxs\:-inset-16 {
    top: -16px !important;
    right: -16px !important;
    bottom: -16px !important;
    left: -16px !important;
  }

  .mxs\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .mxs\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .mxs\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .mxs\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .mxs\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .mxs\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .mxs\:-inset-36 {
    top: -36px !important;
    right: -36px !important;
    bottom: -36px !important;
    left: -36px !important;
  }

  .mxs\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .mxs\:-inset-42 {
    top: -42px !important;
    right: -42px !important;
    bottom: -42px !important;
    left: -42px !important;
  }

  .mxs\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .mxs\:-inset-48 {
    top: -48px !important;
    right: -48px !important;
    bottom: -48px !important;
    left: -48px !important;
  }

  .mxs\:-inset-52 {
    top: -52px !important;
    right: -52px !important;
    bottom: -52px !important;
    left: -52px !important;
  }

  .mxs\:-inset-64 {
    top: -64px !important;
    right: -64px !important;
    bottom: -64px !important;
    left: -64px !important;
  }

  .mxs\:-inset-72 {
    top: -72px !important;
    right: -72px !important;
    bottom: -72px !important;
    left: -72px !important;
  }

  .mxs\:-inset-74 {
    top: -74px !important;
    right: -74px !important;
    bottom: -74px !important;
    left: -74px !important;
  }

  .mxs\:-inset-77 {
    top: -77px !important;
    right: -77px !important;
    bottom: -77px !important;
    left: -77px !important;
  }

  .mxs\:-inset-84 {
    top: -84px !important;
    right: -84px !important;
    bottom: -84px !important;
    left: -84px !important;
  }

  .mxs\:-inset-96 {
    top: -96px !important;
    right: -96px !important;
    bottom: -96px !important;
    left: -96px !important;
  }

  .mxs\:-inset-98 {
    top: -98px !important;
    right: -98px !important;
    bottom: -98px !important;
    left: -98px !important;
  }

  .mxs\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .mxs\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .mxs\:-inset-114 {
    top: -114px !important;
    right: -114px !important;
    bottom: -114px !important;
    left: -114px !important;
  }

  .mxs\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .mxs\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .mxs\:-inset-128 {
    top: -128px !important;
    right: -128px !important;
    bottom: -128px !important;
    left: -128px !important;
  }

  .mxs\:-inset-156 {
    top: -156px !important;
    right: -156px !important;
    bottom: -156px !important;
    left: -156px !important;
  }

  .mxs\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .mxs\:-inset-256 {
    top: -256px !important;
    right: -256px !important;
    bottom: -256px !important;
    left: -256px !important;
  }

  .mxs\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .mxs\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mxs\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .mxs\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .mxs\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .mxs\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mxs\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .mxs\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .mxs\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mxs\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .mxs\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .mxs\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .mxs\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mxs\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .mxs\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .mxs\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mxs\:inset-x-2 {
    left: 2px !important;
    right: 2px !important;
  }

  .mxs\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .mxs\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .mxs\:inset-x-6 {
    left: 6px !important;
    right: 6px !important;
  }

  .mxs\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .mxs\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .mxs\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .mxs\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .mxs\:inset-x-16 {
    left: 16px !important;
    right: 16px !important;
  }

  .mxs\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .mxs\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .mxs\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .mxs\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .mxs\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .mxs\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .mxs\:inset-x-36 {
    left: 36px !important;
    right: 36px !important;
  }

  .mxs\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .mxs\:inset-x-42 {
    left: 42px !important;
    right: 42px !important;
  }

  .mxs\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .mxs\:inset-x-48 {
    left: 48px !important;
    right: 48px !important;
  }

  .mxs\:inset-x-52 {
    left: 52px !important;
    right: 52px !important;
  }

  .mxs\:inset-x-64 {
    left: 64px !important;
    right: 64px !important;
  }

  .mxs\:inset-x-72 {
    left: 72px !important;
    right: 72px !important;
  }

  .mxs\:inset-x-74 {
    left: 74px !important;
    right: 74px !important;
  }

  .mxs\:inset-x-77 {
    left: 77px !important;
    right: 77px !important;
  }

  .mxs\:inset-x-84 {
    left: 84px !important;
    right: 84px !important;
  }

  .mxs\:inset-x-96 {
    left: 96px !important;
    right: 96px !important;
  }

  .mxs\:inset-x-98 {
    left: 98px !important;
    right: 98px !important;
  }

  .mxs\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .mxs\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .mxs\:inset-x-114 {
    left: 114px !important;
    right: 114px !important;
  }

  .mxs\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .mxs\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .mxs\:inset-x-128 {
    left: 128px !important;
    right: 128px !important;
  }

  .mxs\:inset-x-156 {
    left: 156px !important;
    right: 156px !important;
  }

  .mxs\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .mxs\:inset-x-256 {
    left: 256px !important;
    right: 256px !important;
  }

  .mxs\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .mxs\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .mxs\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mxs\:-inset-x-2 {
    left: -2px !important;
    right: -2px !important;
  }

  .mxs\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .mxs\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .mxs\:-inset-x-6 {
    left: -6px !important;
    right: -6px !important;
  }

  .mxs\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .mxs\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .mxs\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .mxs\:-inset-x-14 {
    left: -14px !important;
    right: -14px !important;
  }

  .mxs\:-inset-x-16 {
    left: -16px !important;
    right: -16px !important;
  }

  .mxs\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .mxs\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .mxs\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .mxs\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .mxs\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .mxs\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .mxs\:-inset-x-36 {
    left: -36px !important;
    right: -36px !important;
  }

  .mxs\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .mxs\:-inset-x-42 {
    left: -42px !important;
    right: -42px !important;
  }

  .mxs\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .mxs\:-inset-x-48 {
    left: -48px !important;
    right: -48px !important;
  }

  .mxs\:-inset-x-52 {
    left: -52px !important;
    right: -52px !important;
  }

  .mxs\:-inset-x-64 {
    left: -64px !important;
    right: -64px !important;
  }

  .mxs\:-inset-x-72 {
    left: -72px !important;
    right: -72px !important;
  }

  .mxs\:-inset-x-74 {
    left: -74px !important;
    right: -74px !important;
  }

  .mxs\:-inset-x-77 {
    left: -77px !important;
    right: -77px !important;
  }

  .mxs\:-inset-x-84 {
    left: -84px !important;
    right: -84px !important;
  }

  .mxs\:-inset-x-96 {
    left: -96px !important;
    right: -96px !important;
  }

  .mxs\:-inset-x-98 {
    left: -98px !important;
    right: -98px !important;
  }

  .mxs\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .mxs\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .mxs\:-inset-x-114 {
    left: -114px !important;
    right: -114px !important;
  }

  .mxs\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .mxs\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .mxs\:-inset-x-128 {
    left: -128px !important;
    right: -128px !important;
  }

  .mxs\:-inset-x-156 {
    left: -156px !important;
    right: -156px !important;
  }

  .mxs\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .mxs\:-inset-x-256 {
    left: -256px !important;
    right: -256px !important;
  }

  .mxs\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .mxs\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .mxs\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .mxs\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .mxs\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .mxs\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .mxs\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .mxs\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .mxs\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .mxs\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .mxs\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .mxs\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .mxs\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .mxs\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .mxs\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .mxs\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mxs\:inset-y-2 {
    top: 2px !important;
    bottom: 2px !important;
  }

  .mxs\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .mxs\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .mxs\:inset-y-6 {
    top: 6px !important;
    bottom: 6px !important;
  }

  .mxs\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .mxs\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .mxs\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .mxs\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .mxs\:inset-y-16 {
    top: 16px !important;
    bottom: 16px !important;
  }

  .mxs\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .mxs\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .mxs\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .mxs\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .mxs\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .mxs\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .mxs\:inset-y-36 {
    top: 36px !important;
    bottom: 36px !important;
  }

  .mxs\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .mxs\:inset-y-42 {
    top: 42px !important;
    bottom: 42px !important;
  }

  .mxs\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .mxs\:inset-y-48 {
    top: 48px !important;
    bottom: 48px !important;
  }

  .mxs\:inset-y-52 {
    top: 52px !important;
    bottom: 52px !important;
  }

  .mxs\:inset-y-64 {
    top: 64px !important;
    bottom: 64px !important;
  }

  .mxs\:inset-y-72 {
    top: 72px !important;
    bottom: 72px !important;
  }

  .mxs\:inset-y-74 {
    top: 74px !important;
    bottom: 74px !important;
  }

  .mxs\:inset-y-77 {
    top: 77px !important;
    bottom: 77px !important;
  }

  .mxs\:inset-y-84 {
    top: 84px !important;
    bottom: 84px !important;
  }

  .mxs\:inset-y-96 {
    top: 96px !important;
    bottom: 96px !important;
  }

  .mxs\:inset-y-98 {
    top: 98px !important;
    bottom: 98px !important;
  }

  .mxs\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .mxs\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .mxs\:inset-y-114 {
    top: 114px !important;
    bottom: 114px !important;
  }

  .mxs\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .mxs\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .mxs\:inset-y-128 {
    top: 128px !important;
    bottom: 128px !important;
  }

  .mxs\:inset-y-156 {
    top: 156px !important;
    bottom: 156px !important;
  }

  .mxs\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .mxs\:inset-y-256 {
    top: 256px !important;
    bottom: 256px !important;
  }

  .mxs\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .mxs\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .mxs\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mxs\:-inset-y-2 {
    top: -2px !important;
    bottom: -2px !important;
  }

  .mxs\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .mxs\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .mxs\:-inset-y-6 {
    top: -6px !important;
    bottom: -6px !important;
  }

  .mxs\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .mxs\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .mxs\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .mxs\:-inset-y-14 {
    top: -14px !important;
    bottom: -14px !important;
  }

  .mxs\:-inset-y-16 {
    top: -16px !important;
    bottom: -16px !important;
  }

  .mxs\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .mxs\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .mxs\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .mxs\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .mxs\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .mxs\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .mxs\:-inset-y-36 {
    top: -36px !important;
    bottom: -36px !important;
  }

  .mxs\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .mxs\:-inset-y-42 {
    top: -42px !important;
    bottom: -42px !important;
  }

  .mxs\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .mxs\:-inset-y-48 {
    top: -48px !important;
    bottom: -48px !important;
  }

  .mxs\:-inset-y-52 {
    top: -52px !important;
    bottom: -52px !important;
  }

  .mxs\:-inset-y-64 {
    top: -64px !important;
    bottom: -64px !important;
  }

  .mxs\:-inset-y-72 {
    top: -72px !important;
    bottom: -72px !important;
  }

  .mxs\:-inset-y-74 {
    top: -74px !important;
    bottom: -74px !important;
  }

  .mxs\:-inset-y-77 {
    top: -77px !important;
    bottom: -77px !important;
  }

  .mxs\:-inset-y-84 {
    top: -84px !important;
    bottom: -84px !important;
  }

  .mxs\:-inset-y-96 {
    top: -96px !important;
    bottom: -96px !important;
  }

  .mxs\:-inset-y-98 {
    top: -98px !important;
    bottom: -98px !important;
  }

  .mxs\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .mxs\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .mxs\:-inset-y-114 {
    top: -114px !important;
    bottom: -114px !important;
  }

  .mxs\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .mxs\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .mxs\:-inset-y-128 {
    top: -128px !important;
    bottom: -128px !important;
  }

  .mxs\:-inset-y-156 {
    top: -156px !important;
    bottom: -156px !important;
  }

  .mxs\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .mxs\:-inset-y-256 {
    top: -256px !important;
    bottom: -256px !important;
  }

  .mxs\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .mxs\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mxs\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .mxs\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .mxs\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .mxs\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mxs\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .mxs\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .mxs\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mxs\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .mxs\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .mxs\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .mxs\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mxs\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .mxs\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .mxs\:top-0 {
    top: 0px !important;
  }

  .mxs\:top-2 {
    top: 2px !important;
  }

  .mxs\:top-3 {
    top: 3px !important;
  }

  .mxs\:top-4 {
    top: 4px !important;
  }

  .mxs\:top-6 {
    top: 6px !important;
  }

  .mxs\:top-8 {
    top: 8px !important;
  }

  .mxs\:top-10 {
    top: 10px !important;
  }

  .mxs\:top-12 {
    top: 12px !important;
  }

  .mxs\:top-14 {
    top: 14px !important;
  }

  .mxs\:top-16 {
    top: 16px !important;
  }

  .mxs\:top-20 {
    top: 20px !important;
  }

  .mxs\:top-22 {
    top: 22px !important;
  }

  .mxs\:top-24 {
    top: 24px !important;
  }

  .mxs\:top-25 {
    top: 25px !important;
  }

  .mxs\:top-27 {
    top: 27px !important;
  }

  .mxs\:top-30 {
    top: 30px !important;
  }

  .mxs\:top-36 {
    top: 36px !important;
  }

  .mxs\:top-40 {
    top: 40px !important;
  }

  .mxs\:top-42 {
    top: 42px !important;
  }

  .mxs\:top-44 {
    top: 44px !important;
  }

  .mxs\:top-48 {
    top: 48px !important;
  }

  .mxs\:top-52 {
    top: 52px !important;
  }

  .mxs\:top-64 {
    top: 64px !important;
  }

  .mxs\:top-72 {
    top: 72px !important;
  }

  .mxs\:top-74 {
    top: 74px !important;
  }

  .mxs\:top-77 {
    top: 77px !important;
  }

  .mxs\:top-84 {
    top: 84px !important;
  }

  .mxs\:top-96 {
    top: 96px !important;
  }

  .mxs\:top-98 {
    top: 98px !important;
  }

  .mxs\:top-100 {
    top: 100px !important;
  }

  .mxs\:top-105 {
    top: 105px !important;
  }

  .mxs\:top-114 {
    top: 114px !important;
  }

  .mxs\:top-115 {
    top: 115px !important;
  }

  .mxs\:top-120 {
    top: 120px !important;
  }

  .mxs\:top-128 {
    top: 128px !important;
  }

  .mxs\:top-156 {
    top: 156px !important;
  }

  .mxs\:top-200 {
    top: 200px !important;
  }

  .mxs\:top-256 {
    top: 256px !important;
  }

  .mxs\:top-auto {
    top: auto !important;
  }

  .mxs\:top-px {
    top: 1px !important;
  }

  .mxs\:-top-0 {
    top: 0px !important;
  }

  .mxs\:-top-2 {
    top: -2px !important;
  }

  .mxs\:-top-3 {
    top: -3px !important;
  }

  .mxs\:-top-4 {
    top: -4px !important;
  }

  .mxs\:-top-6 {
    top: -6px !important;
  }

  .mxs\:-top-8 {
    top: -8px !important;
  }

  .mxs\:-top-10 {
    top: -10px !important;
  }

  .mxs\:-top-12 {
    top: -12px !important;
  }

  .mxs\:-top-14 {
    top: -14px !important;
  }

  .mxs\:-top-16 {
    top: -16px !important;
  }

  .mxs\:-top-20 {
    top: -20px !important;
  }

  .mxs\:-top-22 {
    top: -22px !important;
  }

  .mxs\:-top-24 {
    top: -24px !important;
  }

  .mxs\:-top-25 {
    top: -25px !important;
  }

  .mxs\:-top-27 {
    top: -27px !important;
  }

  .mxs\:-top-30 {
    top: -30px !important;
  }

  .mxs\:-top-36 {
    top: -36px !important;
  }

  .mxs\:-top-40 {
    top: -40px !important;
  }

  .mxs\:-top-42 {
    top: -42px !important;
  }

  .mxs\:-top-44 {
    top: -44px !important;
  }

  .mxs\:-top-48 {
    top: -48px !important;
  }

  .mxs\:-top-52 {
    top: -52px !important;
  }

  .mxs\:-top-64 {
    top: -64px !important;
  }

  .mxs\:-top-72 {
    top: -72px !important;
  }

  .mxs\:-top-74 {
    top: -74px !important;
  }

  .mxs\:-top-77 {
    top: -77px !important;
  }

  .mxs\:-top-84 {
    top: -84px !important;
  }

  .mxs\:-top-96 {
    top: -96px !important;
  }

  .mxs\:-top-98 {
    top: -98px !important;
  }

  .mxs\:-top-100 {
    top: -100px !important;
  }

  .mxs\:-top-105 {
    top: -105px !important;
  }

  .mxs\:-top-114 {
    top: -114px !important;
  }

  .mxs\:-top-115 {
    top: -115px !important;
  }

  .mxs\:-top-120 {
    top: -120px !important;
  }

  .mxs\:-top-128 {
    top: -128px !important;
  }

  .mxs\:-top-156 {
    top: -156px !important;
  }

  .mxs\:-top-200 {
    top: -200px !important;
  }

  .mxs\:-top-256 {
    top: -256px !important;
  }

  .mxs\:-top-px {
    top: -1px !important;
  }

  .mxs\:top-1\/2 {
    top: 50% !important;
  }

  .mxs\:top-1\/3 {
    top: 33.333333% !important;
  }

  .mxs\:top-2\/3 {
    top: 66.666667% !important;
  }

  .mxs\:top-1\/4 {
    top: 25% !important;
  }

  .mxs\:top-2\/4 {
    top: 50% !important;
  }

  .mxs\:top-3\/4 {
    top: 75% !important;
  }

  .mxs\:top-full {
    top: 100% !important;
  }

  .mxs\:-top-1\/2 {
    top: -50% !important;
  }

  .mxs\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .mxs\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .mxs\:-top-1\/4 {
    top: -25% !important;
  }

  .mxs\:-top-2\/4 {
    top: -50% !important;
  }

  .mxs\:-top-3\/4 {
    top: -75% !important;
  }

  .mxs\:-top-full {
    top: -100% !important;
  }

  .mxs\:right-0 {
    right: 0px !important;
  }

  .mxs\:right-2 {
    right: 2px !important;
  }

  .mxs\:right-3 {
    right: 3px !important;
  }

  .mxs\:right-4 {
    right: 4px !important;
  }

  .mxs\:right-6 {
    right: 6px !important;
  }

  .mxs\:right-8 {
    right: 8px !important;
  }

  .mxs\:right-10 {
    right: 10px !important;
  }

  .mxs\:right-12 {
    right: 12px !important;
  }

  .mxs\:right-14 {
    right: 14px !important;
  }

  .mxs\:right-16 {
    right: 16px !important;
  }

  .mxs\:right-20 {
    right: 20px !important;
  }

  .mxs\:right-22 {
    right: 22px !important;
  }

  .mxs\:right-24 {
    right: 24px !important;
  }

  .mxs\:right-25 {
    right: 25px !important;
  }

  .mxs\:right-27 {
    right: 27px !important;
  }

  .mxs\:right-30 {
    right: 30px !important;
  }

  .mxs\:right-36 {
    right: 36px !important;
  }

  .mxs\:right-40 {
    right: 40px !important;
  }

  .mxs\:right-42 {
    right: 42px !important;
  }

  .mxs\:right-44 {
    right: 44px !important;
  }

  .mxs\:right-48 {
    right: 48px !important;
  }

  .mxs\:right-52 {
    right: 52px !important;
  }

  .mxs\:right-64 {
    right: 64px !important;
  }

  .mxs\:right-72 {
    right: 72px !important;
  }

  .mxs\:right-74 {
    right: 74px !important;
  }

  .mxs\:right-77 {
    right: 77px !important;
  }

  .mxs\:right-84 {
    right: 84px !important;
  }

  .mxs\:right-96 {
    right: 96px !important;
  }

  .mxs\:right-98 {
    right: 98px !important;
  }

  .mxs\:right-100 {
    right: 100px !important;
  }

  .mxs\:right-105 {
    right: 105px !important;
  }

  .mxs\:right-114 {
    right: 114px !important;
  }

  .mxs\:right-115 {
    right: 115px !important;
  }

  .mxs\:right-120 {
    right: 120px !important;
  }

  .mxs\:right-128 {
    right: 128px !important;
  }

  .mxs\:right-156 {
    right: 156px !important;
  }

  .mxs\:right-200 {
    right: 200px !important;
  }

  .mxs\:right-256 {
    right: 256px !important;
  }

  .mxs\:right-auto {
    right: auto !important;
  }

  .mxs\:right-px {
    right: 1px !important;
  }

  .mxs\:-right-0 {
    right: 0px !important;
  }

  .mxs\:-right-2 {
    right: -2px !important;
  }

  .mxs\:-right-3 {
    right: -3px !important;
  }

  .mxs\:-right-4 {
    right: -4px !important;
  }

  .mxs\:-right-6 {
    right: -6px !important;
  }

  .mxs\:-right-8 {
    right: -8px !important;
  }

  .mxs\:-right-10 {
    right: -10px !important;
  }

  .mxs\:-right-12 {
    right: -12px !important;
  }

  .mxs\:-right-14 {
    right: -14px !important;
  }

  .mxs\:-right-16 {
    right: -16px !important;
  }

  .mxs\:-right-20 {
    right: -20px !important;
  }

  .mxs\:-right-22 {
    right: -22px !important;
  }

  .mxs\:-right-24 {
    right: -24px !important;
  }

  .mxs\:-right-25 {
    right: -25px !important;
  }

  .mxs\:-right-27 {
    right: -27px !important;
  }

  .mxs\:-right-30 {
    right: -30px !important;
  }

  .mxs\:-right-36 {
    right: -36px !important;
  }

  .mxs\:-right-40 {
    right: -40px !important;
  }

  .mxs\:-right-42 {
    right: -42px !important;
  }

  .mxs\:-right-44 {
    right: -44px !important;
  }

  .mxs\:-right-48 {
    right: -48px !important;
  }

  .mxs\:-right-52 {
    right: -52px !important;
  }

  .mxs\:-right-64 {
    right: -64px !important;
  }

  .mxs\:-right-72 {
    right: -72px !important;
  }

  .mxs\:-right-74 {
    right: -74px !important;
  }

  .mxs\:-right-77 {
    right: -77px !important;
  }

  .mxs\:-right-84 {
    right: -84px !important;
  }

  .mxs\:-right-96 {
    right: -96px !important;
  }

  .mxs\:-right-98 {
    right: -98px !important;
  }

  .mxs\:-right-100 {
    right: -100px !important;
  }

  .mxs\:-right-105 {
    right: -105px !important;
  }

  .mxs\:-right-114 {
    right: -114px !important;
  }

  .mxs\:-right-115 {
    right: -115px !important;
  }

  .mxs\:-right-120 {
    right: -120px !important;
  }

  .mxs\:-right-128 {
    right: -128px !important;
  }

  .mxs\:-right-156 {
    right: -156px !important;
  }

  .mxs\:-right-200 {
    right: -200px !important;
  }

  .mxs\:-right-256 {
    right: -256px !important;
  }

  .mxs\:-right-px {
    right: -1px !important;
  }

  .mxs\:right-1\/2 {
    right: 50% !important;
  }

  .mxs\:right-1\/3 {
    right: 33.333333% !important;
  }

  .mxs\:right-2\/3 {
    right: 66.666667% !important;
  }

  .mxs\:right-1\/4 {
    right: 25% !important;
  }

  .mxs\:right-2\/4 {
    right: 50% !important;
  }

  .mxs\:right-3\/4 {
    right: 75% !important;
  }

  .mxs\:right-full {
    right: 100% !important;
  }

  .mxs\:-right-1\/2 {
    right: -50% !important;
  }

  .mxs\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .mxs\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .mxs\:-right-1\/4 {
    right: -25% !important;
  }

  .mxs\:-right-2\/4 {
    right: -50% !important;
  }

  .mxs\:-right-3\/4 {
    right: -75% !important;
  }

  .mxs\:-right-full {
    right: -100% !important;
  }

  .mxs\:bottom-0 {
    bottom: 0px !important;
  }

  .mxs\:bottom-2 {
    bottom: 2px !important;
  }

  .mxs\:bottom-3 {
    bottom: 3px !important;
  }

  .mxs\:bottom-4 {
    bottom: 4px !important;
  }

  .mxs\:bottom-6 {
    bottom: 6px !important;
  }

  .mxs\:bottom-8 {
    bottom: 8px !important;
  }

  .mxs\:bottom-10 {
    bottom: 10px !important;
  }

  .mxs\:bottom-12 {
    bottom: 12px !important;
  }

  .mxs\:bottom-14 {
    bottom: 14px !important;
  }

  .mxs\:bottom-16 {
    bottom: 16px !important;
  }

  .mxs\:bottom-20 {
    bottom: 20px !important;
  }

  .mxs\:bottom-22 {
    bottom: 22px !important;
  }

  .mxs\:bottom-24 {
    bottom: 24px !important;
  }

  .mxs\:bottom-25 {
    bottom: 25px !important;
  }

  .mxs\:bottom-27 {
    bottom: 27px !important;
  }

  .mxs\:bottom-30 {
    bottom: 30px !important;
  }

  .mxs\:bottom-36 {
    bottom: 36px !important;
  }

  .mxs\:bottom-40 {
    bottom: 40px !important;
  }

  .mxs\:bottom-42 {
    bottom: 42px !important;
  }

  .mxs\:bottom-44 {
    bottom: 44px !important;
  }

  .mxs\:bottom-48 {
    bottom: 48px !important;
  }

  .mxs\:bottom-52 {
    bottom: 52px !important;
  }

  .mxs\:bottom-64 {
    bottom: 64px !important;
  }

  .mxs\:bottom-72 {
    bottom: 72px !important;
  }

  .mxs\:bottom-74 {
    bottom: 74px !important;
  }

  .mxs\:bottom-77 {
    bottom: 77px !important;
  }

  .mxs\:bottom-84 {
    bottom: 84px !important;
  }

  .mxs\:bottom-96 {
    bottom: 96px !important;
  }

  .mxs\:bottom-98 {
    bottom: 98px !important;
  }

  .mxs\:bottom-100 {
    bottom: 100px !important;
  }

  .mxs\:bottom-105 {
    bottom: 105px !important;
  }

  .mxs\:bottom-114 {
    bottom: 114px !important;
  }

  .mxs\:bottom-115 {
    bottom: 115px !important;
  }

  .mxs\:bottom-120 {
    bottom: 120px !important;
  }

  .mxs\:bottom-128 {
    bottom: 128px !important;
  }

  .mxs\:bottom-156 {
    bottom: 156px !important;
  }

  .mxs\:bottom-200 {
    bottom: 200px !important;
  }

  .mxs\:bottom-256 {
    bottom: 256px !important;
  }

  .mxs\:bottom-auto {
    bottom: auto !important;
  }

  .mxs\:bottom-px {
    bottom: 1px !important;
  }

  .mxs\:-bottom-0 {
    bottom: 0px !important;
  }

  .mxs\:-bottom-2 {
    bottom: -2px !important;
  }

  .mxs\:-bottom-3 {
    bottom: -3px !important;
  }

  .mxs\:-bottom-4 {
    bottom: -4px !important;
  }

  .mxs\:-bottom-6 {
    bottom: -6px !important;
  }

  .mxs\:-bottom-8 {
    bottom: -8px !important;
  }

  .mxs\:-bottom-10 {
    bottom: -10px !important;
  }

  .mxs\:-bottom-12 {
    bottom: -12px !important;
  }

  .mxs\:-bottom-14 {
    bottom: -14px !important;
  }

  .mxs\:-bottom-16 {
    bottom: -16px !important;
  }

  .mxs\:-bottom-20 {
    bottom: -20px !important;
  }

  .mxs\:-bottom-22 {
    bottom: -22px !important;
  }

  .mxs\:-bottom-24 {
    bottom: -24px !important;
  }

  .mxs\:-bottom-25 {
    bottom: -25px !important;
  }

  .mxs\:-bottom-27 {
    bottom: -27px !important;
  }

  .mxs\:-bottom-30 {
    bottom: -30px !important;
  }

  .mxs\:-bottom-36 {
    bottom: -36px !important;
  }

  .mxs\:-bottom-40 {
    bottom: -40px !important;
  }

  .mxs\:-bottom-42 {
    bottom: -42px !important;
  }

  .mxs\:-bottom-44 {
    bottom: -44px !important;
  }

  .mxs\:-bottom-48 {
    bottom: -48px !important;
  }

  .mxs\:-bottom-52 {
    bottom: -52px !important;
  }

  .mxs\:-bottom-64 {
    bottom: -64px !important;
  }

  .mxs\:-bottom-72 {
    bottom: -72px !important;
  }

  .mxs\:-bottom-74 {
    bottom: -74px !important;
  }

  .mxs\:-bottom-77 {
    bottom: -77px !important;
  }

  .mxs\:-bottom-84 {
    bottom: -84px !important;
  }

  .mxs\:-bottom-96 {
    bottom: -96px !important;
  }

  .mxs\:-bottom-98 {
    bottom: -98px !important;
  }

  .mxs\:-bottom-100 {
    bottom: -100px !important;
  }

  .mxs\:-bottom-105 {
    bottom: -105px !important;
  }

  .mxs\:-bottom-114 {
    bottom: -114px !important;
  }

  .mxs\:-bottom-115 {
    bottom: -115px !important;
  }

  .mxs\:-bottom-120 {
    bottom: -120px !important;
  }

  .mxs\:-bottom-128 {
    bottom: -128px !important;
  }

  .mxs\:-bottom-156 {
    bottom: -156px !important;
  }

  .mxs\:-bottom-200 {
    bottom: -200px !important;
  }

  .mxs\:-bottom-256 {
    bottom: -256px !important;
  }

  .mxs\:-bottom-px {
    bottom: -1px !important;
  }

  .mxs\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .mxs\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .mxs\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .mxs\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .mxs\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .mxs\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .mxs\:bottom-full {
    bottom: 100% !important;
  }

  .mxs\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .mxs\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .mxs\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .mxs\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .mxs\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .mxs\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .mxs\:-bottom-full {
    bottom: -100% !important;
  }

  .mxs\:left-0 {
    left: 0px !important;
  }

  .mxs\:left-2 {
    left: 2px !important;
  }

  .mxs\:left-3 {
    left: 3px !important;
  }

  .mxs\:left-4 {
    left: 4px !important;
  }

  .mxs\:left-6 {
    left: 6px !important;
  }

  .mxs\:left-8 {
    left: 8px !important;
  }

  .mxs\:left-10 {
    left: 10px !important;
  }

  .mxs\:left-12 {
    left: 12px !important;
  }

  .mxs\:left-14 {
    left: 14px !important;
  }

  .mxs\:left-16 {
    left: 16px !important;
  }

  .mxs\:left-20 {
    left: 20px !important;
  }

  .mxs\:left-22 {
    left: 22px !important;
  }

  .mxs\:left-24 {
    left: 24px !important;
  }

  .mxs\:left-25 {
    left: 25px !important;
  }

  .mxs\:left-27 {
    left: 27px !important;
  }

  .mxs\:left-30 {
    left: 30px !important;
  }

  .mxs\:left-36 {
    left: 36px !important;
  }

  .mxs\:left-40 {
    left: 40px !important;
  }

  .mxs\:left-42 {
    left: 42px !important;
  }

  .mxs\:left-44 {
    left: 44px !important;
  }

  .mxs\:left-48 {
    left: 48px !important;
  }

  .mxs\:left-52 {
    left: 52px !important;
  }

  .mxs\:left-64 {
    left: 64px !important;
  }

  .mxs\:left-72 {
    left: 72px !important;
  }

  .mxs\:left-74 {
    left: 74px !important;
  }

  .mxs\:left-77 {
    left: 77px !important;
  }

  .mxs\:left-84 {
    left: 84px !important;
  }

  .mxs\:left-96 {
    left: 96px !important;
  }

  .mxs\:left-98 {
    left: 98px !important;
  }

  .mxs\:left-100 {
    left: 100px !important;
  }

  .mxs\:left-105 {
    left: 105px !important;
  }

  .mxs\:left-114 {
    left: 114px !important;
  }

  .mxs\:left-115 {
    left: 115px !important;
  }

  .mxs\:left-120 {
    left: 120px !important;
  }

  .mxs\:left-128 {
    left: 128px !important;
  }

  .mxs\:left-156 {
    left: 156px !important;
  }

  .mxs\:left-200 {
    left: 200px !important;
  }

  .mxs\:left-256 {
    left: 256px !important;
  }

  .mxs\:left-auto {
    left: auto !important;
  }

  .mxs\:left-px {
    left: 1px !important;
  }

  .mxs\:-left-0 {
    left: 0px !important;
  }

  .mxs\:-left-2 {
    left: -2px !important;
  }

  .mxs\:-left-3 {
    left: -3px !important;
  }

  .mxs\:-left-4 {
    left: -4px !important;
  }

  .mxs\:-left-6 {
    left: -6px !important;
  }

  .mxs\:-left-8 {
    left: -8px !important;
  }

  .mxs\:-left-10 {
    left: -10px !important;
  }

  .mxs\:-left-12 {
    left: -12px !important;
  }

  .mxs\:-left-14 {
    left: -14px !important;
  }

  .mxs\:-left-16 {
    left: -16px !important;
  }

  .mxs\:-left-20 {
    left: -20px !important;
  }

  .mxs\:-left-22 {
    left: -22px !important;
  }

  .mxs\:-left-24 {
    left: -24px !important;
  }

  .mxs\:-left-25 {
    left: -25px !important;
  }

  .mxs\:-left-27 {
    left: -27px !important;
  }

  .mxs\:-left-30 {
    left: -30px !important;
  }

  .mxs\:-left-36 {
    left: -36px !important;
  }

  .mxs\:-left-40 {
    left: -40px !important;
  }

  .mxs\:-left-42 {
    left: -42px !important;
  }

  .mxs\:-left-44 {
    left: -44px !important;
  }

  .mxs\:-left-48 {
    left: -48px !important;
  }

  .mxs\:-left-52 {
    left: -52px !important;
  }

  .mxs\:-left-64 {
    left: -64px !important;
  }

  .mxs\:-left-72 {
    left: -72px !important;
  }

  .mxs\:-left-74 {
    left: -74px !important;
  }

  .mxs\:-left-77 {
    left: -77px !important;
  }

  .mxs\:-left-84 {
    left: -84px !important;
  }

  .mxs\:-left-96 {
    left: -96px !important;
  }

  .mxs\:-left-98 {
    left: -98px !important;
  }

  .mxs\:-left-100 {
    left: -100px !important;
  }

  .mxs\:-left-105 {
    left: -105px !important;
  }

  .mxs\:-left-114 {
    left: -114px !important;
  }

  .mxs\:-left-115 {
    left: -115px !important;
  }

  .mxs\:-left-120 {
    left: -120px !important;
  }

  .mxs\:-left-128 {
    left: -128px !important;
  }

  .mxs\:-left-156 {
    left: -156px !important;
  }

  .mxs\:-left-200 {
    left: -200px !important;
  }

  .mxs\:-left-256 {
    left: -256px !important;
  }

  .mxs\:-left-px {
    left: -1px !important;
  }

  .mxs\:left-1\/2 {
    left: 50% !important;
  }

  .mxs\:left-1\/3 {
    left: 33.333333% !important;
  }

  .mxs\:left-2\/3 {
    left: 66.666667% !important;
  }

  .mxs\:left-1\/4 {
    left: 25% !important;
  }

  .mxs\:left-2\/4 {
    left: 50% !important;
  }

  .mxs\:left-3\/4 {
    left: 75% !important;
  }

  .mxs\:left-full {
    left: 100% !important;
  }

  .mxs\:-left-1\/2 {
    left: -50% !important;
  }

  .mxs\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .mxs\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .mxs\:-left-1\/4 {
    left: -25% !important;
  }

  .mxs\:-left-2\/4 {
    left: -50% !important;
  }

  .mxs\:-left-3\/4 {
    left: -75% !important;
  }

  .mxs\:-left-full {
    left: -100% !important;
  }

  .mxs\:isolate {
    isolation: isolate !important;
  }

  .mxs\:isolation-auto {
    isolation: auto !important;
  }

  .mxs\:z-0 {
    z-index: 0 !important;
  }

  .mxs\:z-1 {
    z-index: 1 !important;
  }

  .mxs\:z-10 {
    z-index: 10 !important;
  }

  .mxs\:z-20 {
    z-index: 20 !important;
  }

  .mxs\:z-30 {
    z-index: 30 !important;
  }

  .mxs\:z-40 {
    z-index: 40 !important;
  }

  .mxs\:z-50 {
    z-index: 50 !important;
  }

  .mxs\:z-auto {
    z-index: auto !important;
  }

  .mxs\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .mxs\:focus-within\:z-1:focus-within {
    z-index: 1 !important;
  }

  .mxs\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .mxs\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .mxs\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .mxs\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .mxs\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .mxs\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .mxs\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .mxs\:focus\:z-1:focus {
    z-index: 1 !important;
  }

  .mxs\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .mxs\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .mxs\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .mxs\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .mxs\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .mxs\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .mxs\:order-1 {
    order: 1 !important;
  }

  .mxs\:order-2 {
    order: 2 !important;
  }

  .mxs\:order-3 {
    order: 3 !important;
  }

  .mxs\:order-4 {
    order: 4 !important;
  }

  .mxs\:order-5 {
    order: 5 !important;
  }

  .mxs\:order-6 {
    order: 6 !important;
  }

  .mxs\:order-7 {
    order: 7 !important;
  }

  .mxs\:order-8 {
    order: 8 !important;
  }

  .mxs\:order-9 {
    order: 9 !important;
  }

  .mxs\:order-10 {
    order: 10 !important;
  }

  .mxs\:order-11 {
    order: 11 !important;
  }

  .mxs\:order-12 {
    order: 12 !important;
  }

  .mxs\:order-first {
    order: -9999 !important;
  }

  .mxs\:order-last {
    order: 9999 !important;
  }

  .mxs\:order-none {
    order: 0 !important;
  }

  .mxs\:col-auto {
    grid-column: auto !important;
  }

  .mxs\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .mxs\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .mxs\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .mxs\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .mxs\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .mxs\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .mxs\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .mxs\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .mxs\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .mxs\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .mxs\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .mxs\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .mxs\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .mxs\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .mxs\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .mxs\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .mxs\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .mxs\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .mxs\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .mxs\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .mxs\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .mxs\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .mxs\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .mxs\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .mxs\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .mxs\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .mxs\:col-start-auto {
    grid-column-start: auto !important;
  }

  .mxs\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .mxs\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .mxs\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .mxs\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .mxs\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .mxs\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .mxs\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .mxs\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .mxs\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .mxs\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .mxs\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .mxs\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .mxs\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .mxs\:col-end-auto {
    grid-column-end: auto !important;
  }

  .mxs\:row-auto {
    grid-row: auto !important;
  }

  .mxs\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .mxs\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .mxs\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .mxs\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .mxs\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .mxs\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .mxs\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .mxs\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .mxs\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .mxs\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .mxs\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .mxs\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .mxs\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .mxs\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .mxs\:row-start-auto {
    grid-row-start: auto !important;
  }

  .mxs\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .mxs\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .mxs\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .mxs\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .mxs\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .mxs\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .mxs\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .mxs\:row-end-auto {
    grid-row-end: auto !important;
  }

  .mxs\:float-right {
    float: right !important;
  }

  .mxs\:float-left {
    float: left !important;
  }

  .mxs\:float-none {
    float: none !important;
  }

  .mxs\:clear-left {
    clear: left !important;
  }

  .mxs\:clear-right {
    clear: right !important;
  }

  .mxs\:clear-both {
    clear: both !important;
  }

  .mxs\:clear-none {
    clear: none !important;
  }

  .mxs\:m-0 {
    margin: 0px !important;
  }

  .mxs\:m-2 {
    margin: 2px !important;
  }

  .mxs\:m-3 {
    margin: 3px !important;
  }

  .mxs\:m-4 {
    margin: 4px !important;
  }

  .mxs\:m-6 {
    margin: 6px !important;
  }

  .mxs\:m-8 {
    margin: 8px !important;
  }

  .mxs\:m-10 {
    margin: 10px !important;
  }

  .mxs\:m-12 {
    margin: 12px !important;
  }

  .mxs\:m-14 {
    margin: 14px !important;
  }

  .mxs\:m-16 {
    margin: 16px !important;
  }

  .mxs\:m-20 {
    margin: 20px !important;
  }

  .mxs\:m-22 {
    margin: 22px !important;
  }

  .mxs\:m-24 {
    margin: 24px !important;
  }

  .mxs\:m-25 {
    margin: 25px !important;
  }

  .mxs\:m-27 {
    margin: 27px !important;
  }

  .mxs\:m-30 {
    margin: 30px !important;
  }

  .mxs\:m-36 {
    margin: 36px !important;
  }

  .mxs\:m-40 {
    margin: 40px !important;
  }

  .mxs\:m-42 {
    margin: 42px !important;
  }

  .mxs\:m-44 {
    margin: 44px !important;
  }

  .mxs\:m-48 {
    margin: 48px !important;
  }

  .mxs\:m-52 {
    margin: 52px !important;
  }

  .mxs\:m-64 {
    margin: 64px !important;
  }

  .mxs\:m-72 {
    margin: 72px !important;
  }

  .mxs\:m-74 {
    margin: 74px !important;
  }

  .mxs\:m-77 {
    margin: 77px !important;
  }

  .mxs\:m-84 {
    margin: 84px !important;
  }

  .mxs\:m-96 {
    margin: 96px !important;
  }

  .mxs\:m-98 {
    margin: 98px !important;
  }

  .mxs\:m-100 {
    margin: 100px !important;
  }

  .mxs\:m-105 {
    margin: 105px !important;
  }

  .mxs\:m-114 {
    margin: 114px !important;
  }

  .mxs\:m-115 {
    margin: 115px !important;
  }

  .mxs\:m-120 {
    margin: 120px !important;
  }

  .mxs\:m-128 {
    margin: 128px !important;
  }

  .mxs\:m-156 {
    margin: 156px !important;
  }

  .mxs\:m-200 {
    margin: 200px !important;
  }

  .mxs\:m-256 {
    margin: 256px !important;
  }

  .mxs\:m-auto {
    margin: auto !important;
  }

  .mxs\:m-px {
    margin: 1px !important;
  }

  .mxs\:-m-0 {
    margin: 0px !important;
  }

  .mxs\:-m-2 {
    margin: -2px !important;
  }

  .mxs\:-m-3 {
    margin: -3px !important;
  }

  .mxs\:-m-4 {
    margin: -4px !important;
  }

  .mxs\:-m-6 {
    margin: -6px !important;
  }

  .mxs\:-m-8 {
    margin: -8px !important;
  }

  .mxs\:-m-10 {
    margin: -10px !important;
  }

  .mxs\:-m-12 {
    margin: -12px !important;
  }

  .mxs\:-m-14 {
    margin: -14px !important;
  }

  .mxs\:-m-16 {
    margin: -16px !important;
  }

  .mxs\:-m-20 {
    margin: -20px !important;
  }

  .mxs\:-m-22 {
    margin: -22px !important;
  }

  .mxs\:-m-24 {
    margin: -24px !important;
  }

  .mxs\:-m-25 {
    margin: -25px !important;
  }

  .mxs\:-m-27 {
    margin: -27px !important;
  }

  .mxs\:-m-30 {
    margin: -30px !important;
  }

  .mxs\:-m-36 {
    margin: -36px !important;
  }

  .mxs\:-m-40 {
    margin: -40px !important;
  }

  .mxs\:-m-42 {
    margin: -42px !important;
  }

  .mxs\:-m-44 {
    margin: -44px !important;
  }

  .mxs\:-m-48 {
    margin: -48px !important;
  }

  .mxs\:-m-52 {
    margin: -52px !important;
  }

  .mxs\:-m-64 {
    margin: -64px !important;
  }

  .mxs\:-m-72 {
    margin: -72px !important;
  }

  .mxs\:-m-74 {
    margin: -74px !important;
  }

  .mxs\:-m-77 {
    margin: -77px !important;
  }

  .mxs\:-m-84 {
    margin: -84px !important;
  }

  .mxs\:-m-96 {
    margin: -96px !important;
  }

  .mxs\:-m-98 {
    margin: -98px !important;
  }

  .mxs\:-m-100 {
    margin: -100px !important;
  }

  .mxs\:-m-105 {
    margin: -105px !important;
  }

  .mxs\:-m-114 {
    margin: -114px !important;
  }

  .mxs\:-m-115 {
    margin: -115px !important;
  }

  .mxs\:-m-120 {
    margin: -120px !important;
  }

  .mxs\:-m-128 {
    margin: -128px !important;
  }

  .mxs\:-m-156 {
    margin: -156px !important;
  }

  .mxs\:-m-200 {
    margin: -200px !important;
  }

  .mxs\:-m-256 {
    margin: -256px !important;
  }

  .mxs\:-m-px {
    margin: -1px !important;
  }

  .mxs\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mxs\:mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .mxs\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .mxs\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .mxs\:mx-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .mxs\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .mxs\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mxs\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .mxs\:mx-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .mxs\:mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .mxs\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mxs\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .mxs\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .mxs\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mxs\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .mxs\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mxs\:mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .mxs\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mxs\:mx-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

  .mxs\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .mxs\:mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .mxs\:mx-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .mxs\:mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .mxs\:mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .mxs\:mx-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }

  .mxs\:mx-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }

  .mxs\:mx-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .mxs\:mx-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .mxs\:mx-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }

  .mxs\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mxs\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mxs\:mx-114 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }

  .mxs\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mxs\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mxs\:mx-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .mxs\:mx-156 {
    margin-left: 156px !important;
    margin-right: 156px !important;
  }

  .mxs\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .mxs\:mx-256 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .mxs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mxs\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mxs\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mxs\:-mx-2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .mxs\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .mxs\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .mxs\:-mx-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .mxs\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .mxs\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .mxs\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .mxs\:-mx-14 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }

  .mxs\:-mx-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .mxs\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mxs\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .mxs\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .mxs\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .mxs\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .mxs\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mxs\:-mx-36 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .mxs\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .mxs\:-mx-42 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }

  .mxs\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .mxs\:-mx-48 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .mxs\:-mx-52 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .mxs\:-mx-64 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .mxs\:-mx-72 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .mxs\:-mx-74 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }

  .mxs\:-mx-77 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }

  .mxs\:-mx-84 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .mxs\:-mx-96 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .mxs\:-mx-98 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }

  .mxs\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .mxs\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .mxs\:-mx-114 {
    margin-left: -114px !important;
    margin-right: -114px !important;
  }

  .mxs\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .mxs\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .mxs\:-mx-128 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .mxs\:-mx-156 {
    margin-left: -156px !important;
    margin-right: -156px !important;
  }

  .mxs\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .mxs\:-mx-256 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .mxs\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mxs\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mxs\:my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .mxs\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .mxs\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mxs\:my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .mxs\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mxs\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mxs\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mxs\:my-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .mxs\:my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mxs\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mxs\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .mxs\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mxs\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mxs\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .mxs\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mxs\:my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mxs\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mxs\:my-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }

  .mxs\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mxs\:my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mxs\:my-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mxs\:my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mxs\:my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mxs\:my-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }

  .mxs\:my-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }

  .mxs\:my-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mxs\:my-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mxs\:my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }

  .mxs\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mxs\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mxs\:my-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }

  .mxs\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mxs\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mxs\:my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mxs\:my-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mxs\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mxs\:my-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mxs\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mxs\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mxs\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mxs\:-my-2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .mxs\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .mxs\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .mxs\:-my-6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .mxs\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .mxs\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mxs\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .mxs\:-my-14 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }

  .mxs\:-my-16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .mxs\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .mxs\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .mxs\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .mxs\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .mxs\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .mxs\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .mxs\:-my-36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .mxs\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mxs\:-my-42 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }

  .mxs\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .mxs\:-my-48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .mxs\:-my-52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .mxs\:-my-64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .mxs\:-my-72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .mxs\:-my-74 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }

  .mxs\:-my-77 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }

  .mxs\:-my-84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .mxs\:-my-96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .mxs\:-my-98 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }

  .mxs\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .mxs\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .mxs\:-my-114 {
    margin-top: -114px !important;
    margin-bottom: -114px !important;
  }

  .mxs\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .mxs\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .mxs\:-my-128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .mxs\:-my-156 {
    margin-top: -156px !important;
    margin-bottom: -156px !important;
  }

  .mxs\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .mxs\:-my-256 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .mxs\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mxs\:mt-0 {
    margin-top: 0px !important;
  }

  .mxs\:mt-2 {
    margin-top: 2px !important;
  }

  .mxs\:mt-3 {
    margin-top: 3px !important;
  }

  .mxs\:mt-4 {
    margin-top: 4px !important;
  }

  .mxs\:mt-6 {
    margin-top: 6px !important;
  }

  .mxs\:mt-8 {
    margin-top: 8px !important;
  }

  .mxs\:mt-10 {
    margin-top: 10px !important;
  }

  .mxs\:mt-12 {
    margin-top: 12px !important;
  }

  .mxs\:mt-14 {
    margin-top: 14px !important;
  }

  .mxs\:mt-16 {
    margin-top: 16px !important;
  }

  .mxs\:mt-20 {
    margin-top: 20px !important;
  }

  .mxs\:mt-22 {
    margin-top: 22px !important;
  }

  .mxs\:mt-24 {
    margin-top: 24px !important;
  }

  .mxs\:mt-25 {
    margin-top: 25px !important;
  }

  .mxs\:mt-27 {
    margin-top: 27px !important;
  }

  .mxs\:mt-30 {
    margin-top: 30px !important;
  }

  .mxs\:mt-36 {
    margin-top: 36px !important;
  }

  .mxs\:mt-40 {
    margin-top: 40px !important;
  }

  .mxs\:mt-42 {
    margin-top: 42px !important;
  }

  .mxs\:mt-44 {
    margin-top: 44px !important;
  }

  .mxs\:mt-48 {
    margin-top: 48px !important;
  }

  .mxs\:mt-52 {
    margin-top: 52px !important;
  }

  .mxs\:mt-64 {
    margin-top: 64px !important;
  }

  .mxs\:mt-72 {
    margin-top: 72px !important;
  }

  .mxs\:mt-74 {
    margin-top: 74px !important;
  }

  .mxs\:mt-77 {
    margin-top: 77px !important;
  }

  .mxs\:mt-84 {
    margin-top: 84px !important;
  }

  .mxs\:mt-96 {
    margin-top: 96px !important;
  }

  .mxs\:mt-98 {
    margin-top: 98px !important;
  }

  .mxs\:mt-100 {
    margin-top: 100px !important;
  }

  .mxs\:mt-105 {
    margin-top: 105px !important;
  }

  .mxs\:mt-114 {
    margin-top: 114px !important;
  }

  .mxs\:mt-115 {
    margin-top: 115px !important;
  }

  .mxs\:mt-120 {
    margin-top: 120px !important;
  }

  .mxs\:mt-128 {
    margin-top: 128px !important;
  }

  .mxs\:mt-156 {
    margin-top: 156px !important;
  }

  .mxs\:mt-200 {
    margin-top: 200px !important;
  }

  .mxs\:mt-256 {
    margin-top: 256px !important;
  }

  .mxs\:mt-auto {
    margin-top: auto !important;
  }

  .mxs\:mt-px {
    margin-top: 1px !important;
  }

  .mxs\:-mt-0 {
    margin-top: 0px !important;
  }

  .mxs\:-mt-2 {
    margin-top: -2px !important;
  }

  .mxs\:-mt-3 {
    margin-top: -3px !important;
  }

  .mxs\:-mt-4 {
    margin-top: -4px !important;
  }

  .mxs\:-mt-6 {
    margin-top: -6px !important;
  }

  .mxs\:-mt-8 {
    margin-top: -8px !important;
  }

  .mxs\:-mt-10 {
    margin-top: -10px !important;
  }

  .mxs\:-mt-12 {
    margin-top: -12px !important;
  }

  .mxs\:-mt-14 {
    margin-top: -14px !important;
  }

  .mxs\:-mt-16 {
    margin-top: -16px !important;
  }

  .mxs\:-mt-20 {
    margin-top: -20px !important;
  }

  .mxs\:-mt-22 {
    margin-top: -22px !important;
  }

  .mxs\:-mt-24 {
    margin-top: -24px !important;
  }

  .mxs\:-mt-25 {
    margin-top: -25px !important;
  }

  .mxs\:-mt-27 {
    margin-top: -27px !important;
  }

  .mxs\:-mt-30 {
    margin-top: -30px !important;
  }

  .mxs\:-mt-36 {
    margin-top: -36px !important;
  }

  .mxs\:-mt-40 {
    margin-top: -40px !important;
  }

  .mxs\:-mt-42 {
    margin-top: -42px !important;
  }

  .mxs\:-mt-44 {
    margin-top: -44px !important;
  }

  .mxs\:-mt-48 {
    margin-top: -48px !important;
  }

  .mxs\:-mt-52 {
    margin-top: -52px !important;
  }

  .mxs\:-mt-64 {
    margin-top: -64px !important;
  }

  .mxs\:-mt-72 {
    margin-top: -72px !important;
  }

  .mxs\:-mt-74 {
    margin-top: -74px !important;
  }

  .mxs\:-mt-77 {
    margin-top: -77px !important;
  }

  .mxs\:-mt-84 {
    margin-top: -84px !important;
  }

  .mxs\:-mt-96 {
    margin-top: -96px !important;
  }

  .mxs\:-mt-98 {
    margin-top: -98px !important;
  }

  .mxs\:-mt-100 {
    margin-top: -100px !important;
  }

  .mxs\:-mt-105 {
    margin-top: -105px !important;
  }

  .mxs\:-mt-114 {
    margin-top: -114px !important;
  }

  .mxs\:-mt-115 {
    margin-top: -115px !important;
  }

  .mxs\:-mt-120 {
    margin-top: -120px !important;
  }

  .mxs\:-mt-128 {
    margin-top: -128px !important;
  }

  .mxs\:-mt-156 {
    margin-top: -156px !important;
  }

  .mxs\:-mt-200 {
    margin-top: -200px !important;
  }

  .mxs\:-mt-256 {
    margin-top: -256px !important;
  }

  .mxs\:-mt-px {
    margin-top: -1px !important;
  }

  .mxs\:mr-0 {
    margin-right: 0px !important;
  }

  .mxs\:mr-2 {
    margin-right: 2px !important;
  }

  .mxs\:mr-3 {
    margin-right: 3px !important;
  }

  .mxs\:mr-4 {
    margin-right: 4px !important;
  }

  .mxs\:mr-6 {
    margin-right: 6px !important;
  }

  .mxs\:mr-8 {
    margin-right: 8px !important;
  }

  .mxs\:mr-10 {
    margin-right: 10px !important;
  }

  .mxs\:mr-12 {
    margin-right: 12px !important;
  }

  .mxs\:mr-14 {
    margin-right: 14px !important;
  }

  .mxs\:mr-16 {
    margin-right: 16px !important;
  }

  .mxs\:mr-20 {
    margin-right: 20px !important;
  }

  .mxs\:mr-22 {
    margin-right: 22px !important;
  }

  .mxs\:mr-24 {
    margin-right: 24px !important;
  }

  .mxs\:mr-25 {
    margin-right: 25px !important;
  }

  .mxs\:mr-27 {
    margin-right: 27px !important;
  }

  .mxs\:mr-30 {
    margin-right: 30px !important;
  }

  .mxs\:mr-36 {
    margin-right: 36px !important;
  }

  .mxs\:mr-40 {
    margin-right: 40px !important;
  }

  .mxs\:mr-42 {
    margin-right: 42px !important;
  }

  .mxs\:mr-44 {
    margin-right: 44px !important;
  }

  .mxs\:mr-48 {
    margin-right: 48px !important;
  }

  .mxs\:mr-52 {
    margin-right: 52px !important;
  }

  .mxs\:mr-64 {
    margin-right: 64px !important;
  }

  .mxs\:mr-72 {
    margin-right: 72px !important;
  }

  .mxs\:mr-74 {
    margin-right: 74px !important;
  }

  .mxs\:mr-77 {
    margin-right: 77px !important;
  }

  .mxs\:mr-84 {
    margin-right: 84px !important;
  }

  .mxs\:mr-96 {
    margin-right: 96px !important;
  }

  .mxs\:mr-98 {
    margin-right: 98px !important;
  }

  .mxs\:mr-100 {
    margin-right: 100px !important;
  }

  .mxs\:mr-105 {
    margin-right: 105px !important;
  }

  .mxs\:mr-114 {
    margin-right: 114px !important;
  }

  .mxs\:mr-115 {
    margin-right: 115px !important;
  }

  .mxs\:mr-120 {
    margin-right: 120px !important;
  }

  .mxs\:mr-128 {
    margin-right: 128px !important;
  }

  .mxs\:mr-156 {
    margin-right: 156px !important;
  }

  .mxs\:mr-200 {
    margin-right: 200px !important;
  }

  .mxs\:mr-256 {
    margin-right: 256px !important;
  }

  .mxs\:mr-auto {
    margin-right: auto !important;
  }

  .mxs\:mr-px {
    margin-right: 1px !important;
  }

  .mxs\:-mr-0 {
    margin-right: 0px !important;
  }

  .mxs\:-mr-2 {
    margin-right: -2px !important;
  }

  .mxs\:-mr-3 {
    margin-right: -3px !important;
  }

  .mxs\:-mr-4 {
    margin-right: -4px !important;
  }

  .mxs\:-mr-6 {
    margin-right: -6px !important;
  }

  .mxs\:-mr-8 {
    margin-right: -8px !important;
  }

  .mxs\:-mr-10 {
    margin-right: -10px !important;
  }

  .mxs\:-mr-12 {
    margin-right: -12px !important;
  }

  .mxs\:-mr-14 {
    margin-right: -14px !important;
  }

  .mxs\:-mr-16 {
    margin-right: -16px !important;
  }

  .mxs\:-mr-20 {
    margin-right: -20px !important;
  }

  .mxs\:-mr-22 {
    margin-right: -22px !important;
  }

  .mxs\:-mr-24 {
    margin-right: -24px !important;
  }

  .mxs\:-mr-25 {
    margin-right: -25px !important;
  }

  .mxs\:-mr-27 {
    margin-right: -27px !important;
  }

  .mxs\:-mr-30 {
    margin-right: -30px !important;
  }

  .mxs\:-mr-36 {
    margin-right: -36px !important;
  }

  .mxs\:-mr-40 {
    margin-right: -40px !important;
  }

  .mxs\:-mr-42 {
    margin-right: -42px !important;
  }

  .mxs\:-mr-44 {
    margin-right: -44px !important;
  }

  .mxs\:-mr-48 {
    margin-right: -48px !important;
  }

  .mxs\:-mr-52 {
    margin-right: -52px !important;
  }

  .mxs\:-mr-64 {
    margin-right: -64px !important;
  }

  .mxs\:-mr-72 {
    margin-right: -72px !important;
  }

  .mxs\:-mr-74 {
    margin-right: -74px !important;
  }

  .mxs\:-mr-77 {
    margin-right: -77px !important;
  }

  .mxs\:-mr-84 {
    margin-right: -84px !important;
  }

  .mxs\:-mr-96 {
    margin-right: -96px !important;
  }

  .mxs\:-mr-98 {
    margin-right: -98px !important;
  }

  .mxs\:-mr-100 {
    margin-right: -100px !important;
  }

  .mxs\:-mr-105 {
    margin-right: -105px !important;
  }

  .mxs\:-mr-114 {
    margin-right: -114px !important;
  }

  .mxs\:-mr-115 {
    margin-right: -115px !important;
  }

  .mxs\:-mr-120 {
    margin-right: -120px !important;
  }

  .mxs\:-mr-128 {
    margin-right: -128px !important;
  }

  .mxs\:-mr-156 {
    margin-right: -156px !important;
  }

  .mxs\:-mr-200 {
    margin-right: -200px !important;
  }

  .mxs\:-mr-256 {
    margin-right: -256px !important;
  }

  .mxs\:-mr-px {
    margin-right: -1px !important;
  }

  .mxs\:mb-0 {
    margin-bottom: 0px !important;
  }

  .mxs\:mb-2 {
    margin-bottom: 2px !important;
  }

  .mxs\:mb-3 {
    margin-bottom: 3px !important;
  }

  .mxs\:mb-4 {
    margin-bottom: 4px !important;
  }

  .mxs\:mb-6 {
    margin-bottom: 6px !important;
  }

  .mxs\:mb-8 {
    margin-bottom: 8px !important;
  }

  .mxs\:mb-10 {
    margin-bottom: 10px !important;
  }

  .mxs\:mb-12 {
    margin-bottom: 12px !important;
  }

  .mxs\:mb-14 {
    margin-bottom: 14px !important;
  }

  .mxs\:mb-16 {
    margin-bottom: 16px !important;
  }

  .mxs\:mb-20 {
    margin-bottom: 20px !important;
  }

  .mxs\:mb-22 {
    margin-bottom: 22px !important;
  }

  .mxs\:mb-24 {
    margin-bottom: 24px !important;
  }

  .mxs\:mb-25 {
    margin-bottom: 25px !important;
  }

  .mxs\:mb-27 {
    margin-bottom: 27px !important;
  }

  .mxs\:mb-30 {
    margin-bottom: 30px !important;
  }

  .mxs\:mb-36 {
    margin-bottom: 36px !important;
  }

  .mxs\:mb-40 {
    margin-bottom: 40px !important;
  }

  .mxs\:mb-42 {
    margin-bottom: 42px !important;
  }

  .mxs\:mb-44 {
    margin-bottom: 44px !important;
  }

  .mxs\:mb-48 {
    margin-bottom: 48px !important;
  }

  .mxs\:mb-52 {
    margin-bottom: 52px !important;
  }

  .mxs\:mb-64 {
    margin-bottom: 64px !important;
  }

  .mxs\:mb-72 {
    margin-bottom: 72px !important;
  }

  .mxs\:mb-74 {
    margin-bottom: 74px !important;
  }

  .mxs\:mb-77 {
    margin-bottom: 77px !important;
  }

  .mxs\:mb-84 {
    margin-bottom: 84px !important;
  }

  .mxs\:mb-96 {
    margin-bottom: 96px !important;
  }

  .mxs\:mb-98 {
    margin-bottom: 98px !important;
  }

  .mxs\:mb-100 {
    margin-bottom: 100px !important;
  }

  .mxs\:mb-105 {
    margin-bottom: 105px !important;
  }

  .mxs\:mb-114 {
    margin-bottom: 114px !important;
  }

  .mxs\:mb-115 {
    margin-bottom: 115px !important;
  }

  .mxs\:mb-120 {
    margin-bottom: 120px !important;
  }

  .mxs\:mb-128 {
    margin-bottom: 128px !important;
  }

  .mxs\:mb-156 {
    margin-bottom: 156px !important;
  }

  .mxs\:mb-200 {
    margin-bottom: 200px !important;
  }

  .mxs\:mb-256 {
    margin-bottom: 256px !important;
  }

  .mxs\:mb-auto {
    margin-bottom: auto !important;
  }

  .mxs\:mb-px {
    margin-bottom: 1px !important;
  }

  .mxs\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .mxs\:-mb-2 {
    margin-bottom: -2px !important;
  }

  .mxs\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .mxs\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .mxs\:-mb-6 {
    margin-bottom: -6px !important;
  }

  .mxs\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .mxs\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .mxs\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .mxs\:-mb-14 {
    margin-bottom: -14px !important;
  }

  .mxs\:-mb-16 {
    margin-bottom: -16px !important;
  }

  .mxs\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .mxs\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .mxs\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .mxs\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .mxs\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .mxs\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .mxs\:-mb-36 {
    margin-bottom: -36px !important;
  }

  .mxs\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .mxs\:-mb-42 {
    margin-bottom: -42px !important;
  }

  .mxs\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .mxs\:-mb-48 {
    margin-bottom: -48px !important;
  }

  .mxs\:-mb-52 {
    margin-bottom: -52px !important;
  }

  .mxs\:-mb-64 {
    margin-bottom: -64px !important;
  }

  .mxs\:-mb-72 {
    margin-bottom: -72px !important;
  }

  .mxs\:-mb-74 {
    margin-bottom: -74px !important;
  }

  .mxs\:-mb-77 {
    margin-bottom: -77px !important;
  }

  .mxs\:-mb-84 {
    margin-bottom: -84px !important;
  }

  .mxs\:-mb-96 {
    margin-bottom: -96px !important;
  }

  .mxs\:-mb-98 {
    margin-bottom: -98px !important;
  }

  .mxs\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .mxs\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .mxs\:-mb-114 {
    margin-bottom: -114px !important;
  }

  .mxs\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .mxs\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .mxs\:-mb-128 {
    margin-bottom: -128px !important;
  }

  .mxs\:-mb-156 {
    margin-bottom: -156px !important;
  }

  .mxs\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .mxs\:-mb-256 {
    margin-bottom: -256px !important;
  }

  .mxs\:-mb-px {
    margin-bottom: -1px !important;
  }

  .mxs\:ml-0 {
    margin-left: 0px !important;
  }

  .mxs\:ml-2 {
    margin-left: 2px !important;
  }

  .mxs\:ml-3 {
    margin-left: 3px !important;
  }

  .mxs\:ml-4 {
    margin-left: 4px !important;
  }

  .mxs\:ml-6 {
    margin-left: 6px !important;
  }

  .mxs\:ml-8 {
    margin-left: 8px !important;
  }

  .mxs\:ml-10 {
    margin-left: 10px !important;
  }

  .mxs\:ml-12 {
    margin-left: 12px !important;
  }

  .mxs\:ml-14 {
    margin-left: 14px !important;
  }

  .mxs\:ml-16 {
    margin-left: 16px !important;
  }

  .mxs\:ml-20 {
    margin-left: 20px !important;
  }

  .mxs\:ml-22 {
    margin-left: 22px !important;
  }

  .mxs\:ml-24 {
    margin-left: 24px !important;
  }

  .mxs\:ml-25 {
    margin-left: 25px !important;
  }

  .mxs\:ml-27 {
    margin-left: 27px !important;
  }

  .mxs\:ml-30 {
    margin-left: 30px !important;
  }

  .mxs\:ml-36 {
    margin-left: 36px !important;
  }

  .mxs\:ml-40 {
    margin-left: 40px !important;
  }

  .mxs\:ml-42 {
    margin-left: 42px !important;
  }

  .mxs\:ml-44 {
    margin-left: 44px !important;
  }

  .mxs\:ml-48 {
    margin-left: 48px !important;
  }

  .mxs\:ml-52 {
    margin-left: 52px !important;
  }

  .mxs\:ml-64 {
    margin-left: 64px !important;
  }

  .mxs\:ml-72 {
    margin-left: 72px !important;
  }

  .mxs\:ml-74 {
    margin-left: 74px !important;
  }

  .mxs\:ml-77 {
    margin-left: 77px !important;
  }

  .mxs\:ml-84 {
    margin-left: 84px !important;
  }

  .mxs\:ml-96 {
    margin-left: 96px !important;
  }

  .mxs\:ml-98 {
    margin-left: 98px !important;
  }

  .mxs\:ml-100 {
    margin-left: 100px !important;
  }

  .mxs\:ml-105 {
    margin-left: 105px !important;
  }

  .mxs\:ml-114 {
    margin-left: 114px !important;
  }

  .mxs\:ml-115 {
    margin-left: 115px !important;
  }

  .mxs\:ml-120 {
    margin-left: 120px !important;
  }

  .mxs\:ml-128 {
    margin-left: 128px !important;
  }

  .mxs\:ml-156 {
    margin-left: 156px !important;
  }

  .mxs\:ml-200 {
    margin-left: 200px !important;
  }

  .mxs\:ml-256 {
    margin-left: 256px !important;
  }

  .mxs\:ml-auto {
    margin-left: auto !important;
  }

  .mxs\:ml-px {
    margin-left: 1px !important;
  }

  .mxs\:-ml-0 {
    margin-left: 0px !important;
  }

  .mxs\:-ml-2 {
    margin-left: -2px !important;
  }

  .mxs\:-ml-3 {
    margin-left: -3px !important;
  }

  .mxs\:-ml-4 {
    margin-left: -4px !important;
  }

  .mxs\:-ml-6 {
    margin-left: -6px !important;
  }

  .mxs\:-ml-8 {
    margin-left: -8px !important;
  }

  .mxs\:-ml-10 {
    margin-left: -10px !important;
  }

  .mxs\:-ml-12 {
    margin-left: -12px !important;
  }

  .mxs\:-ml-14 {
    margin-left: -14px !important;
  }

  .mxs\:-ml-16 {
    margin-left: -16px !important;
  }

  .mxs\:-ml-20 {
    margin-left: -20px !important;
  }

  .mxs\:-ml-22 {
    margin-left: -22px !important;
  }

  .mxs\:-ml-24 {
    margin-left: -24px !important;
  }

  .mxs\:-ml-25 {
    margin-left: -25px !important;
  }

  .mxs\:-ml-27 {
    margin-left: -27px !important;
  }

  .mxs\:-ml-30 {
    margin-left: -30px !important;
  }

  .mxs\:-ml-36 {
    margin-left: -36px !important;
  }

  .mxs\:-ml-40 {
    margin-left: -40px !important;
  }

  .mxs\:-ml-42 {
    margin-left: -42px !important;
  }

  .mxs\:-ml-44 {
    margin-left: -44px !important;
  }

  .mxs\:-ml-48 {
    margin-left: -48px !important;
  }

  .mxs\:-ml-52 {
    margin-left: -52px !important;
  }

  .mxs\:-ml-64 {
    margin-left: -64px !important;
  }

  .mxs\:-ml-72 {
    margin-left: -72px !important;
  }

  .mxs\:-ml-74 {
    margin-left: -74px !important;
  }

  .mxs\:-ml-77 {
    margin-left: -77px !important;
  }

  .mxs\:-ml-84 {
    margin-left: -84px !important;
  }

  .mxs\:-ml-96 {
    margin-left: -96px !important;
  }

  .mxs\:-ml-98 {
    margin-left: -98px !important;
  }

  .mxs\:-ml-100 {
    margin-left: -100px !important;
  }

  .mxs\:-ml-105 {
    margin-left: -105px !important;
  }

  .mxs\:-ml-114 {
    margin-left: -114px !important;
  }

  .mxs\:-ml-115 {
    margin-left: -115px !important;
  }

  .mxs\:-ml-120 {
    margin-left: -120px !important;
  }

  .mxs\:-ml-128 {
    margin-left: -128px !important;
  }

  .mxs\:-ml-156 {
    margin-left: -156px !important;
  }

  .mxs\:-ml-200 {
    margin-left: -200px !important;
  }

  .mxs\:-ml-256 {
    margin-left: -256px !important;
  }

  .mxs\:-ml-px {
    margin-left: -1px !important;
  }

  .mxs\:box-border {
    box-sizing: border-box !important;
  }

  .mxs\:box-content {
    box-sizing: content-box !important;
  }

  .mxs\:block {
    display: block !important;
  }

  .mxs\:inline-block {
    display: inline-block !important;
  }

  .mxs\:inline {
    display: inline !important;
  }

  .mxs\:flex {
    display: flex !important;
  }

  .mxs\:inline-flex {
    display: inline-flex !important;
  }

  .mxs\:table {
    display: table !important;
  }

  .mxs\:inline-table {
    display: inline-table !important;
  }

  .mxs\:table-caption {
    display: table-caption !important;
  }

  .mxs\:table-cell {
    display: table-cell !important;
  }

  .mxs\:table-column {
    display: table-column !important;
  }

  .mxs\:table-column-group {
    display: table-column-group !important;
  }

  .mxs\:table-footer-group {
    display: table-footer-group !important;
  }

  .mxs\:table-header-group {
    display: table-header-group !important;
  }

  .mxs\:table-row-group {
    display: table-row-group !important;
  }

  .mxs\:table-row {
    display: table-row !important;
  }

  .mxs\:flow-root {
    display: flow-root !important;
  }

  .mxs\:grid {
    display: grid !important;
  }

  .mxs\:inline-grid {
    display: inline-grid !important;
  }

  .mxs\:contents {
    display: contents !important;
  }

  .mxs\:list-item {
    display: list-item !important;
  }

  .mxs\:hidden {
    display: none !important;
  }

  .mxs\:h-0 {
    height: 0px !important;
  }

  .mxs\:h-2 {
    height: 2px !important;
  }

  .mxs\:h-3 {
    height: 3px !important;
  }

  .mxs\:h-4 {
    height: 4px !important;
  }

  .mxs\:h-5 {
    height: 5px !important;
  }

  .mxs\:h-6 {
    height: 6px !important;
  }

  .mxs\:h-8 {
    height: 8px !important;
  }

  .mxs\:h-10 {
    height: 10px !important;
  }

  .mxs\:h-12 {
    height: 12px !important;
  }

  .mxs\:h-14 {
    height: 14px !important;
  }

  .mxs\:h-15 {
    height: 15px !important;
  }

  .mxs\:h-16 {
    height: 16px !important;
  }

  .mxs\:h-20 {
    height: 20px !important;
  }

  .mxs\:h-22 {
    height: 22px !important;
  }

  .mxs\:h-24 {
    height: 24px !important;
  }

  .mxs\:h-25 {
    height: 25px !important;
  }

  .mxs\:h-26 {
    height: 26px !important;
  }

  .mxs\:h-27 {
    height: 27px !important;
  }

  .mxs\:h-28 {
    height: 28px !important;
  }

  .mxs\:h-30 {
    height: 30px !important;
  }

  .mxs\:h-32 {
    height: 32px !important;
  }

  .mxs\:h-33 {
    height: 33px !important;
  }

  .mxs\:h-34 {
    height: 34px !important;
  }

  .mxs\:h-35 {
    height: 35px !important;
  }

  .mxs\:h-36 {
    height: 36px !important;
  }

  .mxs\:h-38 {
    height: 38px !important;
  }

  .mxs\:h-40 {
    height: 40px !important;
  }

  .mxs\:h-42 {
    height: 42px !important;
  }

  .mxs\:h-44 {
    height: 44px !important;
  }

  .mxs\:h-45 {
    height: 45px !important;
  }

  .mxs\:h-48 {
    height: 48px !important;
  }

  .mxs\:h-50 {
    height: 50px !important;
  }

  .mxs\:h-52 {
    height: 52px !important;
  }

  .mxs\:h-55 {
    height: 55px !important;
  }

  .mxs\:h-60 {
    height: 60px !important;
  }

  .mxs\:h-64 {
    height: 64px !important;
  }

  .mxs\:h-65 {
    height: 65px !important;
  }

  .mxs\:h-70 {
    height: 70px !important;
  }

  .mxs\:h-72 {
    height: 72px !important;
  }

  .mxs\:h-74 {
    height: 74px !important;
  }

  .mxs\:h-75 {
    height: 75px !important;
  }

  .mxs\:h-77 {
    height: 77px !important;
  }

  .mxs\:h-80 {
    height: 80px !important;
  }

  .mxs\:h-84 {
    height: 84px !important;
  }

  .mxs\:h-85 {
    height: 85px !important;
  }

  .mxs\:h-90 {
    height: 90px !important;
  }

  .mxs\:h-95 {
    height: 95px !important;
  }

  .mxs\:h-96 {
    height: 96px !important;
  }

  .mxs\:h-98 {
    height: 98px !important;
  }

  .mxs\:h-100 {
    height: 100px !important;
  }

  .mxs\:h-105 {
    height: 105px !important;
  }

  .mxs\:h-110 {
    height: 110px !important;
  }

  .mxs\:h-114 {
    height: 114px !important;
  }

  .mxs\:h-115 {
    height: 115px !important;
  }

  .mxs\:h-120 {
    height: 120px !important;
  }

  .mxs\:h-125 {
    height: 125px !important;
  }

  .mxs\:h-128 {
    height: 128px !important;
  }

  .mxs\:h-130 {
    height: 130px !important;
  }

  .mxs\:h-135 {
    height: 135px !important;
  }

  .mxs\:h-140 {
    height: 140px !important;
  }

  .mxs\:h-142 {
    height: 142px !important;
  }

  .mxs\:h-145 {
    height: 145px !important;
  }

  .mxs\:h-150 {
    height: 150px !important;
  }

  .mxs\:h-156 {
    height: 156px !important;
  }

  .mxs\:h-165 {
    height: 165px !important;
  }

  .mxs\:h-170 {
    height: 170px !important;
  }

  .mxs\:h-180 {
    height: 180px !important;
  }

  .mxs\:h-185 {
    height: 185px !important;
  }

  .mxs\:h-190 {
    height: 190px !important;
  }

  .mxs\:h-200 {
    height: 200px !important;
  }

  .mxs\:h-225 {
    height: 225px !important;
  }

  .mxs\:h-256 {
    height: 256px !important;
  }

  .mxs\:h-auto {
    height: auto !important;
  }

  .mxs\:h-px {
    height: 1px !important;
  }

  .mxs\:h-1\/2 {
    height: 50% !important;
  }

  .mxs\:h-1\/3 {
    height: 33.333333% !important;
  }

  .mxs\:h-2\/3 {
    height: 66.666667% !important;
  }

  .mxs\:h-1\/4 {
    height: 25% !important;
  }

  .mxs\:h-2\/4 {
    height: 50% !important;
  }

  .mxs\:h-3\/4 {
    height: 75% !important;
  }

  .mxs\:h-1\/5 {
    height: 20% !important;
  }

  .mxs\:h-2\/5 {
    height: 40% !important;
  }

  .mxs\:h-3\/5 {
    height: 60% !important;
  }

  .mxs\:h-4\/5 {
    height: 80% !important;
  }

  .mxs\:h-1\/6 {
    height: 16.666667% !important;
  }

  .mxs\:h-2\/6 {
    height: 33.333333% !important;
  }

  .mxs\:h-3\/6 {
    height: 50% !important;
  }

  .mxs\:h-4\/6 {
    height: 66.666667% !important;
  }

  .mxs\:h-5\/6 {
    height: 83.333333% !important;
  }

  .mxs\:h-full {
    height: 100% !important;
  }

  .mxs\:h-screen {
    height: 100vh !important;
  }

  .mxs\:max-h-0 {
    max-height: 0px !important;
  }

  .mxs\:max-h-2 {
    max-height: 2px !important;
  }

  .mxs\:max-h-3 {
    max-height: 3px !important;
  }

  .mxs\:max-h-4 {
    max-height: 4px !important;
  }

  .mxs\:max-h-6 {
    max-height: 6px !important;
  }

  .mxs\:max-h-8 {
    max-height: 8px !important;
  }

  .mxs\:max-h-10 {
    max-height: 10px !important;
  }

  .mxs\:max-h-12 {
    max-height: 12px !important;
  }

  .mxs\:max-h-14 {
    max-height: 14px !important;
  }

  .mxs\:max-h-16 {
    max-height: 16px !important;
  }

  .mxs\:max-h-20 {
    max-height: 20px !important;
  }

  .mxs\:max-h-22 {
    max-height: 22px !important;
  }

  .mxs\:max-h-24 {
    max-height: 24px !important;
  }

  .mxs\:max-h-25 {
    max-height: 25px !important;
  }

  .mxs\:max-h-27 {
    max-height: 27px !important;
  }

  .mxs\:max-h-30 {
    max-height: 30px !important;
  }

  .mxs\:max-h-36 {
    max-height: 36px !important;
  }

  .mxs\:max-h-40 {
    max-height: 40px !important;
  }

  .mxs\:max-h-42 {
    max-height: 42px !important;
  }

  .mxs\:max-h-44 {
    max-height: 44px !important;
  }

  .mxs\:max-h-48 {
    max-height: 48px !important;
  }

  .mxs\:max-h-52 {
    max-height: 52px !important;
  }

  .mxs\:max-h-64 {
    max-height: 64px !important;
  }

  .mxs\:max-h-72 {
    max-height: 72px !important;
  }

  .mxs\:max-h-74 {
    max-height: 74px !important;
  }

  .mxs\:max-h-77 {
    max-height: 77px !important;
  }

  .mxs\:max-h-84 {
    max-height: 84px !important;
  }

  .mxs\:max-h-96 {
    max-height: 96px !important;
  }

  .mxs\:max-h-98 {
    max-height: 98px !important;
  }

  .mxs\:max-h-100 {
    max-height: 100px !important;
  }

  .mxs\:max-h-105 {
    max-height: 105px !important;
  }

  .mxs\:max-h-114 {
    max-height: 114px !important;
  }

  .mxs\:max-h-115 {
    max-height: 115px !important;
  }

  .mxs\:max-h-120 {
    max-height: 120px !important;
  }

  .mxs\:max-h-128 {
    max-height: 128px !important;
  }

  .mxs\:max-h-156 {
    max-height: 156px !important;
  }

  .mxs\:max-h-200 {
    max-height: 200px !important;
  }

  .mxs\:max-h-256 {
    max-height: 256px !important;
  }

  .mxs\:max-h-px {
    max-height: 1px !important;
  }

  .mxs\:max-h-full {
    max-height: 100% !important;
  }

  .mxs\:max-h-screen {
    max-height: 100vh !important;
  }

  .mxs\:min-h-0 {
    min-height: 0px !important;
  }

  .mxs\:min-h-full {
    min-height: 100% !important;
  }

  .mxs\:min-h-screen {
    min-height: 100vh !important;
  }

  .mxs\:w-0 {
    width: 0px !important;
  }

  .mxs\:w-2 {
    width: 2px !important;
  }

  .mxs\:w-3 {
    width: 3px !important;
  }

  .mxs\:w-4 {
    width: 4px !important;
  }

  .mxs\:w-6 {
    width: 6px !important;
  }

  .mxs\:w-8 {
    width: 8px !important;
  }

  .mxs\:w-10 {
    width: 10px !important;
  }

  .mxs\:w-12 {
    width: 12px !important;
  }

  .mxs\:w-14 {
    width: 14px !important;
  }

  .mxs\:w-16 {
    width: 16px !important;
  }

  .mxs\:w-20 {
    width: 20px !important;
  }

  .mxs\:w-22 {
    width: 22px !important;
  }

  .mxs\:w-24 {
    width: 24px !important;
  }

  .mxs\:w-25 {
    width: 25px !important;
  }

  .mxs\:w-27 {
    width: 27px !important;
  }

  .mxs\:w-30 {
    width: 30px !important;
  }

  .mxs\:w-36 {
    width: 36px !important;
  }

  .mxs\:w-40 {
    width: 40px !important;
  }

  .mxs\:w-42 {
    width: 42px !important;
  }

  .mxs\:w-44 {
    width: 44px !important;
  }

  .mxs\:w-48 {
    width: 48px !important;
  }

  .mxs\:w-52 {
    width: 52px !important;
  }

  .mxs\:w-64 {
    width: 64px !important;
  }

  .mxs\:w-72 {
    width: 72px !important;
  }

  .mxs\:w-74 {
    width: 74px !important;
  }

  .mxs\:w-77 {
    width: 77px !important;
  }

  .mxs\:w-84 {
    width: 84px !important;
  }

  .mxs\:w-96 {
    width: 96px !important;
  }

  .mxs\:w-98 {
    width: 98px !important;
  }

  .mxs\:w-100 {
    width: 100px !important;
  }

  .mxs\:w-105 {
    width: 105px !important;
  }

  .mxs\:w-114 {
    width: 114px !important;
  }

  .mxs\:w-115 {
    width: 115px !important;
  }

  .mxs\:w-120 {
    width: 120px !important;
  }

  .mxs\:w-128 {
    width: 128px !important;
  }

  .mxs\:w-156 {
    width: 156px !important;
  }

  .mxs\:w-200 {
    width: 200px !important;
  }

  .mxs\:w-256 {
    width: 256px !important;
  }

  .mxs\:w-auto {
    width: auto !important;
  }

  .mxs\:w-px {
    width: 1px !important;
  }

  .mxs\:w-1\/2 {
    width: 50% !important;
  }

  .mxs\:w-1\/3 {
    width: 33.333333% !important;
  }

  .mxs\:w-2\/3 {
    width: 66.666667% !important;
  }

  .mxs\:w-1\/4 {
    width: 25% !important;
  }

  .mxs\:w-2\/4 {
    width: 50% !important;
  }

  .mxs\:w-3\/4 {
    width: 75% !important;
  }

  .mxs\:w-1\/5 {
    width: 20% !important;
  }

  .mxs\:w-2\/5 {
    width: 40% !important;
  }

  .mxs\:w-3\/5 {
    width: 60% !important;
  }

  .mxs\:w-4\/5 {
    width: 80% !important;
  }

  .mxs\:w-1\/6 {
    width: 16.666667% !important;
  }

  .mxs\:w-2\/6 {
    width: 33.333333% !important;
  }

  .mxs\:w-3\/6 {
    width: 50% !important;
  }

  .mxs\:w-4\/6 {
    width: 66.666667% !important;
  }

  .mxs\:w-5\/6 {
    width: 83.333333% !important;
  }

  .mxs\:w-1\/12 {
    width: 8.333333% !important;
  }

  .mxs\:w-2\/12 {
    width: 16.666667% !important;
  }

  .mxs\:w-3\/12 {
    width: 25% !important;
  }

  .mxs\:w-4\/12 {
    width: 33.333333% !important;
  }

  .mxs\:w-5\/12 {
    width: 41.666667% !important;
  }

  .mxs\:w-6\/12 {
    width: 50% !important;
  }

  .mxs\:w-7\/12 {
    width: 58.333333% !important;
  }

  .mxs\:w-8\/12 {
    width: 66.666667% !important;
  }

  .mxs\:w-9\/12 {
    width: 75% !important;
  }

  .mxs\:w-10\/12 {
    width: 83.333333% !important;
  }

  .mxs\:w-11\/12 {
    width: 91.666667% !important;
  }

  .mxs\:w-full {
    width: 100% !important;
  }

  .mxs\:w-screen {
    width: 100vw !important;
  }

  .mxs\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .mxs\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mxs\:min-w-0 {
    min-width: 0px !important;
  }

  .mxs\:min-w-full {
    min-width: 100% !important;
  }

  .mxs\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .mxs\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .mxs\:max-w-0 {
    max-width: 0rem !important;
  }

  .mxs\:max-w-none {
    max-width: none !important;
  }

  .mxs\:max-w-xs {
    max-width: 20rem !important;
  }

  .mxs\:max-w-sm {
    max-width: 24rem !important;
  }

  .mxs\:max-w-md {
    max-width: 28rem !important;
  }

  .mxs\:max-w-lg {
    max-width: 32rem !important;
  }

  .mxs\:max-w-xl {
    max-width: 36rem !important;
  }

  .mxs\:max-w-2xl {
    max-width: 42rem !important;
  }

  .mxs\:max-w-3xl {
    max-width: 48rem !important;
  }

  .mxs\:max-w-4xl {
    max-width: 56rem !important;
  }

  .mxs\:max-w-5xl {
    max-width: 64rem !important;
  }

  .mxs\:max-w-6xl {
    max-width: 72rem !important;
  }

  .mxs\:max-w-7xl {
    max-width: 80rem !important;
  }

  .mxs\:max-w-full {
    max-width: 100% !important;
  }

  .mxs\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .mxs\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .mxs\:max-w-prose {
    max-width: 65ch !important;
  }

  .mxs\:flex-1 {
    flex: 1 1 0% !important;
  }

  .mxs\:flex-auto {
    flex: 1 1 auto !important;
  }

  .mxs\:flex-initial {
    flex: 0 1 auto !important;
  }

  .mxs\:flex-none {
    flex: none !important;
  }

  .mxs\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mxs\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .mxs\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .mxs\:flex-grow {
    flex-grow: 1 !important;
  }

  .mxs\:table-auto {
    table-layout: auto !important;
  }

  .mxs\:table-fixed {
    table-layout: fixed !important;
  }

  .mxs\:border-collapse {
    border-collapse: collapse !important;
  }

  .mxs\:border-separate {
    border-collapse: separate !important;
  }

  .mxs\:origin-center {
    transform-origin: center !important;
  }

  .mxs\:origin-top {
    transform-origin: top !important;
  }

  .mxs\:origin-top-right {
    transform-origin: top right !important;
  }

  .mxs\:origin-right {
    transform-origin: right !important;
  }

  .mxs\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .mxs\:origin-bottom {
    transform-origin: bottom !important;
  }

  .mxs\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .mxs\:origin-left {
    transform-origin: left !important;
  }

  .mxs\:origin-top-left {
    transform-origin: top left !important;
  }

  .mxs\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mxs\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .mxs\:transform-none {
    transform: none !important;
  }

  .mxs\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mxs\:translate-x-2 {
    --tw-translate-x: 2px !important;
  }

  .mxs\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .mxs\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .mxs\:translate-x-6 {
    --tw-translate-x: 6px !important;
  }

  .mxs\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .mxs\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .mxs\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .mxs\:translate-x-14 {
    --tw-translate-x: 14px !important;
  }

  .mxs\:translate-x-16 {
    --tw-translate-x: 16px !important;
  }

  .mxs\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .mxs\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .mxs\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .mxs\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .mxs\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .mxs\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .mxs\:translate-x-36 {
    --tw-translate-x: 36px !important;
  }

  .mxs\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .mxs\:translate-x-42 {
    --tw-translate-x: 42px !important;
  }

  .mxs\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .mxs\:translate-x-48 {
    --tw-translate-x: 48px !important;
  }

  .mxs\:translate-x-52 {
    --tw-translate-x: 52px !important;
  }

  .mxs\:translate-x-64 {
    --tw-translate-x: 64px !important;
  }

  .mxs\:translate-x-72 {
    --tw-translate-x: 72px !important;
  }

  .mxs\:translate-x-74 {
    --tw-translate-x: 74px !important;
  }

  .mxs\:translate-x-77 {
    --tw-translate-x: 77px !important;
  }

  .mxs\:translate-x-84 {
    --tw-translate-x: 84px !important;
  }

  .mxs\:translate-x-96 {
    --tw-translate-x: 96px !important;
  }

  .mxs\:translate-x-98 {
    --tw-translate-x: 98px !important;
  }

  .mxs\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .mxs\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .mxs\:translate-x-114 {
    --tw-translate-x: 114px !important;
  }

  .mxs\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .mxs\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .mxs\:translate-x-128 {
    --tw-translate-x: 128px !important;
  }

  .mxs\:translate-x-156 {
    --tw-translate-x: 156px !important;
  }

  .mxs\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .mxs\:translate-x-256 {
    --tw-translate-x: 256px !important;
  }

  .mxs\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .mxs\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mxs\:-translate-x-2 {
    --tw-translate-x: -2px !important;
  }

  .mxs\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .mxs\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .mxs\:-translate-x-6 {
    --tw-translate-x: -6px !important;
  }

  .mxs\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .mxs\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .mxs\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .mxs\:-translate-x-14 {
    --tw-translate-x: -14px !important;
  }

  .mxs\:-translate-x-16 {
    --tw-translate-x: -16px !important;
  }

  .mxs\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .mxs\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .mxs\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .mxs\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .mxs\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .mxs\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .mxs\:-translate-x-36 {
    --tw-translate-x: -36px !important;
  }

  .mxs\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .mxs\:-translate-x-42 {
    --tw-translate-x: -42px !important;
  }

  .mxs\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .mxs\:-translate-x-48 {
    --tw-translate-x: -48px !important;
  }

  .mxs\:-translate-x-52 {
    --tw-translate-x: -52px !important;
  }

  .mxs\:-translate-x-64 {
    --tw-translate-x: -64px !important;
  }

  .mxs\:-translate-x-72 {
    --tw-translate-x: -72px !important;
  }

  .mxs\:-translate-x-74 {
    --tw-translate-x: -74px !important;
  }

  .mxs\:-translate-x-77 {
    --tw-translate-x: -77px !important;
  }

  .mxs\:-translate-x-84 {
    --tw-translate-x: -84px !important;
  }

  .mxs\:-translate-x-96 {
    --tw-translate-x: -96px !important;
  }

  .mxs\:-translate-x-98 {
    --tw-translate-x: -98px !important;
  }

  .mxs\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .mxs\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .mxs\:-translate-x-114 {
    --tw-translate-x: -114px !important;
  }

  .mxs\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .mxs\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .mxs\:-translate-x-128 {
    --tw-translate-x: -128px !important;
  }

  .mxs\:-translate-x-156 {
    --tw-translate-x: -156px !important;
  }

  .mxs\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .mxs\:-translate-x-256 {
    --tw-translate-x: -256px !important;
  }

  .mxs\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .mxs\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .mxs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .mxs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .mxs\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .mxs\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .mxs\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .mxs\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .mxs\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .mxs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .mxs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .mxs\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .mxs\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .mxs\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .mxs\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .mxs\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mxs\:translate-y-2 {
    --tw-translate-y: 2px !important;
  }

  .mxs\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .mxs\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .mxs\:translate-y-6 {
    --tw-translate-y: 6px !important;
  }

  .mxs\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .mxs\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .mxs\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .mxs\:translate-y-14 {
    --tw-translate-y: 14px !important;
  }

  .mxs\:translate-y-16 {
    --tw-translate-y: 16px !important;
  }

  .mxs\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .mxs\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .mxs\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .mxs\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .mxs\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .mxs\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .mxs\:translate-y-36 {
    --tw-translate-y: 36px !important;
  }

  .mxs\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .mxs\:translate-y-42 {
    --tw-translate-y: 42px !important;
  }

  .mxs\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .mxs\:translate-y-48 {
    --tw-translate-y: 48px !important;
  }

  .mxs\:translate-y-52 {
    --tw-translate-y: 52px !important;
  }

  .mxs\:translate-y-64 {
    --tw-translate-y: 64px !important;
  }

  .mxs\:translate-y-72 {
    --tw-translate-y: 72px !important;
  }

  .mxs\:translate-y-74 {
    --tw-translate-y: 74px !important;
  }

  .mxs\:translate-y-77 {
    --tw-translate-y: 77px !important;
  }

  .mxs\:translate-y-84 {
    --tw-translate-y: 84px !important;
  }

  .mxs\:translate-y-96 {
    --tw-translate-y: 96px !important;
  }

  .mxs\:translate-y-98 {
    --tw-translate-y: 98px !important;
  }

  .mxs\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .mxs\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .mxs\:translate-y-114 {
    --tw-translate-y: 114px !important;
  }

  .mxs\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .mxs\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .mxs\:translate-y-128 {
    --tw-translate-y: 128px !important;
  }

  .mxs\:translate-y-156 {
    --tw-translate-y: 156px !important;
  }

  .mxs\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .mxs\:translate-y-256 {
    --tw-translate-y: 256px !important;
  }

  .mxs\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .mxs\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mxs\:-translate-y-2 {
    --tw-translate-y: -2px !important;
  }

  .mxs\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .mxs\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .mxs\:-translate-y-6 {
    --tw-translate-y: -6px !important;
  }

  .mxs\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .mxs\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .mxs\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .mxs\:-translate-y-14 {
    --tw-translate-y: -14px !important;
  }

  .mxs\:-translate-y-16 {
    --tw-translate-y: -16px !important;
  }

  .mxs\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .mxs\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .mxs\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .mxs\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .mxs\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .mxs\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .mxs\:-translate-y-36 {
    --tw-translate-y: -36px !important;
  }

  .mxs\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .mxs\:-translate-y-42 {
    --tw-translate-y: -42px !important;
  }

  .mxs\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .mxs\:-translate-y-48 {
    --tw-translate-y: -48px !important;
  }

  .mxs\:-translate-y-52 {
    --tw-translate-y: -52px !important;
  }

  .mxs\:-translate-y-64 {
    --tw-translate-y: -64px !important;
  }

  .mxs\:-translate-y-72 {
    --tw-translate-y: -72px !important;
  }

  .mxs\:-translate-y-74 {
    --tw-translate-y: -74px !important;
  }

  .mxs\:-translate-y-77 {
    --tw-translate-y: -77px !important;
  }

  .mxs\:-translate-y-84 {
    --tw-translate-y: -84px !important;
  }

  .mxs\:-translate-y-96 {
    --tw-translate-y: -96px !important;
  }

  .mxs\:-translate-y-98 {
    --tw-translate-y: -98px !important;
  }

  .mxs\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .mxs\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .mxs\:-translate-y-114 {
    --tw-translate-y: -114px !important;
  }

  .mxs\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .mxs\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .mxs\:-translate-y-128 {
    --tw-translate-y: -128px !important;
  }

  .mxs\:-translate-y-156 {
    --tw-translate-y: -156px !important;
  }

  .mxs\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .mxs\:-translate-y-256 {
    --tw-translate-y: -256px !important;
  }

  .mxs\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .mxs\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .mxs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .mxs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .mxs\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .mxs\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .mxs\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .mxs\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .mxs\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .mxs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .mxs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .mxs\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .mxs\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .mxs\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .mxs\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .mxs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mxs\:hover\:translate-x-2:hover {
    --tw-translate-x: 2px !important;
  }

  .mxs\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .mxs\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .mxs\:hover\:translate-x-6:hover {
    --tw-translate-x: 6px !important;
  }

  .mxs\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .mxs\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .mxs\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .mxs\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px !important;
  }

  .mxs\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px !important;
  }

  .mxs\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .mxs\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .mxs\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .mxs\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .mxs\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .mxs\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .mxs\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px !important;
  }

  .mxs\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .mxs\:hover\:translate-x-42:hover {
    --tw-translate-x: 42px !important;
  }

  .mxs\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .mxs\:hover\:translate-x-48:hover {
    --tw-translate-x: 48px !important;
  }

  .mxs\:hover\:translate-x-52:hover {
    --tw-translate-x: 52px !important;
  }

  .mxs\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px !important;
  }

  .mxs\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px !important;
  }

  .mxs\:hover\:translate-x-74:hover {
    --tw-translate-x: 74px !important;
  }

  .mxs\:hover\:translate-x-77:hover {
    --tw-translate-x: 77px !important;
  }

  .mxs\:hover\:translate-x-84:hover {
    --tw-translate-x: 84px !important;
  }

  .mxs\:hover\:translate-x-96:hover {
    --tw-translate-x: 96px !important;
  }

  .mxs\:hover\:translate-x-98:hover {
    --tw-translate-x: 98px !important;
  }

  .mxs\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .mxs\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .mxs\:hover\:translate-x-114:hover {
    --tw-translate-x: 114px !important;
  }

  .mxs\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .mxs\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .mxs\:hover\:translate-x-128:hover {
    --tw-translate-x: 128px !important;
  }

  .mxs\:hover\:translate-x-156:hover {
    --tw-translate-x: 156px !important;
  }

  .mxs\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .mxs\:hover\:translate-x-256:hover {
    --tw-translate-x: 256px !important;
  }

  .mxs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .mxs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mxs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -2px !important;
  }

  .mxs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .mxs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .mxs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -6px !important;
  }

  .mxs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .mxs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .mxs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .mxs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px !important;
  }

  .mxs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px !important;
  }

  .mxs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .mxs\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .mxs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .mxs\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .mxs\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .mxs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .mxs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px !important;
  }

  .mxs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .mxs\:hover\:-translate-x-42:hover {
    --tw-translate-x: -42px !important;
  }

  .mxs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .mxs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -48px !important;
  }

  .mxs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -52px !important;
  }

  .mxs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px !important;
  }

  .mxs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px !important;
  }

  .mxs\:hover\:-translate-x-74:hover {
    --tw-translate-x: -74px !important;
  }

  .mxs\:hover\:-translate-x-77:hover {
    --tw-translate-x: -77px !important;
  }

  .mxs\:hover\:-translate-x-84:hover {
    --tw-translate-x: -84px !important;
  }

  .mxs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -96px !important;
  }

  .mxs\:hover\:-translate-x-98:hover {
    --tw-translate-x: -98px !important;
  }

  .mxs\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .mxs\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .mxs\:hover\:-translate-x-114:hover {
    --tw-translate-x: -114px !important;
  }

  .mxs\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .mxs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .mxs\:hover\:-translate-x-128:hover {
    --tw-translate-x: -128px !important;
  }

  .mxs\:hover\:-translate-x-156:hover {
    --tw-translate-x: -156px !important;
  }

  .mxs\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .mxs\:hover\:-translate-x-256:hover {
    --tw-translate-x: -256px !important;
  }

  .mxs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .mxs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .mxs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .mxs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .mxs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .mxs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .mxs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .mxs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .mxs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .mxs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .mxs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .mxs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .mxs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .mxs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .mxs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .mxs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mxs\:hover\:translate-y-2:hover {
    --tw-translate-y: 2px !important;
  }

  .mxs\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .mxs\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .mxs\:hover\:translate-y-6:hover {
    --tw-translate-y: 6px !important;
  }

  .mxs\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .mxs\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .mxs\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .mxs\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px !important;
  }

  .mxs\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px !important;
  }

  .mxs\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .mxs\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .mxs\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .mxs\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .mxs\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .mxs\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .mxs\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px !important;
  }

  .mxs\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .mxs\:hover\:translate-y-42:hover {
    --tw-translate-y: 42px !important;
  }

  .mxs\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .mxs\:hover\:translate-y-48:hover {
    --tw-translate-y: 48px !important;
  }

  .mxs\:hover\:translate-y-52:hover {
    --tw-translate-y: 52px !important;
  }

  .mxs\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px !important;
  }

  .mxs\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px !important;
  }

  .mxs\:hover\:translate-y-74:hover {
    --tw-translate-y: 74px !important;
  }

  .mxs\:hover\:translate-y-77:hover {
    --tw-translate-y: 77px !important;
  }

  .mxs\:hover\:translate-y-84:hover {
    --tw-translate-y: 84px !important;
  }

  .mxs\:hover\:translate-y-96:hover {
    --tw-translate-y: 96px !important;
  }

  .mxs\:hover\:translate-y-98:hover {
    --tw-translate-y: 98px !important;
  }

  .mxs\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .mxs\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .mxs\:hover\:translate-y-114:hover {
    --tw-translate-y: 114px !important;
  }

  .mxs\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .mxs\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .mxs\:hover\:translate-y-128:hover {
    --tw-translate-y: 128px !important;
  }

  .mxs\:hover\:translate-y-156:hover {
    --tw-translate-y: 156px !important;
  }

  .mxs\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .mxs\:hover\:translate-y-256:hover {
    --tw-translate-y: 256px !important;
  }

  .mxs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .mxs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mxs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -2px !important;
  }

  .mxs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .mxs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .mxs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px !important;
  }

  .mxs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .mxs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .mxs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .mxs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px !important;
  }

  .mxs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px !important;
  }

  .mxs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .mxs\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .mxs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .mxs\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .mxs\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .mxs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .mxs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px !important;
  }

  .mxs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .mxs\:hover\:-translate-y-42:hover {
    --tw-translate-y: -42px !important;
  }

  .mxs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .mxs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -48px !important;
  }

  .mxs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -52px !important;
  }

  .mxs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px !important;
  }

  .mxs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px !important;
  }

  .mxs\:hover\:-translate-y-74:hover {
    --tw-translate-y: -74px !important;
  }

  .mxs\:hover\:-translate-y-77:hover {
    --tw-translate-y: -77px !important;
  }

  .mxs\:hover\:-translate-y-84:hover {
    --tw-translate-y: -84px !important;
  }

  .mxs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -96px !important;
  }

  .mxs\:hover\:-translate-y-98:hover {
    --tw-translate-y: -98px !important;
  }

  .mxs\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .mxs\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .mxs\:hover\:-translate-y-114:hover {
    --tw-translate-y: -114px !important;
  }

  .mxs\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .mxs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .mxs\:hover\:-translate-y-128:hover {
    --tw-translate-y: -128px !important;
  }

  .mxs\:hover\:-translate-y-156:hover {
    --tw-translate-y: -156px !important;
  }

  .mxs\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .mxs\:hover\:-translate-y-256:hover {
    --tw-translate-y: -256px !important;
  }

  .mxs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .mxs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .mxs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .mxs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .mxs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .mxs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .mxs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .mxs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .mxs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .mxs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .mxs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .mxs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .mxs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .mxs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .mxs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .mxs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mxs\:focus\:translate-x-2:focus {
    --tw-translate-x: 2px !important;
  }

  .mxs\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .mxs\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .mxs\:focus\:translate-x-6:focus {
    --tw-translate-x: 6px !important;
  }

  .mxs\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .mxs\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .mxs\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .mxs\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px !important;
  }

  .mxs\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px !important;
  }

  .mxs\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .mxs\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .mxs\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .mxs\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .mxs\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .mxs\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .mxs\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px !important;
  }

  .mxs\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .mxs\:focus\:translate-x-42:focus {
    --tw-translate-x: 42px !important;
  }

  .mxs\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .mxs\:focus\:translate-x-48:focus {
    --tw-translate-x: 48px !important;
  }

  .mxs\:focus\:translate-x-52:focus {
    --tw-translate-x: 52px !important;
  }

  .mxs\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px !important;
  }

  .mxs\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px !important;
  }

  .mxs\:focus\:translate-x-74:focus {
    --tw-translate-x: 74px !important;
  }

  .mxs\:focus\:translate-x-77:focus {
    --tw-translate-x: 77px !important;
  }

  .mxs\:focus\:translate-x-84:focus {
    --tw-translate-x: 84px !important;
  }

  .mxs\:focus\:translate-x-96:focus {
    --tw-translate-x: 96px !important;
  }

  .mxs\:focus\:translate-x-98:focus {
    --tw-translate-x: 98px !important;
  }

  .mxs\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .mxs\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .mxs\:focus\:translate-x-114:focus {
    --tw-translate-x: 114px !important;
  }

  .mxs\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .mxs\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .mxs\:focus\:translate-x-128:focus {
    --tw-translate-x: 128px !important;
  }

  .mxs\:focus\:translate-x-156:focus {
    --tw-translate-x: 156px !important;
  }

  .mxs\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .mxs\:focus\:translate-x-256:focus {
    --tw-translate-x: 256px !important;
  }

  .mxs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .mxs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mxs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -2px !important;
  }

  .mxs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .mxs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .mxs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -6px !important;
  }

  .mxs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .mxs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .mxs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .mxs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px !important;
  }

  .mxs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px !important;
  }

  .mxs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .mxs\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .mxs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .mxs\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .mxs\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .mxs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .mxs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px !important;
  }

  .mxs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .mxs\:focus\:-translate-x-42:focus {
    --tw-translate-x: -42px !important;
  }

  .mxs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .mxs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -48px !important;
  }

  .mxs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -52px !important;
  }

  .mxs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px !important;
  }

  .mxs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px !important;
  }

  .mxs\:focus\:-translate-x-74:focus {
    --tw-translate-x: -74px !important;
  }

  .mxs\:focus\:-translate-x-77:focus {
    --tw-translate-x: -77px !important;
  }

  .mxs\:focus\:-translate-x-84:focus {
    --tw-translate-x: -84px !important;
  }

  .mxs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -96px !important;
  }

  .mxs\:focus\:-translate-x-98:focus {
    --tw-translate-x: -98px !important;
  }

  .mxs\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .mxs\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .mxs\:focus\:-translate-x-114:focus {
    --tw-translate-x: -114px !important;
  }

  .mxs\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .mxs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .mxs\:focus\:-translate-x-128:focus {
    --tw-translate-x: -128px !important;
  }

  .mxs\:focus\:-translate-x-156:focus {
    --tw-translate-x: -156px !important;
  }

  .mxs\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .mxs\:focus\:-translate-x-256:focus {
    --tw-translate-x: -256px !important;
  }

  .mxs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .mxs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .mxs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .mxs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .mxs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .mxs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .mxs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .mxs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .mxs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .mxs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .mxs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .mxs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .mxs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .mxs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .mxs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .mxs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mxs\:focus\:translate-y-2:focus {
    --tw-translate-y: 2px !important;
  }

  .mxs\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .mxs\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .mxs\:focus\:translate-y-6:focus {
    --tw-translate-y: 6px !important;
  }

  .mxs\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .mxs\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .mxs\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .mxs\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px !important;
  }

  .mxs\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px !important;
  }

  .mxs\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .mxs\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .mxs\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .mxs\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .mxs\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .mxs\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .mxs\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px !important;
  }

  .mxs\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .mxs\:focus\:translate-y-42:focus {
    --tw-translate-y: 42px !important;
  }

  .mxs\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .mxs\:focus\:translate-y-48:focus {
    --tw-translate-y: 48px !important;
  }

  .mxs\:focus\:translate-y-52:focus {
    --tw-translate-y: 52px !important;
  }

  .mxs\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px !important;
  }

  .mxs\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px !important;
  }

  .mxs\:focus\:translate-y-74:focus {
    --tw-translate-y: 74px !important;
  }

  .mxs\:focus\:translate-y-77:focus {
    --tw-translate-y: 77px !important;
  }

  .mxs\:focus\:translate-y-84:focus {
    --tw-translate-y: 84px !important;
  }

  .mxs\:focus\:translate-y-96:focus {
    --tw-translate-y: 96px !important;
  }

  .mxs\:focus\:translate-y-98:focus {
    --tw-translate-y: 98px !important;
  }

  .mxs\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .mxs\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .mxs\:focus\:translate-y-114:focus {
    --tw-translate-y: 114px !important;
  }

  .mxs\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .mxs\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .mxs\:focus\:translate-y-128:focus {
    --tw-translate-y: 128px !important;
  }

  .mxs\:focus\:translate-y-156:focus {
    --tw-translate-y: 156px !important;
  }

  .mxs\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .mxs\:focus\:translate-y-256:focus {
    --tw-translate-y: 256px !important;
  }

  .mxs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .mxs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mxs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -2px !important;
  }

  .mxs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .mxs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .mxs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -6px !important;
  }

  .mxs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .mxs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .mxs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .mxs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px !important;
  }

  .mxs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px !important;
  }

  .mxs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .mxs\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .mxs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .mxs\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .mxs\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .mxs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .mxs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px !important;
  }

  .mxs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .mxs\:focus\:-translate-y-42:focus {
    --tw-translate-y: -42px !important;
  }

  .mxs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .mxs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -48px !important;
  }

  .mxs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -52px !important;
  }

  .mxs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px !important;
  }

  .mxs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px !important;
  }

  .mxs\:focus\:-translate-y-74:focus {
    --tw-translate-y: -74px !important;
  }

  .mxs\:focus\:-translate-y-77:focus {
    --tw-translate-y: -77px !important;
  }

  .mxs\:focus\:-translate-y-84:focus {
    --tw-translate-y: -84px !important;
  }

  .mxs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -96px !important;
  }

  .mxs\:focus\:-translate-y-98:focus {
    --tw-translate-y: -98px !important;
  }

  .mxs\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .mxs\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .mxs\:focus\:-translate-y-114:focus {
    --tw-translate-y: -114px !important;
  }

  .mxs\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .mxs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .mxs\:focus\:-translate-y-128:focus {
    --tw-translate-y: -128px !important;
  }

  .mxs\:focus\:-translate-y-156:focus {
    --tw-translate-y: -156px !important;
  }

  .mxs\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .mxs\:focus\:-translate-y-256:focus {
    --tw-translate-y: -256px !important;
  }

  .mxs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .mxs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .mxs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .mxs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .mxs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .mxs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .mxs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .mxs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .mxs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .mxs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .mxs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .mxs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .mxs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .mxs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .mxs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .mxs\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .mxs\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .mxs\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .mxs\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .mxs\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .mxs\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .mxs\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .mxs\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .mxs\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .mxs\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .mxs\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .mxs\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .mxs\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .mxs\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .mxs\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .mxs\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .mxs\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .mxs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .mxs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .mxs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .mxs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .mxs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .mxs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .mxs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .mxs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .mxs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .mxs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .mxs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .mxs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .mxs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .mxs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .mxs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .mxs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .mxs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .mxs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .mxs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .mxs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .mxs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .mxs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .mxs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .mxs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .mxs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .mxs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .mxs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .mxs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .mxs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .mxs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .mxs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .mxs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .mxs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .mxs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .mxs\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .mxs\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .mxs\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .mxs\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .mxs\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .mxs\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .mxs\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .mxs\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .mxs\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .mxs\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .mxs\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .mxs\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .mxs\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .mxs\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .mxs\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .mxs\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .mxs\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .mxs\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .mxs\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .mxs\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .mxs\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .mxs\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .mxs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .mxs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .mxs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .mxs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .mxs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .mxs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .mxs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .mxs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .mxs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .mxs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .mxs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .mxs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .mxs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .mxs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .mxs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .mxs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .mxs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .mxs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .mxs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .mxs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .mxs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .mxs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .mxs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .mxs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .mxs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .mxs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .mxs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .mxs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .mxs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .mxs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .mxs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .mxs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .mxs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .mxs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .mxs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .mxs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .mxs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .mxs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .mxs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .mxs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .mxs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .mxs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .mxs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .mxs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .mxs\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxs\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxs\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxs\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxs\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxs\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxs\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxs\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxs\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxs\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxs\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxs\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mxs\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mxs\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mxs\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mxs\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mxs\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mxs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .mxs\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .mxs\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .mxs\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .mxs\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .mxs\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .mxs\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .mxs\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .mxs\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .mxs\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .mxs\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .mxs\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .mxs\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .mxs\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .mxs\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .mxs\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .mxs\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .mxs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .mxs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .mxs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .mxs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .mxs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .mxs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .mxs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .mxs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .mxs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .mxs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .mxs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .mxs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .mxs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .mxs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .mxs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .mxs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .mxs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .mxs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .mxs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .mxs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .mxs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .mxs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .mxs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .mxs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .mxs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .mxs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .mxs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .mxs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .mxs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .mxs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .mxs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .mxs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .mxs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .mxs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .mxs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .mxs\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .mxs\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .mxs\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .mxs\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .mxs\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .mxs\:cursor-auto {
    cursor: auto !important;
  }

  .mxs\:cursor-default {
    cursor: default !important;
  }

  .mxs\:cursor-pointer {
    cursor: pointer !important;
  }

  .mxs\:cursor-wait {
    cursor: wait !important;
  }

  .mxs\:cursor-text {
    cursor: text !important;
  }

  .mxs\:cursor-move {
    cursor: move !important;
  }

  .mxs\:cursor-help {
    cursor: help !important;
  }

  .mxs\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .mxs\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mxs\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mxs\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .mxs\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .mxs\:resize-none {
    resize: none !important;
  }

  .mxs\:resize-y {
    resize: vertical !important;
  }

  .mxs\:resize-x {
    resize: horizontal !important;
  }

  .mxs\:resize {
    resize: both !important;
  }

  .mxs\:list-inside {
    list-style-position: inside !important;
  }

  .mxs\:list-outside {
    list-style-position: outside !important;
  }

  .mxs\:list-none {
    list-style-type: none !important;
  }

  .mxs\:list-disc {
    list-style-type: disc !important;
  }

  .mxs\:list-decimal {
    list-style-type: decimal !important;
  }

  .mxs\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mxs\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .mxs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .mxs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .mxs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .mxs\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .mxs\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .mxs\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .mxs\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .mxs\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .mxs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .mxs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .mxs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .mxs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .mxs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mxs\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .mxs\:flex-row {
    flex-direction: row !important;
  }

  .mxs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mxs\:flex-col {
    flex-direction: column !important;
  }

  .mxs\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .mxs\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .mxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mxs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mxs\:place-content-center {
    place-content: center !important;
  }

  .mxs\:place-content-start {
    place-content: start !important;
  }

  .mxs\:place-content-end {
    place-content: end !important;
  }

  .mxs\:place-content-between {
    place-content: space-between !important;
  }

  .mxs\:place-content-around {
    place-content: space-around !important;
  }

  .mxs\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .mxs\:place-content-stretch {
    place-content: stretch !important;
  }

  .mxs\:place-items-start {
    place-items: start !important;
  }

  .mxs\:place-items-end {
    place-items: end !important;
  }

  .mxs\:place-items-center {
    place-items: center !important;
  }

  .mxs\:place-items-stretch {
    place-items: stretch !important;
  }

  .mxs\:content-center {
    align-content: center !important;
  }

  .mxs\:content-start {
    align-content: flex-start !important;
  }

  .mxs\:content-end {
    align-content: flex-end !important;
  }

  .mxs\:content-between {
    align-content: space-between !important;
  }

  .mxs\:content-around {
    align-content: space-around !important;
  }

  .mxs\:content-evenly {
    align-content: space-evenly !important;
  }

  .mxs\:items-start {
    align-items: flex-start !important;
  }

  .mxs\:items-end {
    align-items: flex-end !important;
  }

  .mxs\:items-center {
    align-items: center !important;
  }

  .mxs\:items-baseline {
    align-items: baseline !important;
  }

  .mxs\:items-stretch {
    align-items: stretch !important;
  }

  .mxs\:justify-start {
    justify-content: flex-start !important;
  }

  .mxs\:justify-end {
    justify-content: flex-end !important;
  }

  .mxs\:justify-center {
    justify-content: center !important;
  }

  .mxs\:justify-between {
    justify-content: space-between !important;
  }

  .mxs\:justify-around {
    justify-content: space-around !important;
  }

  .mxs\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .mxs\:justify-items-start {
    justify-items: start !important;
  }

  .mxs\:justify-items-end {
    justify-items: end !important;
  }

  .mxs\:justify-items-center {
    justify-items: center !important;
  }

  .mxs\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .mxs\:gap-0 {
    gap: 0px !important;
  }

  .mxs\:gap-1 {
    gap: 0.25rem !important;
  }

  .mxs\:gap-2 {
    gap: 0.5rem !important;
  }

  .mxs\:gap-3 {
    gap: 0.75rem !important;
  }

  .mxs\:gap-4 {
    gap: 1rem !important;
  }

  .mxs\:gap-5 {
    gap: 1.25rem !important;
  }

  .mxs\:gap-6 {
    gap: 1.5rem !important;
  }

  .mxs\:gap-7 {
    gap: 1.75rem !important;
  }

  .mxs\:gap-8 {
    gap: 2rem !important;
  }

  .mxs\:gap-9 {
    gap: 2.25rem !important;
  }

  .mxs\:gap-10 {
    gap: 2.5rem !important;
  }

  .mxs\:gap-11 {
    gap: 2.75rem !important;
  }

  .mxs\:gap-12 {
    gap: 3rem !important;
  }

  .mxs\:gap-13 {
    gap: 3.375rem !important;
  }

  .mxs\:gap-14 {
    gap: 3.5rem !important;
  }

  .mxs\:gap-16 {
    gap: 4rem !important;
  }

  .mxs\:gap-20 {
    gap: 5rem !important;
  }

  .mxs\:gap-24 {
    gap: 6rem !important;
  }

  .mxs\:gap-28 {
    gap: 7rem !important;
  }

  .mxs\:gap-32 {
    gap: 8rem !important;
  }

  .mxs\:gap-36 {
    gap: 9rem !important;
  }

  .mxs\:gap-40 {
    gap: 10rem !important;
  }

  .mxs\:gap-44 {
    gap: 11rem !important;
  }

  .mxs\:gap-48 {
    gap: 12rem !important;
  }

  .mxs\:gap-52 {
    gap: 13rem !important;
  }

  .mxs\:gap-56 {
    gap: 14rem !important;
  }

  .mxs\:gap-60 {
    gap: 15rem !important;
  }

  .mxs\:gap-64 {
    gap: 16rem !important;
  }

  .mxs\:gap-72 {
    gap: 18rem !important;
  }

  .mxs\:gap-80 {
    gap: 20rem !important;
  }

  .mxs\:gap-96 {
    gap: 24rem !important;
  }

  .mxs\:gap-x-0 {
    gap: 0px !important;
  }

  .mxs\:gap-y-0 {
    gap: 0px !important;
  }

  .mxs\:gap-px {
    gap: 1px !important;
  }

  .mxs\:gap-x-px\\ {
    gap: 1px !important;
  }

  .mxs\:gap-y-px\\ {
    gap: 1px !important;
  }

  .mxs\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .mxs\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .mxs\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .mxs\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .mxs\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .mxs\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .mxs\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .mxs\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .mxs\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .mxs\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .mxs\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .mxs\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .mxs\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .mxs\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .mxs\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .mxs\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .mxs\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .mxs\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .mxs\:gap-x-4 {
    gap: 1rem !important;
  }

  .mxs\:gap-y-4 {
    gap: 1rem !important;
  }

  .mxs\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .mxs\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .mxs\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .mxs\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .mxs\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .mxs\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .mxs\:gap-x-8 {
    gap: 2rem !important;
  }

  .mxs\:gap-y-8 {
    gap: 2rem !important;
  }

  .mxs\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .mxs\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .mxs\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .mxs\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .mxs\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .mxs\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .mxs\:gap-x-12 {
    gap: 3rem !important;
  }

  .mxs\:gap-y-12 {
    gap: 3rem !important;
  }

  .mxs\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .mxs\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .mxs\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .mxs\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .mxs\:gap-x-16 {
    gap: 4rem !important;
  }

  .mxs\:gap-y-16 {
    gap: 4rem !important;
  }

  .mxs\:gap-x-20 {
    gap: 5rem !important;
  }

  .mxs\:gap-y-20 {
    gap: 5rem !important;
  }

  .mxs\:gap-x-24 {
    gap: 6rem !important;
  }

  .mxs\:gap-y-24 {
    gap: 6rem !important;
  }

  .mxs\:gap-x-28 {
    gap: 7rem !important;
  }

  .mxs\:gap-y-28 {
    gap: 7rem !important;
  }

  .mxs\:gap-x-32 {
    gap: 8rem !important;
  }

  .mxs\:gap-y-32 {
    gap: 8rem !important;
  }

  .mxs\:gap-x-36 {
    gap: 9rem !important;
  }

  .mxs\:gap-y-36 {
    gap: 9rem !important;
  }

  .mxs\:gap-x-40 {
    gap: 10rem !important;
  }

  .mxs\:gap-y-40 {
    gap: 10rem !important;
  }

  .mxs\:gap-x-44 {
    gap: 11rem !important;
  }

  .mxs\:gap-y-44 {
    gap: 11rem !important;
  }

  .mxs\:gap-x-48 {
    gap: 12rem !important;
  }

  .mxs\:gap-y-48 {
    gap: 12rem !important;
  }

  .mxs\:gap-x-52 {
    gap: 13rem !important;
  }

  .mxs\:gap-y-52 {
    gap: 13rem !important;
  }

  .mxs\:gap-x-56 {
    gap: 14rem !important;
  }

  .mxs\:gap-y-56 {
    gap: 14rem !important;
  }

  .mxs\:gap-x-60 {
    gap: 15rem !important;
  }

  .mxs\:gap-y-60 {
    gap: 15rem !important;
  }

  .mxs\:gap-x-64 {
    gap: 16rem !important;
  }

  .mxs\:gap-y-64 {
    gap: 16rem !important;
  }

  .mxs\:gap-x-72 {
    gap: 18rem !important;
  }

  .mxs\:gap-y-72 {
    gap: 18rem !important;
  }

  .mxs\:gap-x-80 {
    gap: 20rem !important;
  }

  .mxs\:gap-y-80 {
    gap: 20rem !important;
  }

  .mxs\:gap-x-96 {
    gap: 24rem !important;
  }

  .mxs\:gap-y-96 {
    gap: 24rem !important;
  }

  .mxs\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxs\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxs\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxs\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxs\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxs\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxs\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxs\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxs\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxs\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxs\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxs\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxs\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxs\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxs\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxs\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxs\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxs\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxs\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxs\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxs\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxs\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxs\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxs\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxs\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxs\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxs\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxs\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxs\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxs\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxs\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxs\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxs\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mxs\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxs\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxs\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mxs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxs\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxs\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mxs\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxs\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mxs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxs\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxs\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mxs\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxs\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mxs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxs\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxs\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mxs\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxs\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mxs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxs\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxs\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mxs\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxs\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mxs\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxs\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mxs\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxs\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mxs\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxs\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mxs\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxs\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mxs\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxs\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mxs\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxs\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mxs\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxs\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mxs\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxs\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mxs\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxs\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mxs\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxs\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mxs\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxs\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mxs\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxs\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mxs\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxs\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mxs\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxs\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mxs\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxs\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mxs\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxs\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mxs\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxs\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mxs\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxs\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mxs\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxs\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mxs\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxs\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mxs\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxs\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mxs\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxs\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mxs\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxs\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mxs\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxs\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mxs\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxs\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mxs\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxs\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mxs\:gap-y-0 {
    row-gap: 0px !important;
  }

  .mxs\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .mxs\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .mxs\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .mxs\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .mxs\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .mxs\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .mxs\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .mxs\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .mxs\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .mxs\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .mxs\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .mxs\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .mxs\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .mxs\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .mxs\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .mxs\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .mxs\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .mxs\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .mxs\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .mxs\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .mxs\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .mxs\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .mxs\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .mxs\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .mxs\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .mxs\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .mxs\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .mxs\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .mxs\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .mxs\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .mxs\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .mxs\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .mxs\:gap-y-px {
    row-gap: 1px !important;
  }

  .mxs\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .mxs\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .mxs\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxs\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxs\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mxs\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .mxs\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .mxs\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxs\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxs\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mxs\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .mxs\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .mxs\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxs\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxs\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mxs\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .mxs\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .mxs\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxs\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxs\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mxs\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .mxs\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .mxs\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .mxs\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .mxs\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .mxs\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .mxs\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .mxs\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .mxs\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .mxs\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .mxs\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .mxs\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .mxs\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .mxs\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .mxs\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .mxs\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .mxs\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .mxs\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .mxs\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .mxs\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .mxs\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .mxs\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .mxs\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .mxs\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .mxs\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .mxs\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .mxs\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .mxs\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .mxs\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .mxs\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .mxs\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .mxs\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .mxs\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .mxs\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .mxs\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .mxs\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .mxs\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .mxs\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .mxs\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .mxs\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .mxs\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .mxs\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .mxs\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .mxs\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .mxs\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .mxs\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .mxs\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .mxs\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .mxs\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .mxs\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .mxs\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .mxs\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .mxs\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .mxs\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .mxs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-48px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-52px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-64px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-72px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-74px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-77px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-84px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-96px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-98px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-114px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-128px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-156px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-156px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-256px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mxs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(48px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(52px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(64px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(72px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(74px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(77px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(84px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(96px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(98px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(114px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(128px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(156px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(256px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-48px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-52px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-64px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-72px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-74px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-77px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-84 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-84px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-96px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-98px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-114 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-114px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-128px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-156 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-156px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-156px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-256px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .mxs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .mxs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .mxs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mxs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mxs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .mxs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .mxs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .mxs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .mxs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .mxs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .mxs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .mxs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .mxs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .mxs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-red01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-red02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-red03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-redhover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-championduct > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-championstrut > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-bridgedrain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-flameshiled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-hanger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-elbows > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-white-smoke > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-brick-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-persian-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-dark-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-apple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mxs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .mxs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .mxs\:divide-opacity-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mxs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.10 !important;
  }

  .mxs\:divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.15 !important;
  }

  .mxs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mxs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .mxs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .mxs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .mxs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .mxs\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .mxs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .mxs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mxs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .mxs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .mxs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .mxs\:divide-opacity-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.94 !important;
  }

  .mxs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .mxs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .mxs\:divide-opacity-02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mxs\:divide-opacity-03 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.03 !important;
  }

  .mxs\:place-self-auto {
    place-self: auto !important;
  }

  .mxs\:place-self-start {
    place-self: start !important;
  }

  .mxs\:place-self-end {
    place-self: end !important;
  }

  .mxs\:place-self-center {
    place-self: center !important;
  }

  .mxs\:place-self-stretch {
    place-self: stretch !important;
  }

  .mxs\:self-auto {
    align-self: auto !important;
  }

  .mxs\:self-start {
    align-self: flex-start !important;
  }

  .mxs\:self-end {
    align-self: flex-end !important;
  }

  .mxs\:self-center {
    align-self: center !important;
  }

  .mxs\:self-stretch {
    align-self: stretch !important;
  }

  .mxs\:self-baseline {
    align-self: baseline !important;
  }

  .mxs\:justify-self-auto {
    justify-self: auto !important;
  }

  .mxs\:justify-self-start {
    justify-self: start !important;
  }

  .mxs\:justify-self-end {
    justify-self: end !important;
  }

  .mxs\:justify-self-center {
    justify-self: center !important;
  }

  .mxs\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .mxs\:overflow-auto {
    overflow: auto !important;
  }

  .mxs\:overflow-hidden {
    overflow: hidden !important;
  }

  .mxs\:overflow-visible {
    overflow: visible !important;
  }

  .mxs\:overflow-scroll {
    overflow: scroll !important;
  }

  .mxs\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .mxs\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mxs\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .mxs\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .mxs\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .mxs\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .mxs\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .mxs\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .mxs\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .mxs\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .mxs\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .mxs\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .mxs\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .mxs\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .mxs\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .mxs\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .mxs\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .mxs\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mxs\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .mxs\:overflow-clip {
    text-overflow: clip !important;
  }

  .mxs\:whitespace-normal {
    white-space: normal !important;
  }

  .mxs\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .mxs\:whitespace-pre {
    white-space: pre !important;
  }

  .mxs\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .mxs\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .mxs\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mxs\:break-words {
    overflow-wrap: break-word !important;
  }

  .mxs\:break-all {
    word-break: break-all !important;
  }

  .mxs\:rounded-4 {
    border-radius: 4px !important;
  }

  .mxs\:rounded-6 {
    border-radius: 6px !important;
  }

  .mxs\:rounded-50 {
    border-radius: 50% !important;
  }

  .mxs\:rounded-100 {
    border-radius: 100px !important;
  }

  .mxs\:rounded-200 {
    border-radius: 200px !important;
  }

  .mxs\:rounded-none {
    border-radius: 0px !important;
  }

  .mxs\:rounded-br8 {
    border-radius: 8px !important;
  }

  .mxs\:rounded-br6 {
    border-radius: 6px !important;
  }

  .mxs\:rounded-br30 {
    border-radius: 30px !important;
  }

  .mxs\:rounded-br32 {
    border-radius: 32px !important;
  }

  .mxs\:rounded-br50 {
    border-radius: 50px !important;
  }

  .mxs\:rounded-br90 {
    border-radius: 90px !important;
  }

  .mxs\:rounded-full {
    border-radius: 9999px !important;
  }

  .mxs\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .mxs\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mxs\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .mxs\:rounded-t-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .mxs\:rounded-t-200 {
    border-top-left-radius: 200px !important;
    border-top-right-radius: 200px !important;
  }

  .mxs\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .mxs\:rounded-t-br8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .mxs\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mxs\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .mxs\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .mxs\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .mxs\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .mxs\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mxs\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .mxs\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mxs\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .mxs\:rounded-r-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .mxs\:rounded-r-200 {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important;
  }

  .mxs\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .mxs\:rounded-r-br8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .mxs\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mxs\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .mxs\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .mxs\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .mxs\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .mxs\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mxs\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mxs\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mxs\:rounded-b-100 {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mxs\:rounded-b-200 {
    border-bottom-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mxs\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mxs\:rounded-b-br8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mxs\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mxs\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mxs\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mxs\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mxs\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mxs\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mxs\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mxs\:rounded-l-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .mxs\:rounded-l-200 {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
  }

  .mxs\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mxs\:rounded-l-br8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .mxs\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mxs\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mxs\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mxs\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mxs\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mxs\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .mxs\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .mxs\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .mxs\:rounded-tl-100 {
    border-top-left-radius: 100px !important;
  }

  .mxs\:rounded-tl-200 {
    border-top-left-radius: 200px !important;
  }

  .mxs\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .mxs\:rounded-tl-br8 {
    border-top-left-radius: 8px !important;
  }

  .mxs\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .mxs\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .mxs\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .mxs\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .mxs\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .mxs\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .mxs\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .mxs\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .mxs\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .mxs\:rounded-tr-100 {
    border-top-right-radius: 100px !important;
  }

  .mxs\:rounded-tr-200 {
    border-top-right-radius: 200px !important;
  }

  .mxs\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .mxs\:rounded-tr-br8 {
    border-top-right-radius: 8px !important;
  }

  .mxs\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .mxs\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .mxs\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .mxs\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .mxs\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .mxs\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .mxs\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .mxs\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .mxs\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .mxs\:rounded-br-100 {
    border-bottom-right-radius: 100px !important;
  }

  .mxs\:rounded-br-200 {
    border-bottom-right-radius: 200px !important;
  }

  .mxs\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .mxs\:rounded-br-br8 {
    border-bottom-right-radius: 8px !important;
  }

  .mxs\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .mxs\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .mxs\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .mxs\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .mxs\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .mxs\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .mxs\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .mxs\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .mxs\:rounded-bl-100 {
    border-bottom-left-radius: 100px !important;
  }

  .mxs\:rounded-bl-200 {
    border-bottom-left-radius: 200px !important;
  }

  .mxs\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .mxs\:rounded-bl-br8 {
    border-bottom-left-radius: 8px !important;
  }

  .mxs\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .mxs\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .mxs\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .mxs\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .mxs\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .mxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .mxs\:border-0 {
    border-width: 0px !important;
  }

  .mxs\:border-1 {
    border-width: 1px !important;
  }

  .mxs\:border-2 {
    border-width: 2px !important;
  }

  .mxs\:border-3 {
    border-width: 3px !important;
  }

  .mxs\:border-4 {
    border-width: 4px !important;
  }

  .mxs\:border-8 {
    border-width: 8px !important;
  }

  .mxs\:border {
    border-width: 1px !important;
  }

  .mxs\:border-t-0 {
    border-top-width: 0px !important;
  }

  .mxs\:border-t-1 {
    border-top-width: 1px !important;
  }

  .mxs\:border-t-2 {
    border-top-width: 2px !important;
  }

  .mxs\:border-t-3 {
    border-top-width: 3px !important;
  }

  .mxs\:border-t-4 {
    border-top-width: 4px !important;
  }

  .mxs\:border-t-8 {
    border-top-width: 8px !important;
  }

  .mxs\:border-t {
    border-top-width: 1px !important;
  }

  .mxs\:border-r-0 {
    border-right-width: 0px !important;
  }

  .mxs\:border-r-1 {
    border-right-width: 1px !important;
  }

  .mxs\:border-r-2 {
    border-right-width: 2px !important;
  }

  .mxs\:border-r-3 {
    border-right-width: 3px !important;
  }

  .mxs\:border-r-4 {
    border-right-width: 4px !important;
  }

  .mxs\:border-r-8 {
    border-right-width: 8px !important;
  }

  .mxs\:border-r {
    border-right-width: 1px !important;
  }

  .mxs\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .mxs\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .mxs\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .mxs\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .mxs\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .mxs\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .mxs\:border-b {
    border-bottom-width: 1px !important;
  }

  .mxs\:border-l-0 {
    border-left-width: 0px !important;
  }

  .mxs\:border-l-1 {
    border-left-width: 1px !important;
  }

  .mxs\:border-l-2 {
    border-left-width: 2px !important;
  }

  .mxs\:border-l-3 {
    border-left-width: 3px !important;
  }

  .mxs\:border-l-4 {
    border-left-width: 4px !important;
  }

  .mxs\:border-l-8 {
    border-left-width: 8px !important;
  }

  .mxs\:border-l {
    border-left-width: 1px !important;
  }

  .mxs\:border-solid {
    border-style: solid !important;
  }

  .mxs\:border-dashed {
    border-style: dashed !important;
  }

  .mxs\:border-dotted {
    border-style: dotted !important;
  }

  .mxs\:border-double {
    border-style: double !important;
  }

  .mxs\:border-none {
    border-style: none !important;
  }

  .mxs\:border-transparent {
    border-color: transparent !important;
  }

  .mxs\:border-current {
    border-color: currentColor !important;
  }

  .mxs\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .mxs\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .mxs\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-red01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-red02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-red03 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-redhover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-championduct {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-championstrut {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-bridgedrain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-flameshiled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-hanger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-elbows {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-white-smoke {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-brick-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-persian-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-dark-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-apple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .mxs\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .mxs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-red01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-red02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-red03:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-redhover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-championduct:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-championstrut:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-bridgedrain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-flameshiled:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-hanger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-elbows:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-white-smoke:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-brick-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-persian-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-dark-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-apple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .mxs\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .mxs\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-red01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-red02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-red03:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-redhover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-championduct:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-championstrut:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-bridgedrain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-flameshiled:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-hanger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-elbows:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-white-smoke:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-brick-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-persian-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-dark-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-apple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .mxs\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .mxs\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 179, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-red01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 28, 36, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-red02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(177, 17, 22, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-red03:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-redhover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 40, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-championduct:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(122, 178, 224, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-championstrut:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 58, 99, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-bridgedrain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 167, 207, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-flameshiled:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 143, 38, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-hanger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 137, 70, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-elbows:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 192, 176, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-white-smoke:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-brick-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 44, 49, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-persian-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 45, 50, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-dark-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-apple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 178, 66, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mxs\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mxs\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .mxs\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .mxs\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .mxs\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .mxs\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .mxs\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .mxs\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .mxs\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .mxs\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .mxs\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .mxs\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .mxs\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .mxs\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .mxs\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .mxs\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .mxs\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .mxs\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-7 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.10 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-15 {
    --tw-border-opacity: 0.15 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-94 {
    --tw-border-opacity: 0.94 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-02 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:border-opacity-03 {
    --tw-border-opacity: 0.03 !important;
  }

  .mxs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .mxs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .mxs\:focus-within\:border-opacity-7:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.10 !important;
  }

  .mxs\:focus-within\:border-opacity-15:focus-within {
    --tw-border-opacity: 0.15 !important;
  }

  .mxs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .mxs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .mxs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .mxs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .mxs\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .mxs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .mxs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .mxs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .mxs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .mxs\:focus-within\:border-opacity-94:focus-within {
    --tw-border-opacity: 0.94 !important;
  }

  .mxs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .mxs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .mxs\:focus-within\:border-opacity-02:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:border-opacity-03:focus-within {
    --tw-border-opacity: 0.03 !important;
  }

  .mxs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .mxs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .mxs\:hover\:border-opacity-7:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.10 !important;
  }

  .mxs\:hover\:border-opacity-15:hover {
    --tw-border-opacity: 0.15 !important;
  }

  .mxs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .mxs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .mxs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .mxs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .mxs\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .mxs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .mxs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .mxs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .mxs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .mxs\:hover\:border-opacity-94:hover {
    --tw-border-opacity: 0.94 !important;
  }

  .mxs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .mxs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .mxs\:hover\:border-opacity-02:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:hover\:border-opacity-03:hover {
    --tw-border-opacity: 0.03 !important;
  }

  .mxs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .mxs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .mxs\:focus\:border-opacity-7:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.10 !important;
  }

  .mxs\:focus\:border-opacity-15:focus {
    --tw-border-opacity: 0.15 !important;
  }

  .mxs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .mxs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .mxs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .mxs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .mxs\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .mxs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .mxs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mxs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .mxs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .mxs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .mxs\:focus\:border-opacity-94:focus {
    --tw-border-opacity: 0.94 !important;
  }

  .mxs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .mxs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .mxs\:focus\:border-opacity-02:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mxs\:focus\:border-opacity-03:focus {
    --tw-border-opacity: 0.03 !important;
  }

  .mxs\:bg-transparent {
    background-color: transparent !important;
  }

  .mxs\:bg-current {
    background-color: currentColor !important;
  }

  .mxs\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .mxs\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .mxs\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-red01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-red02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-red03 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-redhover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-championduct {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-championstrut {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-bridgedrain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-flameshiled {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-hanger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-elbows {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-white-smoke {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-brick-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-persian-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-dark-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:bg-apple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .mxs\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .mxs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-red01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-red02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-red03:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-redhover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-championduct:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-championstrut:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-bridgedrain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-flameshiled:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-hanger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-elbows:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-white-smoke:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-brick-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-persian-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-dark-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus-within\:bg-apple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .mxs\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .mxs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-red01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-red02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-red03:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-redhover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-championduct:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-championstrut:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-bridgedrain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-flameshiled:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-hanger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-elbows:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-white-smoke:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-brick-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-persian-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-dark-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxs\:hover\:bg-apple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .mxs\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .mxs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 179, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-red01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-red02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(177, 17, 22, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-red03:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-redhover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-championduct:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(122, 178, 224, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-championstrut:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 58, 99, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-bridgedrain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 167, 207, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-flameshiled:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 143, 38, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-hanger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 137, 70, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-elbows:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 192, 176, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-white-smoke:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-brick-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 44, 49, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-persian-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 45, 50, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-dark-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
  }

  .mxs\:focus\:bg-apple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 178, 66, var(--tw-bg-opacity)) !important;
  }

  .mxs\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .mxs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxs\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxs\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxs\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxs\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxs\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .mxs\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-7 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.10 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-15 {
    --tw-bg-opacity: 0.15 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-94 {
    --tw-bg-opacity: 0.94 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-02 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:bg-opacity-03 {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .mxs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxs\:focus-within\:bg-opacity-7:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxs\:focus-within\:bg-opacity-15:focus-within {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxs\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxs\:focus-within\:bg-opacity-94:focus-within {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .mxs\:focus-within\:bg-opacity-02:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:bg-opacity-03:focus-within {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .mxs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxs\:hover\:bg-opacity-7:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxs\:hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxs\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxs\:hover\:bg-opacity-94:hover {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .mxs\:hover\:bg-opacity-02:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:hover\:bg-opacity-03:hover {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .mxs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .mxs\:focus\:bg-opacity-7:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.10 !important;
  }

  .mxs\:focus\:bg-opacity-15:focus {
    --tw-bg-opacity: 0.15 !important;
  }

  .mxs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .mxs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .mxs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .mxs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .mxs\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .mxs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .mxs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mxs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .mxs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .mxs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .mxs\:focus\:bg-opacity-94:focus {
    --tw-bg-opacity: 0.94 !important;
  }

  .mxs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .mxs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .mxs\:focus\:bg-opacity-02:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mxs\:focus\:bg-opacity-03:focus {
    --tw-bg-opacity: 0.03 !important;
  }

  .mxs\:bg-none {
    background-image: none !important;
  }

  .mxs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .mxs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .mxs\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:from-green {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:from-grey {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:from-red01 {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:from-red02 {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:from-red03 {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:from-redhover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:from-championduct {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:from-championstrut {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:from-bridgedrain {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:from-flameshiled {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:from-hanger {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:from-elbows {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:from-white-smoke {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:from-brick-red {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:from-persian-red {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:from-dark-gray {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:from-apple {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:hover\:from-green:hover {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:hover\:from-grey:hover {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:hover\:from-red01:hover {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:hover\:from-red02:hover {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:hover\:from-red03:hover {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:hover\:from-redhover:hover {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:hover\:from-championduct:hover {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:hover\:from-championstrut:hover {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:hover\:from-bridgedrain:hover {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:hover\:from-flameshiled:hover {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:hover\:from-hanger:hover {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:hover\:from-elbows:hover {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:hover\:from-white-smoke:hover {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:hover\:from-brick-red:hover {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:hover\:from-persian-red:hover {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:hover\:from-dark-gray:hover {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:hover\:from-apple:hover {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:focus\:from-green:focus {
    --tw-gradient-from: #52B342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:focus\:from-grey:focus {
    --tw-gradient-from: #828282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:focus\:from-red01:focus {
    --tw-gradient-from: #ED1C24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:focus\:from-red02:focus {
    --tw-gradient-from: #B11116 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:focus\:from-red03:focus {
    --tw-gradient-from: #670000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:focus\:from-redhover:focus {
    --tw-gradient-from: #FF2831 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:focus\:from-championduct:focus {
    --tw-gradient-from: #7AB2E0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:focus\:from-championstrut:focus {
    --tw-gradient-from: #003A63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:focus\:from-bridgedrain:focus {
    --tw-gradient-from: #00A7CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:focus\:from-flameshiled:focus {
    --tw-gradient-from: #E28F26 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:focus\:from-hanger:focus {
    --tw-gradient-from: #828946 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:focus\:from-elbows:focus {
    --tw-gradient-from: #64C0B0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:focus\:from-white-smoke:focus {
    --tw-gradient-from: #EBEBEB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:focus\:from-brick-red:focus {
    --tw-gradient-from: #c52c31 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:focus\:from-persian-red:focus {
    --tw-gradient-from: #ca2d32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:focus\:from-dark-gray:focus {
    --tw-gradient-from: #B3B3B3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:focus\:from-apple:focus {
    --tw-gradient-from: #52B242 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:via-red01 {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:via-red02 {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:via-red03 {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:via-redhover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:via-championduct {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:via-championstrut {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:via-bridgedrain {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:via-flameshiled {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:via-hanger {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:via-elbows {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:via-white-smoke {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:via-brick-red {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:via-persian-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:via-dark-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:via-apple {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:hover\:via-red01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:hover\:via-red02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:hover\:via-red03:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:hover\:via-redhover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:hover\:via-championduct:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:hover\:via-championstrut:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:hover\:via-bridgedrain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:hover\:via-flameshiled:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:hover\:via-hanger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:hover\:via-elbows:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:hover\:via-white-smoke:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:hover\:via-brick-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:hover\:via-persian-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:hover\:via-dark-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:hover\:via-apple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mxs\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B342, var(--tw-gradient-to, rgba(82, 179, 66, 0)) !important;
  }

  .mxs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mxs\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282, var(--tw-gradient-to, rgba(130, 130, 130, 0)) !important;
  }

  .mxs\:focus\:via-red01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ED1C24, var(--tw-gradient-to, rgba(237, 28, 36, 0)) !important;
  }

  .mxs\:focus\:via-red02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B11116, var(--tw-gradient-to, rgba(177, 17, 22, 0)) !important;
  }

  .mxs\:focus\:via-red03:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #670000, var(--tw-gradient-to, rgba(103, 0, 0, 0)) !important;
  }

  .mxs\:focus\:via-redhover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF2831, var(--tw-gradient-to, rgba(255, 40, 49, 0)) !important;
  }

  .mxs\:focus\:via-championduct:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7AB2E0, var(--tw-gradient-to, rgba(122, 178, 224, 0)) !important;
  }

  .mxs\:focus\:via-championstrut:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003A63, var(--tw-gradient-to, rgba(0, 58, 99, 0)) !important;
  }

  .mxs\:focus\:via-bridgedrain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A7CF, var(--tw-gradient-to, rgba(0, 167, 207, 0)) !important;
  }

  .mxs\:focus\:via-flameshiled:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E28F26, var(--tw-gradient-to, rgba(226, 143, 38, 0)) !important;
  }

  .mxs\:focus\:via-hanger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828946, var(--tw-gradient-to, rgba(130, 137, 70, 0)) !important;
  }

  .mxs\:focus\:via-elbows:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64C0B0, var(--tw-gradient-to, rgba(100, 192, 176, 0)) !important;
  }

  .mxs\:focus\:via-white-smoke:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBEBEB, var(--tw-gradient-to, rgba(235, 235, 235, 0)) !important;
  }

  .mxs\:focus\:via-brick-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c52c31, var(--tw-gradient-to, rgba(197, 44, 49, 0)) !important;
  }

  .mxs\:focus\:via-persian-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca2d32, var(--tw-gradient-to, rgba(202, 45, 50, 0)) !important;
  }

  .mxs\:focus\:via-dark-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B3B3, var(--tw-gradient-to, rgba(179, 179, 179, 0)) !important;
  }

  .mxs\:focus\:via-apple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52B242, var(--tw-gradient-to, rgba(82, 178, 66, 0)) !important;
  }

  .mxs\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .mxs\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .mxs\:to-white {
    --tw-gradient-to: #ffffff !important;
  }

  .mxs\:to-green {
    --tw-gradient-to: #52B342 !important;
  }

  .mxs\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .mxs\:to-grey {
    --tw-gradient-to: #828282 !important;
  }

  .mxs\:to-red01 {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxs\:to-red02 {
    --tw-gradient-to: #B11116 !important;
  }

  .mxs\:to-red03 {
    --tw-gradient-to: #670000 !important;
  }

  .mxs\:to-redhover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxs\:to-championduct {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxs\:to-championstrut {
    --tw-gradient-to: #003A63 !important;
  }

  .mxs\:to-bridgedrain {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxs\:to-flameshiled {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxs\:to-hanger {
    --tw-gradient-to: #828946 !important;
  }

  .mxs\:to-elbows {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxs\:to-white-smoke {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxs\:to-brick-red {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxs\:to-persian-red {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxs\:to-dark-gray {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxs\:to-apple {
    --tw-gradient-to: #52B242 !important;
  }

  .mxs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .mxs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .mxs\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important;
  }

  .mxs\:hover\:to-green:hover {
    --tw-gradient-to: #52B342 !important;
  }

  .mxs\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .mxs\:hover\:to-grey:hover {
    --tw-gradient-to: #828282 !important;
  }

  .mxs\:hover\:to-red01:hover {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxs\:hover\:to-red02:hover {
    --tw-gradient-to: #B11116 !important;
  }

  .mxs\:hover\:to-red03:hover {
    --tw-gradient-to: #670000 !important;
  }

  .mxs\:hover\:to-redhover:hover {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxs\:hover\:to-championduct:hover {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxs\:hover\:to-championstrut:hover {
    --tw-gradient-to: #003A63 !important;
  }

  .mxs\:hover\:to-bridgedrain:hover {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxs\:hover\:to-flameshiled:hover {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxs\:hover\:to-hanger:hover {
    --tw-gradient-to: #828946 !important;
  }

  .mxs\:hover\:to-elbows:hover {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxs\:hover\:to-white-smoke:hover {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxs\:hover\:to-brick-red:hover {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxs\:hover\:to-persian-red:hover {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxs\:hover\:to-dark-gray:hover {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxs\:hover\:to-apple:hover {
    --tw-gradient-to: #52B242 !important;
  }

  .mxs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .mxs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .mxs\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important;
  }

  .mxs\:focus\:to-green:focus {
    --tw-gradient-to: #52B342 !important;
  }

  .mxs\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .mxs\:focus\:to-grey:focus {
    --tw-gradient-to: #828282 !important;
  }

  .mxs\:focus\:to-red01:focus {
    --tw-gradient-to: #ED1C24 !important;
  }

  .mxs\:focus\:to-red02:focus {
    --tw-gradient-to: #B11116 !important;
  }

  .mxs\:focus\:to-red03:focus {
    --tw-gradient-to: #670000 !important;
  }

  .mxs\:focus\:to-redhover:focus {
    --tw-gradient-to: #FF2831 !important;
  }

  .mxs\:focus\:to-championduct:focus {
    --tw-gradient-to: #7AB2E0 !important;
  }

  .mxs\:focus\:to-championstrut:focus {
    --tw-gradient-to: #003A63 !important;
  }

  .mxs\:focus\:to-bridgedrain:focus {
    --tw-gradient-to: #00A7CF !important;
  }

  .mxs\:focus\:to-flameshiled:focus {
    --tw-gradient-to: #E28F26 !important;
  }

  .mxs\:focus\:to-hanger:focus {
    --tw-gradient-to: #828946 !important;
  }

  .mxs\:focus\:to-elbows:focus {
    --tw-gradient-to: #64C0B0 !important;
  }

  .mxs\:focus\:to-white-smoke:focus {
    --tw-gradient-to: #EBEBEB !important;
  }

  .mxs\:focus\:to-brick-red:focus {
    --tw-gradient-to: #c52c31 !important;
  }

  .mxs\:focus\:to-persian-red:focus {
    --tw-gradient-to: #ca2d32 !important;
  }

  .mxs\:focus\:to-dark-gray:focus {
    --tw-gradient-to: #B3B3B3 !important;
  }

  .mxs\:focus\:to-apple:focus {
    --tw-gradient-to: #52B242 !important;
  }

  .mxs\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .mxs\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .mxs\:bg-auto {
    background-size: auto !important;
  }

  .mxs\:bg-cover {
    background-size: cover !important;
  }

  .mxs\:bg-contain {
    background-size: contain !important;
  }

  .mxs\:bg-fixed {
    background-attachment: fixed !important;
  }

  .mxs\:bg-local {
    background-attachment: local !important;
  }

  .mxs\:bg-scroll {
    background-attachment: scroll !important;
  }

  .mxs\:bg-clip-border {
    background-clip: border-box !important;
  }

  .mxs\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .mxs\:bg-clip-content {
    background-clip: content-box !important;
  }

  .mxs\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .mxs\:bg-bottom {
    background-position: bottom !important;
  }

  .mxs\:bg-center {
    background-position: center !important;
  }

  .mxs\:bg-left {
    background-position: left !important;
  }

  .mxs\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .mxs\:bg-left-top {
    background-position: left top !important;
  }

  .mxs\:bg-right {
    background-position: right !important;
  }

  .mxs\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .mxs\:bg-right-top {
    background-position: right top !important;
  }

  .mxs\:bg-top {
    background-position: top !important;
  }

  .mxs\:bg-repeat {
    background-repeat: repeat !important;
  }

  .mxs\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .mxs\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .mxs\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .mxs\:bg-repeat-round {
    background-repeat: round !important;
  }

  .mxs\:bg-repeat-space {
    background-repeat: space !important;
  }

  .mxs\:bg-origin-border {
    background-origin: border-box !important;
  }

  .mxs\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .mxs\:bg-origin-content {
    background-origin: content-box !important;
  }

  .mxs\:fill-current {
    fill: currentColor !important;
  }

  .mxs\:stroke-current {
    stroke: currentColor !important;
  }

  .mxs\:stroke-0 {
    stroke-width: 0 !important;
  }

  .mxs\:stroke-1 {
    stroke-width: 1 !important;
  }

  .mxs\:stroke-2 {
    stroke-width: 2 !important;
  }

  .mxs\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mxs\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mxs\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mxs\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mxs\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mxs\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mxs\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mxs\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mxs\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mxs\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mxs\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mxs\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mxs\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mxs\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mxs\:p-0 {
    padding: 0px !important;
  }

  .mxs\:p-2 {
    padding: 2px !important;
  }

  .mxs\:p-3 {
    padding: 3px !important;
  }

  .mxs\:p-4 {
    padding: 4px !important;
  }

  .mxs\:p-6 {
    padding: 6px !important;
  }

  .mxs\:p-8 {
    padding: 8px !important;
  }

  .mxs\:p-10 {
    padding: 10px !important;
  }

  .mxs\:p-12 {
    padding: 12px !important;
  }

  .mxs\:p-14 {
    padding: 14px !important;
  }

  .mxs\:p-16 {
    padding: 16px !important;
  }

  .mxs\:p-20 {
    padding: 20px !important;
  }

  .mxs\:p-22 {
    padding: 22px !important;
  }

  .mxs\:p-24 {
    padding: 24px !important;
  }

  .mxs\:p-25 {
    padding: 25px !important;
  }

  .mxs\:p-27 {
    padding: 27px !important;
  }

  .mxs\:p-30 {
    padding: 30px !important;
  }

  .mxs\:p-36 {
    padding: 36px !important;
  }

  .mxs\:p-40 {
    padding: 40px !important;
  }

  .mxs\:p-42 {
    padding: 42px !important;
  }

  .mxs\:p-44 {
    padding: 44px !important;
  }

  .mxs\:p-48 {
    padding: 48px !important;
  }

  .mxs\:p-52 {
    padding: 52px !important;
  }

  .mxs\:p-64 {
    padding: 64px !important;
  }

  .mxs\:p-72 {
    padding: 72px !important;
  }

  .mxs\:p-74 {
    padding: 74px !important;
  }

  .mxs\:p-77 {
    padding: 77px !important;
  }

  .mxs\:p-84 {
    padding: 84px !important;
  }

  .mxs\:p-96 {
    padding: 96px !important;
  }

  .mxs\:p-98 {
    padding: 98px !important;
  }

  .mxs\:p-100 {
    padding: 100px !important;
  }

  .mxs\:p-105 {
    padding: 105px !important;
  }

  .mxs\:p-114 {
    padding: 114px !important;
  }

  .mxs\:p-115 {
    padding: 115px !important;
  }

  .mxs\:p-120 {
    padding: 120px !important;
  }

  .mxs\:p-128 {
    padding: 128px !important;
  }

  .mxs\:p-156 {
    padding: 156px !important;
  }

  .mxs\:p-200 {
    padding: 200px !important;
  }

  .mxs\:p-256 {
    padding: 256px !important;
  }

  .mxs\:p-px {
    padding: 1px !important;
  }

  .mxs\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mxs\:px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .mxs\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .mxs\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .mxs\:px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .mxs\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .mxs\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mxs\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .mxs\:px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mxs\:px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mxs\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mxs\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mxs\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .mxs\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mxs\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .mxs\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mxs\:px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .mxs\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mxs\:px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .mxs\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .mxs\:px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .mxs\:px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .mxs\:px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .mxs\:px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .mxs\:px-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .mxs\:px-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .mxs\:px-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .mxs\:px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .mxs\:px-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .mxs\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .mxs\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .mxs\:px-114 {
    padding-left: 114px !important;
    padding-right: 114px !important;
  }

  .mxs\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .mxs\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .mxs\:px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .mxs\:px-156 {
    padding-left: 156px !important;
    padding-right: 156px !important;
  }

  .mxs\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .mxs\:px-256 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .mxs\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mxs\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mxs\:py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .mxs\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .mxs\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .mxs\:py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .mxs\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .mxs\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mxs\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .mxs\:py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .mxs\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .mxs\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .mxs\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .mxs\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .mxs\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .mxs\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .mxs\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mxs\:py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .mxs\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mxs\:py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .mxs\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .mxs\:py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .mxs\:py-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .mxs\:py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .mxs\:py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .mxs\:py-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .mxs\:py-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .mxs\:py-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .mxs\:py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .mxs\:py-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }

  .mxs\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .mxs\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .mxs\:py-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }

  .mxs\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .mxs\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .mxs\:py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .mxs\:py-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .mxs\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .mxs\:py-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .mxs\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mxs\:pt-0 {
    padding-top: 0px !important;
  }

  .mxs\:pt-2 {
    padding-top: 2px !important;
  }

  .mxs\:pt-3 {
    padding-top: 3px !important;
  }

  .mxs\:pt-4 {
    padding-top: 4px !important;
  }

  .mxs\:pt-6 {
    padding-top: 6px !important;
  }

  .mxs\:pt-8 {
    padding-top: 8px !important;
  }

  .mxs\:pt-10 {
    padding-top: 10px !important;
  }

  .mxs\:pt-12 {
    padding-top: 12px !important;
  }

  .mxs\:pt-14 {
    padding-top: 14px !important;
  }

  .mxs\:pt-16 {
    padding-top: 16px !important;
  }

  .mxs\:pt-20 {
    padding-top: 20px !important;
  }

  .mxs\:pt-22 {
    padding-top: 22px !important;
  }

  .mxs\:pt-24 {
    padding-top: 24px !important;
  }

  .mxs\:pt-25 {
    padding-top: 25px !important;
  }

  .mxs\:pt-27 {
    padding-top: 27px !important;
  }

  .mxs\:pt-30 {
    padding-top: 30px !important;
  }

  .mxs\:pt-36 {
    padding-top: 36px !important;
  }

  .mxs\:pt-40 {
    padding-top: 40px !important;
  }

  .mxs\:pt-42 {
    padding-top: 42px !important;
  }

  .mxs\:pt-44 {
    padding-top: 44px !important;
  }

  .mxs\:pt-48 {
    padding-top: 48px !important;
  }

  .mxs\:pt-52 {
    padding-top: 52px !important;
  }

  .mxs\:pt-64 {
    padding-top: 64px !important;
  }

  .mxs\:pt-72 {
    padding-top: 72px !important;
  }

  .mxs\:pt-74 {
    padding-top: 74px !important;
  }

  .mxs\:pt-77 {
    padding-top: 77px !important;
  }

  .mxs\:pt-84 {
    padding-top: 84px !important;
  }

  .mxs\:pt-96 {
    padding-top: 96px !important;
  }

  .mxs\:pt-98 {
    padding-top: 98px !important;
  }

  .mxs\:pt-100 {
    padding-top: 100px !important;
  }

  .mxs\:pt-105 {
    padding-top: 105px !important;
  }

  .mxs\:pt-114 {
    padding-top: 114px !important;
  }

  .mxs\:pt-115 {
    padding-top: 115px !important;
  }

  .mxs\:pt-120 {
    padding-top: 120px !important;
  }

  .mxs\:pt-128 {
    padding-top: 128px !important;
  }

  .mxs\:pt-156 {
    padding-top: 156px !important;
  }

  .mxs\:pt-200 {
    padding-top: 200px !important;
  }

  .mxs\:pt-256 {
    padding-top: 256px !important;
  }

  .mxs\:pt-px {
    padding-top: 1px !important;
  }

  .mxs\:pr-0 {
    padding-right: 0px !important;
  }

  .mxs\:pr-2 {
    padding-right: 2px !important;
  }

  .mxs\:pr-3 {
    padding-right: 3px !important;
  }

  .mxs\:pr-4 {
    padding-right: 4px !important;
  }

  .mxs\:pr-6 {
    padding-right: 6px !important;
  }

  .mxs\:pr-8 {
    padding-right: 8px !important;
  }

  .mxs\:pr-10 {
    padding-right: 10px !important;
  }

  .mxs\:pr-12 {
    padding-right: 12px !important;
  }

  .mxs\:pr-14 {
    padding-right: 14px !important;
  }

  .mxs\:pr-16 {
    padding-right: 16px !important;
  }

  .mxs\:pr-20 {
    padding-right: 20px !important;
  }

  .mxs\:pr-22 {
    padding-right: 22px !important;
  }

  .mxs\:pr-24 {
    padding-right: 24px !important;
  }

  .mxs\:pr-25 {
    padding-right: 25px !important;
  }

  .mxs\:pr-27 {
    padding-right: 27px !important;
  }

  .mxs\:pr-30 {
    padding-right: 30px !important;
  }

  .mxs\:pr-36 {
    padding-right: 36px !important;
  }

  .mxs\:pr-40 {
    padding-right: 40px !important;
  }

  .mxs\:pr-42 {
    padding-right: 42px !important;
  }

  .mxs\:pr-44 {
    padding-right: 44px !important;
  }

  .mxs\:pr-48 {
    padding-right: 48px !important;
  }

  .mxs\:pr-52 {
    padding-right: 52px !important;
  }

  .mxs\:pr-64 {
    padding-right: 64px !important;
  }

  .mxs\:pr-72 {
    padding-right: 72px !important;
  }

  .mxs\:pr-74 {
    padding-right: 74px !important;
  }

  .mxs\:pr-77 {
    padding-right: 77px !important;
  }

  .mxs\:pr-84 {
    padding-right: 84px !important;
  }

  .mxs\:pr-96 {
    padding-right: 96px !important;
  }

  .mxs\:pr-98 {
    padding-right: 98px !important;
  }

  .mxs\:pr-100 {
    padding-right: 100px !important;
  }

  .mxs\:pr-105 {
    padding-right: 105px !important;
  }

  .mxs\:pr-114 {
    padding-right: 114px !important;
  }

  .mxs\:pr-115 {
    padding-right: 115px !important;
  }

  .mxs\:pr-120 {
    padding-right: 120px !important;
  }

  .mxs\:pr-128 {
    padding-right: 128px !important;
  }

  .mxs\:pr-156 {
    padding-right: 156px !important;
  }

  .mxs\:pr-200 {
    padding-right: 200px !important;
  }

  .mxs\:pr-256 {
    padding-right: 256px !important;
  }

  .mxs\:pr-px {
    padding-right: 1px !important;
  }

  .mxs\:pb-0 {
    padding-bottom: 0px !important;
  }

  .mxs\:pb-2 {
    padding-bottom: 2px !important;
  }

  .mxs\:pb-3 {
    padding-bottom: 3px !important;
  }

  .mxs\:pb-4 {
    padding-bottom: 4px !important;
  }

  .mxs\:pb-6 {
    padding-bottom: 6px !important;
  }

  .mxs\:pb-8 {
    padding-bottom: 8px !important;
  }

  .mxs\:pb-10 {
    padding-bottom: 10px !important;
  }

  .mxs\:pb-12 {
    padding-bottom: 12px !important;
  }

  .mxs\:pb-14 {
    padding-bottom: 14px !important;
  }

  .mxs\:pb-16 {
    padding-bottom: 16px !important;
  }

  .mxs\:pb-20 {
    padding-bottom: 20px !important;
  }

  .mxs\:pb-22 {
    padding-bottom: 22px !important;
  }

  .mxs\:pb-24 {
    padding-bottom: 24px !important;
  }

  .mxs\:pb-25 {
    padding-bottom: 25px !important;
  }

  .mxs\:pb-27 {
    padding-bottom: 27px !important;
  }

  .mxs\:pb-30 {
    padding-bottom: 30px !important;
  }

  .mxs\:pb-36 {
    padding-bottom: 36px !important;
  }

  .mxs\:pb-40 {
    padding-bottom: 40px !important;
  }

  .mxs\:pb-42 {
    padding-bottom: 42px !important;
  }

  .mxs\:pb-44 {
    padding-bottom: 44px !important;
  }

  .mxs\:pb-48 {
    padding-bottom: 48px !important;
  }

  .mxs\:pb-52 {
    padding-bottom: 52px !important;
  }

  .mxs\:pb-64 {
    padding-bottom: 64px !important;
  }

  .mxs\:pb-72 {
    padding-bottom: 72px !important;
  }

  .mxs\:pb-74 {
    padding-bottom: 74px !important;
  }

  .mxs\:pb-77 {
    padding-bottom: 77px !important;
  }

  .mxs\:pb-84 {
    padding-bottom: 84px !important;
  }

  .mxs\:pb-96 {
    padding-bottom: 96px !important;
  }

  .mxs\:pb-98 {
    padding-bottom: 98px !important;
  }

  .mxs\:pb-100 {
    padding-bottom: 100px !important;
  }

  .mxs\:pb-105 {
    padding-bottom: 105px !important;
  }

  .mxs\:pb-114 {
    padding-bottom: 114px !important;
  }

  .mxs\:pb-115 {
    padding-bottom: 115px !important;
  }

  .mxs\:pb-120 {
    padding-bottom: 120px !important;
  }

  .mxs\:pb-128 {
    padding-bottom: 128px !important;
  }

  .mxs\:pb-156 {
    padding-bottom: 156px !important;
  }

  .mxs\:pb-200 {
    padding-bottom: 200px !important;
  }

  .mxs\:pb-256 {
    padding-bottom: 256px !important;
  }

  .mxs\:pb-px {
    padding-bottom: 1px !important;
  }

  .mxs\:pl-0 {
    padding-left: 0px !important;
  }

  .mxs\:pl-2 {
    padding-left: 2px !important;
  }

  .mxs\:pl-3 {
    padding-left: 3px !important;
  }

  .mxs\:pl-4 {
    padding-left: 4px !important;
  }

  .mxs\:pl-6 {
    padding-left: 6px !important;
  }

  .mxs\:pl-8 {
    padding-left: 8px !important;
  }

  .mxs\:pl-10 {
    padding-left: 10px !important;
  }

  .mxs\:pl-12 {
    padding-left: 12px !important;
  }

  .mxs\:pl-14 {
    padding-left: 14px !important;
  }

  .mxs\:pl-16 {
    padding-left: 16px !important;
  }

  .mxs\:pl-20 {
    padding-left: 20px !important;
  }

  .mxs\:pl-22 {
    padding-left: 22px !important;
  }

  .mxs\:pl-24 {
    padding-left: 24px !important;
  }

  .mxs\:pl-25 {
    padding-left: 25px !important;
  }

  .mxs\:pl-27 {
    padding-left: 27px !important;
  }

  .mxs\:pl-30 {
    padding-left: 30px !important;
  }

  .mxs\:pl-36 {
    padding-left: 36px !important;
  }

  .mxs\:pl-40 {
    padding-left: 40px !important;
  }

  .mxs\:pl-42 {
    padding-left: 42px !important;
  }

  .mxs\:pl-44 {
    padding-left: 44px !important;
  }

  .mxs\:pl-48 {
    padding-left: 48px !important;
  }

  .mxs\:pl-52 {
    padding-left: 52px !important;
  }

  .mxs\:pl-64 {
    padding-left: 64px !important;
  }

  .mxs\:pl-72 {
    padding-left: 72px !important;
  }

  .mxs\:pl-74 {
    padding-left: 74px !important;
  }

  .mxs\:pl-77 {
    padding-left: 77px !important;
  }

  .mxs\:pl-84 {
    padding-left: 84px !important;
  }

  .mxs\:pl-96 {
    padding-left: 96px !important;
  }

  .mxs\:pl-98 {
    padding-left: 98px !important;
  }

  .mxs\:pl-100 {
    padding-left: 100px !important;
  }

  .mxs\:pl-105 {
    padding-left: 105px !important;
  }

  .mxs\:pl-114 {
    padding-left: 114px !important;
  }

  .mxs\:pl-115 {
    padding-left: 115px !important;
  }

  .mxs\:pl-120 {
    padding-left: 120px !important;
  }

  .mxs\:pl-128 {
    padding-left: 128px !important;
  }

  .mxs\:pl-156 {
    padding-left: 156px !important;
  }

  .mxs\:pl-200 {
    padding-left: 200px !important;
  }

  .mxs\:pl-256 {
    padding-left: 256px !important;
  }

  .mxs\:pl-px {
    padding-left: 1px !important;
  }

  .mxs\:text-left {
    text-align: left !important;
  }

  .mxs\:text-center {
    text-align: center !important;
  }

  .mxs\:text-right {
    text-align: right !important;
  }

  .mxs\:text-justify {
    text-align: justify !important;
  }

  .mxs\:align-baseline {
    vertical-align: baseline !important;
  }

  .mxs\:align-top {
    vertical-align: top !important;
  }

  .mxs\:align-middle {
    vertical-align: middle !important;
  }

  .mxs\:align-bottom {
    vertical-align: bottom !important;
  }

  .mxs\:align-text-top {
    vertical-align: text-top !important;
  }

  .mxs\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .mxs\:font-font-proximanova {
    font-family: proxima-nova,sans-serif !important;
  }

  .mxs\:font-font-purista {
    font-family: purista-web,sans-serif !important;
  }

  .mxs\:text-base {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mxs\:text-fs-128 {
    font-size: 128px !important;
    line-height: 122px !important;
  }

  .mxs\:text-fs-98 {
    font-size: 98px !important;
    line-height: 93px !important;
  }

  .mxs\:text-fs-80 {
    font-size: 80px !important;
    line-height: 76px !important;
  }

  .mxs\:text-fs-70 {
    font-size: 70px !important;
    line-height: 66px !important;
  }

  .mxs\:text-fs-68 {
    font-size: 68px !important;
    line-height: 64px !important;
  }

  .mxs\:text-fs-64 {
    font-size: 64px !important;
    line-height: 61px !important;
  }

  .mxs\:text-fs-60 {
    font-size: 60px !important;
    line-height: 54px !important;
  }

  .mxs\:text-fs-52 {
    font-size: 44px !important;
    line-height: 55px !important;
  }

  .mxs\:text-fs-44 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .mxs\:text-fs-40 {
    font-size: 40px !important;
    line-height: 38px !important;
  }

  .mxs\:text-fs-42 {
    font-size: 42px !important;
    line-height: 44px !important;
  }

  .mxs\:text-fs-38 {
    font-size: 38px !important;
    line-height: 36px !important;
  }

  .mxs\:text-fs-34 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .mxs\:text-fs-32 {
    font-size: 32px !important;
    line-height: 34px !important;
  }

  .mxs\:text-fs-30 {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .mxs\:text-fs-27 {
    font-size: 27px !important;
    line-height: 28px !important;
  }

  .mxs\:text-fs-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .mxs\:text-fs-24 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .mxs\:text-fs-26 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  .mxs\:text-fs-22 {
    font-size: 22px !important;
    line-height: 23px !important;
  }

  .mxs\:text-fs-20 {
    font-size: 20px !important;
    line-height: 21px !important;
  }

  .mxs\:text-fs-19 {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  .mxs\:text-fs-18 {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  .mxs\:text-fs-17 {
    font-size: 17px !important;
    line-height: 18px !important;
  }

  .mxs\:text-fs-16 {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .mxs\:text-fs-15 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .mxs\:text-fs-14 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  .mxs\:text-fs-12 {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .mxs\:text-fs-10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .mxs\:font-thin {
    font-weight: 100 !important;
  }

  .mxs\:font-extralight {
    font-weight: 200 !important;
  }

  .mxs\:font-light {
    font-weight: 300 !important;
  }

  .mxs\:font-normal {
    font-weight: 400 !important;
  }

  .mxs\:font-medium {
    font-weight: 500 !important;
  }

  .mxs\:font-semibold {
    font-weight: 600 !important;
  }

  .mxs\:font-bold {
    font-weight: 700 !important;
  }

  .mxs\:font-extrabold {
    font-weight: 800 !important;
  }

  .mxs\:font-black {
    font-weight: 900 !important;
  }

  .mxs\:uppercase {
    text-transform: uppercase !important;
  }

  .mxs\:lowercase {
    text-transform: lowercase !important;
  }

  .mxs\:capitalize {
    text-transform: capitalize !important;
  }

  .mxs\:normal-case {
    text-transform: none !important;
  }

  .mxs\:italic {
    font-style: italic !important;
  }

  .mxs\:not-italic {
    font-style: normal !important;
  }

  .mxs\:ordinal, .mxs\:slashed-zero, .mxs\:lining-nums, .mxs\:oldstyle-nums, .mxs\:proportional-nums, .mxs\:tabular-nums, .mxs\:diagonal-fractions, .mxs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .mxs\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .mxs\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .mxs\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .mxs\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .mxs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .mxs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .mxs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .mxs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .mxs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .mxs\:leading-none {
    line-height: 1 !important;
  }

  .mxs\:leading-lh-122 {
    line-height: 122px !important;
  }

  .mxs\:leading-lh-76 {
    line-height: 76px !important;
  }

  .mxs\:leading-lh-65 {
    line-height: 65px !important;
  }

  .mxs\:leading-lh-61 {
    line-height: 61px !important;
  }

  .mxs\:leading-lh-54 {
    line-height: 54px !important;
  }

  .mxs\:leading-lh-46 {
    line-height: 46px !important;
  }

  .mxs\:leading-lh-44 {
    line-height: 44px !important;
  }

  .mxs\:leading-lh-42 {
    line-height: 42px !important;
  }

  .mxs\:leading-lh-40 {
    line-height: 40px !important;
  }

  .mxs\:leading-lh-36 {
    line-height: 36px !important;
  }

  .mxs\:leading-lh-35 {
    line-height: 35px !important;
  }

  .mxs\:leading-lh-34 {
    line-height: 34px !important;
  }

  .mxs\:leading-lh-32 {
    line-height: 32px !important;
  }

  .mxs\:leading-lh-29 {
    line-height: 29px !important;
  }

  .mxs\:leading-lh-26 {
    line-height: 26px !important;
  }

  .mxs\:leading-lh-25 {
    line-height: 25px !important;
  }

  .mxs\:leading-lh-23 {
    line-height: 23px !important;
  }

  .mxs\:leading-lh-21 {
    line-height: 21px !important;
  }

  .mxs\:leading-lh-20 {
    line-height: 20px !important;
  }

  .mxs\:leading-lh-17 {
    line-height: 17px !important;
  }

  .mxs\:leading-lh-15 {
    line-height: 15px !important;
  }

  .mxs\:leading-lh-13 {
    line-height: 13px !important;
  }

  .mxs\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .mxs\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .mxs\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .mxs\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .mxs\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .mxs\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .mxs\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .mxs\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .mxs\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .mxs\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .mxs\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .mxs\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .mxs\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .mxs\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .mxs\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .mxs\:text-transparent {
    color: transparent !important;
  }

  .mxs\:text-current {
    color: currentColor !important;
  }

  .mxs\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .mxs\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .mxs\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-red01 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-red02 {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-red03 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-redhover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-championduct {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-championstrut {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-bridgedrain {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-flameshiled {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-hanger {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-elbows {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-white-smoke {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-brick-red {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-persian-red {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-dark-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .mxs\:group-hover\:text-apple {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .mxs\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .mxs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-red01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-red02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-red03:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-redhover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-championduct:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-championstrut:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-bridgedrain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-flameshiled:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-hanger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-elbows:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-white-smoke:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-brick-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-persian-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-dark-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus-within\:text-apple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .mxs\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .mxs\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-red01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-red02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-red03:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-redhover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-championduct:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-championstrut:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-bridgedrain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-flameshiled:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-hanger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-elbows:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-white-smoke:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-brick-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-persian-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-dark-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxs\:hover\:text-apple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .mxs\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .mxs\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-red01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-red02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-red03:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-redhover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-championduct:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-championstrut:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-bridgedrain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-flameshiled:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-hanger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-elbows:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-white-smoke:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-brick-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-persian-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-dark-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
  }

  .mxs\:focus\:text-apple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-text-opacity)) !important;
  }

  .mxs\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .mxs\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .mxs\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .mxs\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .mxs\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .mxs\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .mxs\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .mxs\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .mxs\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .mxs\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .mxs\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .mxs\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .mxs\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .mxs\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .mxs\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .mxs\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .mxs\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-7 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.10 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-15 {
    --tw-text-opacity: 0.15 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-94 {
    --tw-text-opacity: 0.94 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-02 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:text-opacity-03 {
    --tw-text-opacity: 0.03 !important;
  }

  .mxs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .mxs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .mxs\:focus-within\:text-opacity-7:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.10 !important;
  }

  .mxs\:focus-within\:text-opacity-15:focus-within {
    --tw-text-opacity: 0.15 !important;
  }

  .mxs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .mxs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .mxs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .mxs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .mxs\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .mxs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .mxs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .mxs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .mxs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .mxs\:focus-within\:text-opacity-94:focus-within {
    --tw-text-opacity: 0.94 !important;
  }

  .mxs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .mxs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .mxs\:focus-within\:text-opacity-02:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:text-opacity-03:focus-within {
    --tw-text-opacity: 0.03 !important;
  }

  .mxs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .mxs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .mxs\:hover\:text-opacity-7:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.10 !important;
  }

  .mxs\:hover\:text-opacity-15:hover {
    --tw-text-opacity: 0.15 !important;
  }

  .mxs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .mxs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .mxs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .mxs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .mxs\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .mxs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .mxs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .mxs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .mxs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .mxs\:hover\:text-opacity-94:hover {
    --tw-text-opacity: 0.94 !important;
  }

  .mxs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .mxs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .mxs\:hover\:text-opacity-02:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:hover\:text-opacity-03:hover {
    --tw-text-opacity: 0.03 !important;
  }

  .mxs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .mxs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .mxs\:focus\:text-opacity-7:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.10 !important;
  }

  .mxs\:focus\:text-opacity-15:focus {
    --tw-text-opacity: 0.15 !important;
  }

  .mxs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .mxs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .mxs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .mxs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .mxs\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .mxs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .mxs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mxs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .mxs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .mxs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .mxs\:focus\:text-opacity-94:focus {
    --tw-text-opacity: 0.94 !important;
  }

  .mxs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .mxs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .mxs\:focus\:text-opacity-02:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mxs\:focus\:text-opacity-03:focus {
    --tw-text-opacity: 0.03 !important;
  }

  .mxs\:underline {
    text-decoration: underline !important;
  }

  .mxs\:line-through {
    text-decoration: line-through !important;
  }

  .mxs\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .mxs\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .mxs\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .mxs\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .mxs\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .mxs\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .mxs\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .mxs\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .mxs\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .mxs\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .mxs\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .mxs\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .mxs\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .mxs\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mxs\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .mxs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .mxs\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .mxs\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .mxs\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mxs\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .mxs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red01:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red02:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red03::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red03:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-red03::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-redhover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-redhover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-redhover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championduct::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championduct:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championduct::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championstrut::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championstrut:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-championstrut::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-bridgedrain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-bridgedrain:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-bridgedrain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-flameshiled::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-flameshiled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-flameshiled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-hanger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-hanger:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-hanger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-elbows::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-elbows:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-elbows::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-white-smoke::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-white-smoke:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-white-smoke::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-brick-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-brick-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-brick-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-persian-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-persian-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-persian-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-dark-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-dark-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-dark-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-apple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-apple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-apple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .mxs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .mxs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .mxs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .mxs\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .mxs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .mxs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 179, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red01:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 28, 36, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(177, 17, 22, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-red03:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-redhover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-redhover:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-redhover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 40, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championduct:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championduct:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championduct:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(122, 178, 224, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championstrut:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championstrut:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-championstrut:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 58, 99, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-bridgedrain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-bridgedrain:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-bridgedrain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 167, 207, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-flameshiled:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-flameshiled:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-flameshiled:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 143, 38, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-hanger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-hanger:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-hanger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 137, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-elbows:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-elbows:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-elbows:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 192, 176, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-white-smoke:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-white-smoke:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-white-smoke:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-brick-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-brick-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-brick-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 44, 49, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-persian-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-persian-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-persian-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 45, 50, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-dark-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 179, 179, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-apple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-apple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:focus\:placeholder-apple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 178, 66, var(--tw-placeholder-opacity)) !important;
  }

  .mxs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:placeholder-opacity-7::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-7:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-7::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:placeholder-opacity-15::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:placeholder-opacity-15:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:placeholder-opacity-15::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:placeholder-opacity-57:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:placeholder-opacity-94::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:placeholder-opacity-94:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:placeholder-opacity-94::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:placeholder-opacity-02::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-02:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-02::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:placeholder-opacity-03::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:placeholder-opacity-03:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:placeholder-opacity-03::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mxs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mxs\:focus\:placeholder-opacity-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-7:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-7:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.10 !important;
  }

  .mxs\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:focus\:placeholder-opacity-15:focus::placeholder {
    --tw-placeholder-opacity: 0.15 !important;
  }

  .mxs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mxs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mxs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mxs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mxs\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:focus\:placeholder-opacity-57:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mxs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mxs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mxs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mxs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mxs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mxs\:focus\:placeholder-opacity-94:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:focus\:placeholder-opacity-94:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:focus\:placeholder-opacity-94:focus::placeholder {
    --tw-placeholder-opacity: 0.94 !important;
  }

  .mxs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mxs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mxs\:focus\:placeholder-opacity-02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-02:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-02:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mxs\:focus\:placeholder-opacity-03:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:focus\:placeholder-opacity-03:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:focus\:placeholder-opacity-03:focus::placeholder {
    --tw-placeholder-opacity: 0.03 !important;
  }

  .mxs\:opacity-0 {
    opacity: 0 !important;
  }

  .mxs\:opacity-5 {
    opacity: 0.05 !important;
  }

  .mxs\:opacity-7 {
    opacity: 0.7 !important;
  }

  .mxs\:opacity-10 {
    opacity: 0.10 !important;
  }

  .mxs\:opacity-15 {
    opacity: 0.15 !important;
  }

  .mxs\:opacity-20 {
    opacity: 0.2 !important;
  }

  .mxs\:opacity-25 {
    opacity: 0.25 !important;
  }

  .mxs\:opacity-30 {
    opacity: 0.3 !important;
  }

  .mxs\:opacity-40 {
    opacity: 0.4 !important;
  }

  .mxs\:opacity-50 {
    opacity: 0.5 !important;
  }

  .mxs\:opacity-57 {
    opacity: 0.57 !important;
  }

  .mxs\:opacity-60 {
    opacity: 0.6 !important;
  }

  .mxs\:opacity-70 {
    opacity: 0.7 !important;
  }

  .mxs\:opacity-75 {
    opacity: 0.75 !important;
  }

  .mxs\:opacity-80 {
    opacity: 0.8 !important;
  }

  .mxs\:opacity-90 {
    opacity: 0.9 !important;
  }

  .mxs\:opacity-94 {
    opacity: 0.94 !important;
  }

  .mxs\:opacity-95 {
    opacity: 0.95 !important;
  }

  .mxs\:opacity-100 {
    opacity: 1 !important;
  }

  .mxs\:opacity-02 {
    opacity: 0.2 !important;
  }

  .mxs\:opacity-03 {
    opacity: 0.03 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-7 {
    opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-10 {
    opacity: 0.10 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-15 {
    opacity: 0.15 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-94 {
    opacity: 0.94 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-02 {
    opacity: 0.2 !important;
  }

  .group:hover .mxs\:group-hover\:opacity-03 {
    opacity: 0.03 !important;
  }

  .mxs\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .mxs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .mxs\:focus-within\:opacity-7:focus-within {
    opacity: 0.7 !important;
  }

  .mxs\:focus-within\:opacity-10:focus-within {
    opacity: 0.10 !important;
  }

  .mxs\:focus-within\:opacity-15:focus-within {
    opacity: 0.15 !important;
  }

  .mxs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .mxs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .mxs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .mxs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .mxs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .mxs\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .mxs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .mxs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .mxs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .mxs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .mxs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .mxs\:focus-within\:opacity-94:focus-within {
    opacity: 0.94 !important;
  }

  .mxs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .mxs\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .mxs\:focus-within\:opacity-02:focus-within {
    opacity: 0.2 !important;
  }

  .mxs\:focus-within\:opacity-03:focus-within {
    opacity: 0.03 !important;
  }

  .mxs\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .mxs\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .mxs\:hover\:opacity-7:hover {
    opacity: 0.7 !important;
  }

  .mxs\:hover\:opacity-10:hover {
    opacity: 0.10 !important;
  }

  .mxs\:hover\:opacity-15:hover {
    opacity: 0.15 !important;
  }

  .mxs\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .mxs\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .mxs\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .mxs\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .mxs\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .mxs\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .mxs\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .mxs\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .mxs\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .mxs\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .mxs\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .mxs\:hover\:opacity-94:hover {
    opacity: 0.94 !important;
  }

  .mxs\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .mxs\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .mxs\:hover\:opacity-02:hover {
    opacity: 0.2 !important;
  }

  .mxs\:hover\:opacity-03:hover {
    opacity: 0.03 !important;
  }

  .mxs\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .mxs\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .mxs\:focus\:opacity-7:focus {
    opacity: 0.7 !important;
  }

  .mxs\:focus\:opacity-10:focus {
    opacity: 0.10 !important;
  }

  .mxs\:focus\:opacity-15:focus {
    opacity: 0.15 !important;
  }

  .mxs\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .mxs\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .mxs\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .mxs\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .mxs\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .mxs\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .mxs\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .mxs\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .mxs\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .mxs\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .mxs\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .mxs\:focus\:opacity-94:focus {
    opacity: 0.94 !important;
  }

  .mxs\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .mxs\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .mxs\:focus\:opacity-02:focus {
    opacity: 0.2 !important;
  }

  .mxs\:focus\:opacity-03:focus {
    opacity: 0.03 !important;
  }

  .mxs\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .mxs\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .mxs\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .mxs\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .mxs\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .mxs\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .mxs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .mxs\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .mxs\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .mxs\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .mxs\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .mxs\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .mxs\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .mxs\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .mxs\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .mxs\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .mxs\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .mxs\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .mxs\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .mxs\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .mxs\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .mxs\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .mxs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .mxs\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .mxs\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .mxs\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .mxs\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .mxs\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .mxs\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .mxs\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .mxs\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .mxs\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .mxs\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mxs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mxs\:group-hover\:shadow-shadow-btn {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15); !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mxs\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxs\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxs\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxs\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mxs\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mxs\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mxs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mxs\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .mxs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .mxs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .mxs\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .mxs\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .mxs\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-red01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-red02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-red03 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-redhover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-championduct {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-championstrut {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-bridgedrain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-flameshiled {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-hanger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-elbows {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-white-smoke {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-brick-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-persian-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-dark-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-apple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .mxs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .mxs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-red01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-red02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-red03:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-redhover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-championduct:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-championstrut:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-bridgedrain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-flameshiled:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-hanger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-elbows:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-white-smoke:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-brick-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-persian-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-dark-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus-within\:ring-apple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .mxs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .mxs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 179, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-red01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 28, 36, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-red02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(177, 17, 22, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-red03:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-redhover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 40, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-championduct:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(122, 178, 224, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-championstrut:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 58, 99, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-bridgedrain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 167, 207, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-flameshiled:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 143, 38, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-hanger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 137, 70, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-elbows:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 192, 176, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-white-smoke:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-brick-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 44, 49, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-persian-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 45, 50, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-dark-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 179, 179, var(--tw-ring-opacity)) !important;
  }

  .mxs\:focus\:ring-apple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 178, 66, var(--tw-ring-opacity)) !important;
  }

  .mxs\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .mxs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxs\:ring-opacity-7 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:ring-opacity-10 {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxs\:ring-opacity-15 {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxs\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxs\:ring-opacity-94 {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxs\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .mxs\:ring-opacity-02 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:ring-opacity-03 {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .mxs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxs\:focus-within\:ring-opacity-7:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxs\:focus-within\:ring-opacity-15:focus-within {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxs\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxs\:focus-within\:ring-opacity-94:focus-within {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .mxs\:focus-within\:ring-opacity-02:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:focus-within\:ring-opacity-03:focus-within {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .mxs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .mxs\:focus\:ring-opacity-7:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.10 !important;
  }

  .mxs\:focus\:ring-opacity-15:focus {
    --tw-ring-opacity: 0.15 !important;
  }

  .mxs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .mxs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .mxs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .mxs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .mxs\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .mxs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .mxs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mxs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .mxs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .mxs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .mxs\:focus\:ring-opacity-94:focus {
    --tw-ring-opacity: 0.94 !important;
  }

  .mxs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .mxs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .mxs\:focus\:ring-opacity-02:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mxs\:focus\:ring-opacity-03:focus {
    --tw-ring-opacity: 0.03 !important;
  }

  .mxs\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .mxs\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .mxs\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .mxs\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .mxs\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .mxs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .mxs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .mxs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .mxs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .mxs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .mxs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .mxs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .mxs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .mxs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .mxs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .mxs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .mxs\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxs\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxs\:ring-offset-green {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxs\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .mxs\:ring-offset-grey {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxs\:ring-offset-red01 {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxs\:ring-offset-red02 {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxs\:ring-offset-red03 {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxs\:ring-offset-redhover {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxs\:ring-offset-championduct {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxs\:ring-offset-championstrut {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxs\:ring-offset-bridgedrain {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxs\:ring-offset-flameshiled {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxs\:ring-offset-hanger {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxs\:ring-offset-elbows {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxs\:ring-offset-white-smoke {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxs\:ring-offset-brick-red {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxs\:ring-offset-persian-red {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxs\:ring-offset-dark-gray {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxs\:ring-offset-apple {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .mxs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxs\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .mxs\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxs\:focus-within\:ring-offset-red01:focus-within {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxs\:focus-within\:ring-offset-red02:focus-within {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxs\:focus-within\:ring-offset-red03:focus-within {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxs\:focus-within\:ring-offset-redhover:focus-within {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxs\:focus-within\:ring-offset-championduct:focus-within {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxs\:focus-within\:ring-offset-championstrut:focus-within {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxs\:focus-within\:ring-offset-bridgedrain:focus-within {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxs\:focus-within\:ring-offset-flameshiled:focus-within {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxs\:focus-within\:ring-offset-hanger:focus-within {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxs\:focus-within\:ring-offset-elbows:focus-within {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxs\:focus-within\:ring-offset-white-smoke:focus-within {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxs\:focus-within\:ring-offset-brick-red:focus-within {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxs\:focus-within\:ring-offset-persian-red:focus-within {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxs\:focus-within\:ring-offset-dark-gray:focus-within {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxs\:focus-within\:ring-offset-apple:focus-within {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .mxs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .mxs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important;
  }

  .mxs\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #52B342 !important;
  }

  .mxs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .mxs\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #828282 !important;
  }

  .mxs\:focus\:ring-offset-red01:focus {
    --tw-ring-offset-color: #ED1C24 !important;
  }

  .mxs\:focus\:ring-offset-red02:focus {
    --tw-ring-offset-color: #B11116 !important;
  }

  .mxs\:focus\:ring-offset-red03:focus {
    --tw-ring-offset-color: #670000 !important;
  }

  .mxs\:focus\:ring-offset-redhover:focus {
    --tw-ring-offset-color: #FF2831 !important;
  }

  .mxs\:focus\:ring-offset-championduct:focus {
    --tw-ring-offset-color: #7AB2E0 !important;
  }

  .mxs\:focus\:ring-offset-championstrut:focus {
    --tw-ring-offset-color: #003A63 !important;
  }

  .mxs\:focus\:ring-offset-bridgedrain:focus {
    --tw-ring-offset-color: #00A7CF !important;
  }

  .mxs\:focus\:ring-offset-flameshiled:focus {
    --tw-ring-offset-color: #E28F26 !important;
  }

  .mxs\:focus\:ring-offset-hanger:focus {
    --tw-ring-offset-color: #828946 !important;
  }

  .mxs\:focus\:ring-offset-elbows:focus {
    --tw-ring-offset-color: #64C0B0 !important;
  }

  .mxs\:focus\:ring-offset-white-smoke:focus {
    --tw-ring-offset-color: #EBEBEB !important;
  }

  .mxs\:focus\:ring-offset-brick-red:focus {
    --tw-ring-offset-color: #c52c31 !important;
  }

  .mxs\:focus\:ring-offset-persian-red:focus {
    --tw-ring-offset-color: #ca2d32 !important;
  }

  .mxs\:focus\:ring-offset-dark-gray:focus {
    --tw-ring-offset-color: #B3B3B3 !important;
  }

  .mxs\:focus\:ring-offset-apple:focus {
    --tw-ring-offset-color: #52B242 !important;
  }

  .mxs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .mxs\:filter-none {
    filter: none !important;
  }

  .mxs\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .mxs\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .mxs\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .mxs\:blur {
    --tw-blur: blur(8px) !important;
  }

  .mxs\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .mxs\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .mxs\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .mxs\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .mxs\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .mxs\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .mxs\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .mxs\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .mxs\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .mxs\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .mxs\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .mxs\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .mxs\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .mxs\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .mxs\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .mxs\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .mxs\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .mxs\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .mxs\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .mxs\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .mxs\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .mxs\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .mxs\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .mxs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .mxs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .mxs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .mxs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .mxs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .mxs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .mxs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .mxs\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .mxs\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .mxs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .mxs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .mxs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .mxs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .mxs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .mxs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .mxs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mxs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mxs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mxs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mxs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mxs\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .mxs\:invert {
    --tw-invert: invert(100%) !important;
  }

  .mxs\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .mxs\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .mxs\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .mxs\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .mxs\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .mxs\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .mxs\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .mxs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .mxs\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .mxs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mxs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mxs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .mxs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .mxs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .mxs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .mxs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .mxs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .mxs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .mxs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .mxs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .mxs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .mxs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .mxs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .mxs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .mxs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .mxs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .mxs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .mxs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .mxs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .mxs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .mxs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .mxs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .mxs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .mxs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .mxs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .mxs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .mxs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .mxs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .mxs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .mxs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .mxs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .mxs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .mxs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .mxs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .mxs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mxs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mxs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mxs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mxs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mxs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .mxs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .mxs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .mxs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .mxs\:backdrop-opacity-7 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mxs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.10) !important;
  }

  .mxs\:backdrop-opacity-15 {
    --tw-backdrop-opacity: opacity(0.15) !important;
  }

  .mxs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mxs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .mxs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .mxs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .mxs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .mxs\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .mxs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .mxs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mxs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .mxs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .mxs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .mxs\:backdrop-opacity-94 {
    --tw-backdrop-opacity: opacity(0.94) !important;
  }

  .mxs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .mxs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .mxs\:backdrop-opacity-02 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mxs\:backdrop-opacity-03 {
    --tw-backdrop-opacity: opacity(0.03) !important;
  }

  .mxs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .mxs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .mxs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .mxs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .mxs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .mxs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .mxs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .mxs\:transition-none {
    transition-property: none !important;
  }

  .mxs\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mxs\:delay-75 {
    transition-delay: 75ms !important;
  }

  .mxs\:delay-100 {
    transition-delay: 100ms !important;
  }

  .mxs\:delay-150 {
    transition-delay: 150ms !important;
  }

  .mxs\:delay-200 {
    transition-delay: 200ms !important;
  }

  .mxs\:delay-300 {
    transition-delay: 300ms !important;
  }

  .mxs\:delay-500 {
    transition-delay: 500ms !important;
  }

  .mxs\:delay-700 {
    transition-delay: 700ms !important;
  }

  .mxs\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .mxs\:duration-75 {
    transition-duration: 75ms !important;
  }

  .mxs\:duration-100 {
    transition-duration: 100ms !important;
  }

  .mxs\:duration-150 {
    transition-duration: 150ms !important;
  }

  .mxs\:duration-200 {
    transition-duration: 200ms !important;
  }

  .mxs\:duration-300 {
    transition-duration: 300ms !important;
  }

  .mxs\:duration-500 {
    transition-duration: 500ms !important;
  }

  .mxs\:duration-700 {
    transition-duration: 700ms !important;
  }

  .mxs\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .mxs\:ease-linear {
    transition-timing-function: linear !important;
  }

  .mxs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mxs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mxs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@charset "UTF-8";

@import url("https://use.typekit.net/mtx4uep.css");

*,
  *:before,
  *:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.container, .container-sm, .container-800 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1199px){
  .container, .container-sm, .container-800{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px){
  .container, .container-sm, .container-800{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container, .container-sm, .container-800{
  max-width: 1240px;
}

.container-sm {
  max-width: 1040px;
}

.container-800 {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .container-800 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  background-color: #FFFFFF;
}

@media (max-width: 991px) {
  h1,
    .h1 {
    font-size: 70px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  h1,
    .h1 {
    font-size: 44px;
    line-height: 42px;
  }
}

@media (max-width: 319px) {
  h1,
    .h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  h2,
    .h2 {
    font-size: 38px;
    line-height: 36px;
  }
}

@media (max-width: 319px) {
  h2,
    .h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  h3,
    .h3 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  h3,
    .h3 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 319px) {
  h3,
    .h3 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  h4,
    .h4 {
    font-size: 24px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  h5,
    .h5 {
    font-size: 19px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  h6,
    .h6 {
    font-size: 18px;
    line-height: 19px;
  }
}

h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

a {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

a:hover{
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

a{
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
  text-decoration: none;
}

a:hover {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

.far,
  .fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

:root,
  :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
  .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";

  font-display: block;

  font-weight: 400;

  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";

  font-display: block;

  font-weight: 900;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";

  font-display: block;

  font-weight: 400;

  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";

  font-display: block;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";

  font-display: block;

  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";

  font-display: block;

  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");

  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
  .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.default-transistion {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-trans-none {
  text-transform: none;
}

.textdecoration-none {
  text-decoration: none;
}

.textdecoration-line {
  text-decoration: underline;
}

p:empty {
  display: none;
}

.full-width-layout {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.right-move {
  margin-right: calc(-100vw / 2 + 1200px / 2);
  padding-right: 0;
}

@media (max-width: 1199px) {
  .right-move {
    margin-right: 0;
  }
}

.right-move-sm {
  margin-right: calc(-100vw / 2 + 1000px / 2);
  padding-right: 0;
}

@media (max-width: 1199px) {
  .right-move-sm {
    margin-right: 0;
  }
}

.radius-rounded {
  position: absolute;
  top: 0px;
  width: 100%;
}

.radius-rounded span {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 200px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  opacity: 0.2;
}

.industries-list.border-details .radius-rounded span {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .radius-rounded span {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .radius-rounded span {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .radius-rounded span {
    margin-bottom: -1px;
  }

  .product-info .radius-rounded span {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .radius-rounded span {
  margin-right: -1px;
  margin-bottom: -1px;
}

.radius-rounded span{
  height: 112px;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .radius-rounded span {
    height: 90px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .radius-rounded span {
    height: 68px;
    margin-bottom: 10px;
  }
}

.radius-rounded span:last-child {
  margin-bottom: 0;
}

.radius-rounded span:nth-child(1) {
  width: 339px;
  margin-left: 120px;
}

@media (max-width: 992px) {
  .radius-rounded span:nth-child(1) {
    width: 272px;
    display: block;
    margin-left: 95px;
  }
}

@media (max-width: 767px) {
  .radius-rounded span:nth-child(1) {
    width: 205px;
    display: block;
    margin-left: 67px;
  }
}

.radius-rounded span:nth-child(2) {
  right: -10px;
  float: right;
}

@media (max-width: 992px) {
  .radius-rounded span:nth-child(2) {
    right: 0;
    width: 470px;
    float: left;
  }
}

@media (max-width: 767px) {
  .radius-rounded span:nth-child(2) {
    right: -15px;
    width: 373px;
  }
}

.radius-rounded span:nth-child(3) {
  width: 355px;
  margin-left: 75px;
}

@media (max-width: 992px) {
  .radius-rounded span:nth-child(3) {
    width: 285px;
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .radius-rounded span:nth-child(3) {
    width: 219px;
    margin-left: 40px;
  }
}

.buttons-inlines span {
  margin-right: 16px;
  display: inline-block;
}

.buttons-inlines span:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .buttons-inlines span {
    margin-right: 7px;
  }
}

.black-opacity {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.7;
}

.border-line-vertical {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  max-width: 1240px;
  margin: 0 auto;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.border-line-vertical .border-line {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 1240px) {
  .border-line-vertical {
    display: none;
  }
}

/* ul li css start */

.site-content ul li {
  line-height: 26px;
  position: relative;
  margin: 0 0 8px 42px;
}

.site-content ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .site-content ul li {
    margin: 0 0 8px 32px;
  }
}

.site-content ul li:after {
  position: absolute;
  content: '';
  background-color: #ED1C24;
  height: 7px;
  width: 7px;
  left: -42px;
  top: 10px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .site-content ul li:after {
    left: -32px;
  }
}

.site-content ol {
  position: relative;
}

.site-content ol li {
  list-style-type: number;
  margin: 0 0 8px 20px;
  padding-left: 17px;
}

.site-content ol li:last-child {
  margin-bottom: 0;
}

.btn-inline-block .site-btn {
  display: inline-block;
}

.btn-left-align {
  display: flex;
  justify-content: flex-start;
}

.btn-center-align {
  display: flex;
  justify-content: center;
}

.btn-right-align {
  display: flex;
  justify-content: flex-end;
}

.bg-red {
  background-color: #B11116;
}

.bg-black {
  background-color: #000;
}

.bg-lightgray {
  background-color: #EBEBEB;
}

.bg-section-red {
  background-color: #B11116 !important;
}

.bg-section-black {
  background-color: #000 !important;
}

.bg-section-lightgray {
  background-color: #EBEBEB !important;
}

.bg-section-white {
  background-color: #FFF !important;
}

.text-color-red span {
  color: #ed1c24;
}

.text-color-black span {
  color: #000;
}

.word-trim4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.select-field select {
  height: 54px;
  padding: 10px 45px 10px 20px;
  text-overflow: ellipsis;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px){
  .select-field select{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .select-field select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .select-field select {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .select-field select {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .select-field select {
    margin-bottom: -1px;
  }

  .product-info .select-field select {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .select-field select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.select-field select{
  background-image: url(../images/select-arrow-b-black.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.loader-img {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.loader-img .loader-details {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.loader-img .loader-details img {
  -webkit-animation: preloader-rotation 1.3s linear infinite;
  animation: preloader-rotation 1.3s linear infinite;
  margin: 0 auto 10px;
}

@-webkit-keyframes preloader-rotation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-rotation {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.heads-selection p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.heads-selection p a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-bottom {
  padding-bottom: 80px !important;
}

.btn-bottom .link-btn {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 767px) {
  .btn-bottom .link-btn {
    position: inherit;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .btn-bottom {
    padding-bottom: 36px !important;
  }
}

@media (max-width: 767px) {
  .recent-post .link-btn {
    margin-top: 20px;
  }
}

.kwayy-html-sitemap-post-list {
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .about-image figure {
    margin: 0 0 30px !important;
  }
}

.news-wrapp {
  padding: 30px 0 30px;
  overflow: auto;
}

.news-wrapp .text-shadow {
  text-shadow: 5px 2px 15px #444;
  color: #e28f1e;
}

.news-wrapp .news-letter-content {
  max-width: 682px;
}

.news-wrapp .news-letter-content .sign-lists ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.news-wrapp .news-letter-content .sign-lists ul li {
  flex: 50% 0 0;
  color: #fff;
  list-style: disc;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: normal;
}

@media (max-width: 767px) {
  .news-wrapp .news-letter-content .sign-lists ul li {
    flex: 100% 0 0;
  }
}

.news-wrapp .news-letter-content .sign-up-form .gfield_label {
  display: none;
}

.news-wrapp .news-letter-content .sign-up-form .gform_legacy_markup_wrapper div.validation_error {
  padding: 10px 10px;
  color: #fff;
  border: none;
  text-align: center;
  line-height: normal;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: none;
  background: red;
}

.news-wrapp .news-letter-content .sign-up-form .gform_legacy_markup_wrapper div.validation_error .gform_submission_error.hide_summary {
  font-size: 16px;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
}

.news-wrapp .news-letter-content .sign-up-form .gform_legacy_markup_wrapper div.validation_error .gform_submission_error.hide_summary:before {
  display: none;
}

.news-wrapp .news-letter-content .sign-up-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body {
  flex: 1 0 0;
}

@media (max-width: 767px) {
  .news-wrapp .news-letter-content .sign-up-form form .gform-body {
    flex: 100% 0 0;
  }
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100% !important;
  background: transparent !important;
  border: none;
  width: 100%;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body ul.gform_fields li.gfield .ginput_container.ginput_container_email {
  margin: 0;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body ul.gform_fields li.gfield .validation_message {
  position: absolute;
  border: none;
  top: 110%;
  margin: 0;
  padding: 0;
  color: red;
  font-weight: 400;
  background: #e3e3e3;
  width: auto;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 767px) {
  .news-wrapp .news-letter-content .sign-up-form form .gform-body ul.gform_fields li.gfield .validation_message {
    position: relative;
    top: inherit;
    margin: 4px 0 0;
  }
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body input {
  width: 100%;
  background-color: #ced7da;
  border: 1px solid #ced7da;
  color: #000;
  margin: 0;
  height: 45px;
  width: 100%;
  font-size: 16px !important;
  padding: 10px 10px !important;
  outline: none;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.news-wrapp .news-letter-content .sign-up-form form .gform-body input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.news-wrapp .news-letter-content .sign-up-form form .gform_footer {
  flex: auto 0 0;
  width: auto;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .news-wrapp .news-letter-content .sign-up-form form .gform_footer {
    flex: 100% 0 0;
    margin: 10px 0 0;
  }
}

.news-wrapp .news-letter-content .sign-up-form form .gform_footer input[type="submit"] {
  height: 100%;
  padding: 6px 12px;
  background-color: #e1261c;
  color: #fff;
  min-width: 150px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .news-wrapp .news-letter-content .sign-up-form form .gform_footer input[type="submit"] {
    min-width: 100%;
  }
}

.news-wrapp .news-letter-content .sign-up-form form .gform_footer input[type="submit"]:hover {
  background-color: #000;
}

.toggle-text-content span {
  display: none;
}

.sign-up-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0 !important;
  border: none !important;
  background: transparent;
  width: 100% !important;
}

@media (max-width: 767px) {
  .sign-up-form .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: inherit;
    min-height: inherit;
  }
}

.no-lists-bullets {
  margin: 0;
}

.no-lists-bullets ul li {
  margin: 0 0 10px;
  padding: 0;
}

.no-lists-bullets ul li:after {
  display: none;
}

.no-lists-bullets ul li a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.no-lists-bullets ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .no-lists-bullets {
    gap: 1em;
  }
}

.video-style2.video-sec .container-800 {
  padding: 0;
}

.video-style2.video-sec .video-back-img {
  width: 100%;
  height: 200px;
}

sup {
  top: -0.45em;
  left: 1px;
}

sub, sup {
  font-size: 60%;
}

sub {
  font-size: 38%;
  top: -1.15em;
  bottom: inherit;
  left: 1px;
}

.catContainer .catcolumn {
  border: 1px solid #000;
  padding: 10px;
  flex: 50% 0 0;
}

@media (max-width: 767px) {
  .catContainer .catcolumn {
    flex: 100% 0 0;
  }
}

.catContainer .catcolumn .cat-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}

.catContainer .catcolumn p {
  font-size: 14px;
  font-weight: 300;
}

.wp-block-columns p a, .details-content-single p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.wp-block-columns p a:hover, .details-content-single p a:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 0, 0, var(--tw-text-opacity));
}

.wp-block-columns strong a, .details-content-single strong a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.wp-block-columns strong a:hover, .details-content-single strong a:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 0, 0, var(--tw-text-opacity));
}

.wp-block-columns ul li a, .details-content-single ul li a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.wp-block-columns ul li a:hover, .details-content-single ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 0, 0, var(--tw-text-opacity));
}

.scroolpie-slider p a, .link-color p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.scroolpie-slider p a:hover, .link-color p a:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  body .lists-serve {
    gap: 10px;
  }
}

.site-content p > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.site-content p > a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.site-content p > a{
  text-decoration: none;
}

.site-content ul li > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.site-content ul li > a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.site-content ul li > a{
  text-decoration: none;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%, 24% {
    transform: rotate(-18deg);
  }

  12%, 28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%, 24% {
    transform: rotate(-18deg);
  }

  12%, 28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%, 100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-a::before {
  content: "\41";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-at::before {
  content: "\40";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "\42";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "\43";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-d::before {
  content: "\44";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "\45";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\3d";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-expand::before {
  content: "\f065";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "\46";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "\47";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "\48";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-2::before {
  content: "\f254";
}

.fa-hourglass-half::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-i::before {
  content: "\49";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "\4a";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-joint::before {
  content: "\f595";
}

.fa-k::before {
  content: "\4b";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "\4c";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "\4d";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "\4e";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "\4f";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "\50";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "\51";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\3f";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "\52";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "\53";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "\54";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "\55";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "\56";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "\57";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "\58";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-y::before {
  content: "\59";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "\5a";
}

.sr-only,
.fa-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;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(: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;
}

:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-font-awesome:before {
  content: "\f425";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider .slick-arrow {
  display: none !important;
}

.thumbnail-slider .slider-arrow.slide-arrow-style2 .disabled {
  opacity: 0.3;
}

.slick-product-slider .slick-list {
  padding-left: 0px;
  padding-right: 130px;
}

@media (max-width: 991px) {
  .slick-product-slider .slick-list {
    padding-right: 165px;
  }
}

@media (max-width: 810px) {
  .slick-product-slider .slick-list {
    padding-right: 120px;
  }
}

@media (max-width: 300px) {
  .slick-product-slider .slick-list {
    padding-right: 40px;
  }
}

.slick-product-slider .slick-list .slick-track {
  display: flex !important;
}

.slick-product-slider .slick-list .slick-track .slick-slide {
  height: auto !important;
}

.slick-product-slider .slick-slide {
  padding-right: 2px;
}

.slick-product-slider .slick-slide > div {
  height: 100%;
}

@media (max-width: 1200px) {
  .slick-product-slider {
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .slick-product-slider {
    margin-right: -20px;
  }
}

.thumbnail-cards {
  cursor: pointer;
  padding-bottom: 118px;
}

@media (max-width: 991px) {
  .thumbnail-cards {
    padding-bottom: 102px;
  }
}

@media (max-width: 767px) {
  .thumbnail-cards {
    padding-bottom: 79px;
  }
}

.thumbnail-cards .thumbnail-img {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 355px;
}

@media (max-width: 991px) {
  .thumbnail-cards .thumbnail-img {
    height: 262px;
  }
}

@media (max-width: 767px) {
  .thumbnail-cards .thumbnail-img {
    height: 217px;
  }
}

.thumbnail-cards .thumbnail-img img {
  margin: 0 auto;
  max-width: 256px;
  max-height: 250px;
}

@media (max-width: 991px) {
  .thumbnail-cards .thumbnail-img img {
    max-width: 160px;
    max-height: 160px;
  }
}

@media (max-width: 767px) {
  .thumbnail-cards .thumbnail-img img {
    max-width: 142px;
    max-height: 140px;
  }
}

.thumbnail-cards .thumbnail-content {
  padding: 0 72px;
}

@media (max-width: 991px) {
  .thumbnail-cards .thumbnail-content {
    padding: 0 29px;
  }
}

@media (max-width: 767px) {
  .thumbnail-cards .thumbnail-content {
    padding: 0 30px;
  }
}

.thumbnail-cards .thumbnail-content .single-btn {
  position: absolute;
  bottom: 72px;
}

@media (max-width: 991px) {
  .thumbnail-cards .thumbnail-content .single-btn {
    bottom: 58px;
  }
}

@media (max-width: 767px) {
  .thumbnail-cards .thumbnail-content .single-btn {
    bottom: 36px;
  }
}

.thumbnail-cards .thumbnail-content .product-title {
  max-width: 230px;
}

.thumbnail-cards:hover .site-btn.border-btn {
  background: rgba(0, 0, 0, 0.1);
}

.thumbnail-cards:hover .site-btn.border-btn .arrow-move svg.first-arrow {
  transform: translate(140%, -50%);
}

.thumbnail-cards:hover .site-btn.border-btn .arrow-move svg.two-arrow {
  transform: translate(0%, -50%);
}

.thumbnail-cards:hover .site-btn.border-btn .arrow-move .arrow-move-animate {
  transform: translate(0, 0);
}

/* Frame */

.scroolpie-slider .frame {
  overflow: hidden;
}

.scroolpie-slider .frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroolpie-slider .frame ul li {
  flex: 470px 0 0;
  margin: 0 30px 0 0;
  padding-bottom: 93px;
}

.scroolpie-slider .frame ul li:after {
  display: none;
}

@media (max-width: 767px) {
  .scroolpie-slider .frame ul li {
    flex: 269px 0 0;
    margin: 0 10px 0 0;
    padding-bottom: 79px;
  }
}

.scroolpie-slider .frame ul li ul li {
  padding: 0;
  margin: 0 0 8px 42px;
  position: relative;
}

.scroolpie-slider .frame ul li ul li::after {
  position: absolute;
  content: '';
  background-color: #ED1C24;
  height: 7px;
  width: 7px;
  left: -42px;
  top: 10px;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 1240px) {
  .scroolpie-slider .right-move {
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .scroolpie-slider .right-move {
    margin-right: -20px;
  }
}

.scroolpie-slider .video-loop picture img {
  width: 100%;
}

.scroolpie-slider .arrow-position-top {
  bottom: 110%;
  top: inherit;
  right: 0;
}

/* Scrollbar */

.scroolpie-slider .video-list .video-loop {
  height: 247px;
}

@media (max-width: 767px) {
  .scroolpie-slider .video-list .video-loop {
    height: 141px;
  }
}

@media (max-width: 767px) {
  .scroolpie-slider .video-list .video-loop .play-icon img {
    width: 52px;
    height: 52px;
  }
}

.scroolpie-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroolpie-slider .thumbnail-cards .thumbnail-content {
  padding: 0;
}

@media (max-width: 767px) {
  .scroolpie-slider .thumbnail-cards .thumbnail-content {
    padding: 0 20px 0 0;
  }
}

.scroolpie-slider .thumbnail-cards .thumbnail-content .single-btn {
  bottom: 48px;
}

@media (max-width: 767px) {
  .scroolpie-slider .thumbnail-cards .thumbnail-content .single-btn {
    bottom: 36px;
  }
}

.scroolpie-slider .thumbnail-cards .thumbnail-content .video-grid-title a {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 991px) {
  .scroolpie-slider.video-grid .video-grid-col {
    margin-top: 0;
  }
}

.scrollbar {
  margin: 0 0 0 0;
  height: 6px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #000;
  border-radius: 100px;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.site-header {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding: 30px 30px 0;
}

.site-header.header-with-banner .site-header-wrapp .head-right .head-click .head-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
}

.site-header.header-with-banner .site-header-wrapp .head-right .head-click .head-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.site-header.sticky {
  position: fixed !important;
  top: 0;
  z-index: 999;
}

@media (max-width: 991px) {
  .site-header {
    padding: 26px 26px 0;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0;
  }
}

.site-header .site-header-wrapp {
  border-radius: 8px;
}

@media (max-width: 767px){
  .site-header .site-header-wrapp{
    border-radius: 0px;
  }
}

.site-header .site-header-wrapp{
  box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 767px) {
  .site-header .site-header-wrapp {
    background: #fff;
    padding: 14px 0;
  }
}

.site-header .site-header-wrapp .head-left {
  flex: auto 0 0;
  padding: 0 36px 0 16px;
}

@media (max-width: 767px) {
  .site-header .site-header-wrapp .head-left .brand-logo img {
    max-width: 120px;
  }
}

.site-header .site-header-wrapp .head-right {
  flex: 1 0 0;
}

.site-header .site-header-wrapp .head-right .head-menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li {
  margin-right: 30px;
}

@media (max-width: 1500px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li {
    margin-right: 15px;
  }
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li {
    margin-right: 12px;
  }
}

@media (max-width: 1350px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li {
    margin-right: 20px;
  }
}

@media (max-width: 1100px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li {
    margin-right: 10px;
  }
}

.site-header .site-header-wrapp .head-right .head-menu .menu li > a {
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right .head-menu .menu li > a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right .head-menu .menu li > a{
  font-style: normal;
  padding: 0px 0 34px;
}

@media (max-width: 1199px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li > a {
    font-size: 15px;
  }
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop {
  padding: 32px 0 34px;
  position: relative;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop .sub-menu {
  position: absolute;
  right: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 20px;
  opacity: 0;
  top: 100%;
  width: 200px;
  text-align: left;
  z-index: 555;
  left: 0;
  box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 0;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  transform: translateY(-10%);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop .sub-menu li {
  width: 100%;
  margin: 0 0 15px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop .sub-menu li a {
  text-transform: none;
  padding: 0;
  display: inline-block;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop .sub-menu li:last-child {
  margin-bottom: 0;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.simple-drop:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block !important;
  height: auto;
  transform: translateY(0);
}

.site-header .site-header-wrapp .head-right .head-menu .menu li:last-child {
  margin-right: 0;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.menu-item-has-children > a::after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown {
  position: absolute;
  right: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0px;
  opacity: 0;
  top: 100%;
  width: calc(100% - 60px);
  text-align: center;
  z-index: 555;
  left: 0;
  box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 0;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  transform: translateY(-10%);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .dropdown-inner .left-col {
  flex: 432px 0 0;
  margin-right: 0;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .dropdown-inner .right-col {
  flex: 1 0 0;
  padding: 48px 40px 48px 58px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  display: block !important;
  height: auto;
  transform: translateY(0);
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .left-col .menu-column {
  position: relative;
  height: 100%;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .left-col .menu-column .column-title {
  position: absolute;
  z-index: 1;
  text-align: left;
  font-family: purista-web,sans-serif;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  bottom: 48px;
  left: 36px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .left-col .menu-column:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 75.52%);
  opacity: 0.5;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .left-col .menu-column img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li {
  margin-bottom: 12px;
  flex: 50% 0 0;
  margin-right: 0;
  padding-right: 12px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0px;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-transform: inherit;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li a span {
  flex: 1 0 0;
  text-align: left;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li a .menu-img {
  flex: auto 0 0;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li a .menu-img img {
  max-height: 65px;
  max-width: 75px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li .mega-dropdown .right-col li a:hover {
  background: rgba(38, 38, 38, 0.03);
  border: 1px solid #828282;
  color: #000000;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .left-col .menu-column {
  height: 100%;
  position: relative;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .left-col .menu-column .column-title {
  position: absolute;
  z-index: 1;
  text-align: left;
  font-family: purista-web,sans-serif;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  bottom: 48px;
  left: 36px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .left-col .menu-column:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 75.52%);
  opacity: 0.5;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .left-col .menu-column img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li {
  margin-bottom: 12px;
  flex: 50% 0 0;
  margin-right: 0;
  padding-right: 20px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  text-transform: inherit;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li a span {
  flex: 1 0 0;
  text-align: left;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li a .menu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
  flex: 40px 0 0;
  height: 40px;
  margin-right: 16px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li a .menu-img img {
  max-height: 35px;
  max-width: 35px;
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown .right-col .menu-column ul.menu li a:hover {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown.resources .right-col .menu-column ul.menu li {
  flex: 33.333% 0 0;
}

@media (max-width: 1199px) {
  .site-header .site-header-wrapp .head-right .head-menu .menu li.icon-lists .mega-dropdown.resources .right-col .menu-column ul.menu li {
    flex: 50% 0 0;
  }
}

.site-header .site-header-wrapp .head-right .head-menu .menu .sub-menu {
  display: none;
}

.site-header .site-header-wrapp .head-right .head-click .head-btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.site-header .site-header-wrapp .head-right .head-click .head-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.site-header .site-header-wrapp .head-right .head-click .head-btn{
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right .head-click .head-btn:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right .head-click .head-btn {
  background-color: #000;
  font-style: normal;
  padding: 34px 32px;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .head-click .head-btn {
    padding: 34px 25px;
  }
}

@media (max-width: 1350px) {
  .site-header .site-header-wrapp .head-right .head-click .head-btn {
    padding: 34px 20px;
  }
}

@media (max-width: 991px) {
  .site-header .site-header-wrapp .head-right .head-click .head-btn {
    padding: 31px 36px;
  }
}

.site-header .site-header-wrapp .head-right .head-search {
  margin-right: 12px;
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .head-search {
    margin-right: 10px;
  }
}

.site-header .site-header-wrapp .head-right .head-search input {
  outline: none;
  width: 152px;
  height: 36px;
  border-radius: 100px;
  padding: 5px 16px;
}

.site-header .site-header-wrapp .head-right .head-play,
      .site-header .site-header-wrapp .head-right .head-calculator {
  margin-right: 12px;
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .head-play,
          .site-header .site-header-wrapp .head-right .head-calculator {
    margin-right: 10px;
  }
}

.site-header .site-header-wrapp .head-right .head-play a,
        .site-header .site-header-wrapp .head-right .head-calculator a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.site-header .site-header-wrapp .head-right .head-play a:hover,
          .site-header .site-header-wrapp .head-right .head-calculator a:hover {
  background: #000;
  transform: scale(1.1);
}

.site-header .site-header-wrapp .head-right .head-play a:hover svg path,
            .site-header .site-header-wrapp .head-right .head-calculator a:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.site-header .site-header-wrapp .head-right .head-play a svg,
          .site-header .site-header-wrapp .head-right .head-calculator a svg {
  position: relative;
  left: 0;
}

.site-header .site-header-wrapp .head-right .head-play a svg path,
            .site-header .site-header-wrapp .head-right .head-calculator a svg path {
  transition: all 0.2s ease-in-out;
}

.site-header .site-header-wrapp .head-right .icon-onhover a {
  position: relative;
}

.site-header .site-header-wrapp .head-right .icon-onhover a img {
  width: 18px;
  height: 19px;
}

.site-header .site-header-wrapp .head-right .icon-onhover a .default-icon {
  transition: all 0.2s ease-in-out;
}

.site-header .site-header-wrapp .head-right .icon-onhover a .hover-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.site-header .site-header-wrapp .head-right .icon-onhover a:hover .hover-icon {
  opacity: 1;
}

.site-header .site-header-wrapp .head-right .icon-onhover a:hover .default-icon {
  opacity: 0;
}

.site-header .site-header-wrapp .head-right .head-calculator {
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .head-calculator {
    margin-right: 10px;
  }
}

.site-header .site-header-wrapp .head-right .head-calculator a svg {
  left: 1px;
}

.site-header .site-header-wrapp .head-right .head-calculator:hover a svg path {
  fill: none;
  stroke: #fff;
}

.site-header .site-header-wrapp .head-right .humberg-menu {
  margin-right: 24px;
}

@media (max-width: 1400px) {
  .site-header .site-header-wrapp .head-right .humberg-menu {
    margin-right: 12px;
  }
}

@media (max-width: 1350px) {
  .site-header .site-header-wrapp .head-right .humberg-menu {
    margin-right: 24px;
  }
}

.space-style1 {
  padding-top: 112px;
}

@media (max-width: 767px) {
  .space-style1 {
    padding-top: 76px;
  }
}

.filter-selection .ae-select {
  height: 54px;
  padding: 10px 35px 10px 20px;
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px){
  .filter-selection .ae-select{
    font-size: 16px;
    line-height: 17px;
    line-height: 17px;
  }
}

.industries-list.border-details .filter-selection .ae-select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .filter-selection .ae-select {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .filter-selection .ae-select {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .filter-selection .ae-select {
    margin-bottom: -1px;
  }

  .product-info .filter-selection .ae-select {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .filter-selection .ae-select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.filter-selection .ae-select::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .filter-selection .ae-select::after {
    font-size: 12px;
  }
}

.filter-selection .ae-dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
}

.filter-selection .menu-product-detail-menu-container {
  position: absolute;
  top: 100%;
  width: 100%;
}

.filter-selection .menu-product-detail-menu-container ul {
  margin: 0px;
  background: #000;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #b3b3b3;
  border-top: 0;
}

.filter-selection .menu-product-detail-menu-container ul li {
  margin-bottom: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #b3b3b3;
}

.filter-selection .menu-product-detail-menu-container ul li:last-child {
  border-bottom: 0;
}

.filter-selection .menu-product-detail-menu-container ul li a {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.filter-selection .menu-product-detail-menu-container ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

.filter-selection .menu-product-detail-menu-container ul li a picture, .filter-selection .menu-product-detail-menu-container ul li a img {
  margin: 0 15px 0 0 !important;
  width: 30px;
  height: 30px;
}

.filter-selection .menu-product-detail-menu-container ul li a .ae-select-content {
  margin-top: 0 !important;
}

.filter-selection .menu-product-detail-menu-container ul li a.active-icon img {
  opacity: 0.6;
}

.filter-selection .menu-product-detail-menu-container ul li a.active-icon span {
  opacity: 0.6;
}

.filter-selection .menu-product-detail-menu-container ul li:after {
  display: none;
}

.product-menu-ul {
  display: none;
}

.animation-icon {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .animation-icon {
    padding-left: 38px;
  }

  .animation-icon img {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .animation-icon {
    padding-left: 48px;
  }

  .animation-icon img {
    max-width: 191px;
  }
}

.footer-buttons .bttons-shades .buttons-inlines {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}

@media (max-width: 991px) {
  .footer-buttons .bttons-shades .buttons-inlines {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .footer-buttons .bttons-shades .buttons-inlines {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-buttons .bttons-shades .buttons-inlines > span {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-buttons .bttons-shades .buttons-inlines > span:last-child {
    margin-bottom: 0;
  }
}

.footer-buttons .bttons-shades .buttons-inlines::after {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 0;
  width: 100%;
  background-repeat: repeat-x;
  content: '';
  background-image: url(../images/border-pseudo-bg.png);
  height: 61px;
  background-position: right;
}

@media (max-width: 991px) {
  @media (max-width: 767px){
    .footer-buttons .bttons-shades .buttons-inlines::after{
      display: none;
    }
  }
}

.footer-buttons .bttons-shades .buttons-inlines::before {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 0;
  width: 100%;
  background-repeat: repeat-x;
  content: '';
  background-image: url(../images/border-pseudo-bg.png);
  height: 61px;
  background-position: left;
}

@media (max-width: 991px) {
  @media (max-width: 767px){
    .footer-buttons .bttons-shades .buttons-inlines::before{
      display: none;
    }
  }
}

.footer-bottom .footer-menu .copyright {
  display: inline-block;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 991px){
  .footer-bottom .footer-menu .copyright{
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 767px){
  .footer-bottom .footer-menu .copyright{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.footer-bottom .footer-menu .copyright{
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .footer-bottom .footer-menu .copyright {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .footer-menu .copyright {
    margin-bottom: 8px;
  }
}

.footer-bottom .footer-menu li {
  margin-bottom: 4px;
  margin-left: 0;
}

.footer-bottom .footer-menu li:after {
  display: none;
}

.footer-bottom .footer-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-bottom .footer-menu li {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .footer-menu li {
    padding-right: 10px;
    margin-bottom: 8px;
  }
}

.footer-bottom .footer-menu li a {
  display: inline-block;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
}

.footer-bottom .footer-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.footer-bottom .footer-menu li a{
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
}

@media (max-width: 991px){
  .footer-bottom .footer-menu li a{
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 767px){
  .footer-bottom .footer-menu li a{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.footer-bottom .footer-menu li a{
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .footer-menu .social-listing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px){
  .footer-bottom .footer-menu .social-listing{
    margin-top: 8px;
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .footer-bottom .footer-menu .social-listing{
    justify-content: center;
  }
}

.footer-bottom .footer-menu .social-listing .listing-row {
  margin-right: 8px;
}

.footer-bottom .footer-menu .social-listing .listing-row a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
}

.footer-bottom .footer-menu .social-listing .listing-row a:hover {
  border: 1px solid #DBDBDB;
  background-color: #DBDBDB;
}

.footer-bottom .footer-menu .social-listing .listing-row:last-child {
  margin-right: 0;
}

.footer-bottom .footer-menu .social-listing .listing-row img {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
  max-width: 24px;
  max-height: 18px;
}

.footer-bottom .footer-menu .social-listing .listing-row {
  width: auto !important;
}

.footer-bottom .brand-logo span {
  flex: 1 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-bottom .brand-logo span {
    flex: 20% 0 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .brand-logo span {
    flex: 33.333% 0 0;
    margin-bottom: 10px;
  }
}

.footer-bottom .brand-logo span a {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
}

.footer-bottom .brand-logo span a img {
  opacity: 0.30;
  max-width: 103px;
  max-height: 72px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .footer-bottom .brand-logo span a img {
    max-width: 84px;
    max-height: 65px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .brand-logo span a img {
    max-width: 75px;
    max-height: 60px;
  }
}

.footer-bottom .brand-logo span a:hover img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.footer-bottom .brand-logo span:first-child {
  text-align: left;
}

@media (max-width: 991px) {
  .footer-bottom .brand-logo span:first-child {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer-bottom .col-row {
    margin-bottom: 52px;
  }

  .footer-bottom .col-row:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom .col-row {
    margin-bottom: 44px;
  }

  .footer-bottom .col-row:last-child {
    margin-bottom: 0;
  }
}

.footer-bottom .bottom-copyright .copyright {
  display: inline-block;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 991px){
  .footer-bottom .bottom-copyright .copyright{
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 767px){
  .footer-bottom .bottom-copyright .copyright{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.footer-bottom .bottom-copyright .copyright{
  color: rgba(255, 255, 255, 0.6);
  flex: 1 0 0;
}

@media (max-width: 767px) {
  .footer-bottom .bottom-copyright .copyright {
    flex: 100% 0 0;
  }
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container {
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .footer-bottom .bottom-copyright .menu-bottom-footer-container {
    flex: 100% 0 0;
  }
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px){
  .footer-bottom .bottom-copyright .menu-bottom-footer-container ul{
    justify-content: center;
  }
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul li {
  margin-right: 25px;
  margin-left: 0;
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer-bottom .bottom-copyright .menu-bottom-footer-container ul li {
    margin: 0 20px 0 0;
  }

  .footer-bottom .bottom-copyright .menu-bottom-footer-container ul li:last-child {
    margin-right: 0;
  }
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul li a {
  display: inline-block;
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 991px){
  .footer-bottom .bottom-copyright .menu-bottom-footer-container ul li a{
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 767px){
  .footer-bottom .bottom-copyright .menu-bottom-footer-container ul li a{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.footer-bottom .bottom-copyright .menu-bottom-footer-container ul li a{
  color: rgba(255, 255, 255, 0.6);
}

.mobile-animation-man .animation-man-wrap {
  max-width: 650px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mobile-animation-man .animation-man-wrap {
    max-width: 359px;
  }
}

body.home .site-footer .footer-top {
  padding-top: 0 !important;
}

.copyright-info .copyright {
  color: rgba(255, 255, 255, 0.6);
}

.copyright-info ul li {
  margin: 0 20px;
  padding: 0;
}

.copyright-info ul li:last-child {
  margin-right: 0;
}

.copyright-info ul li:after {
  display: none;
}

.copyright-info ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.copyright-info ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

.mobile-navigation-icon {
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
  margin-left: 0px;
  text-align: right;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1200px) {
  .mobile-navigation-icon {
    /* display:none; */
  }
}

.mobile-navigation-icon:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

.mobile-navigation-icon:hover i {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.mobile-navigation-icon:hover i:before {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.mobile-navigation-icon:hover i:after {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.mobile-navigation-icon i,
  .mobile-navigation-icon em {
  width: 26px;
  height: 2px;
  background-color: black;
  display: inline-block;
  position: relative;
  top: -5px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
}

@media (max-width: 1024px) {
  .mobile-navigation-icon i,
      .mobile-navigation-icon em {
    width: 41px;
    height: 0;
  }
}

@media (max-width: 767px) {
  .mobile-navigation-icon i,
      .mobile-navigation-icon em {
    width: 34px;
    height: 0;
  }
}

.mobile-navigation-icon i:before,
    .mobile-navigation-icon em:before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  content: "";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1024px) {
  .mobile-navigation-icon i:before,
        .mobile-navigation-icon em:before {
    height: 2.41px;
    background: #ED1C24;
  }
}

.mobile-navigation-icon i:after,
    .mobile-navigation-icon em:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  content: "";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1024px) {
  .mobile-navigation-icon i:after,
        .mobile-navigation-icon em:after {
    height: 2.41px;
  }
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1A478F;
  overflow: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transform: translateX(120%);
}

.mobile-menu-overlay__inner {
  width: 602px;
  height: 100%;
  float: right;
  cursor: default;
  background: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.25);
  overflow: auto;
}

@media (max-width: 991px) {
  .mobile-menu-overlay__inner {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .mobile-menu-overlay__inner {
    width: 100%;
  }
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.mobile-menu-overlay__header {
  width: 100%;
  text-align: right;
}

.mobile-menu-overlay__header .mobile-menu-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 20px 0;
}

@media (max-width: 767px) {
  .mobile-menu-overlay__header .mobile-menu-content {
    justify-content: space-between;
    padding: 20px 20px 0;
  }
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 34px;
  width: 34px;
  line-height: 26px;
  display: inline-block;
  right: 0;
  top: 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 11px;
  left: 0px;
  content: '';
  width: 34px;
  height: 2px;
  background: #000;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .mobile-menu-overlay__header .mobile-navigation-close-icon:before {
    top: 15px;
  }
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 11px;
  left: 0px;
  content: '';
  width: 34px;
  height: 2px;
  background: #ED1C24;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .mobile-menu-overlay__header .mobile-navigation-close-icon:after {
    top: 15px;
  }
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #0097FF;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before {
  transform: none;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
  transform: none;
}

.mobile-menu-overlay__body {
  margin: 22px 0 0 0;
  width: 100%;
  padding: 0 72px;
  height: calc(100% - 96px);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .mobile-menu-overlay__body {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .mobile-menu-overlay__body {
    margin: 58px 0 0 0;
  }
}

@media (max-width: 767px) {
  .mobile-menu-overlay__body {
    height: calc(100% - 136px);
    margin: 58px 0 0 0;
  }
}

.mobile-menu-overlay__body .mobile-bottom .mobile-btn {
  width: 100%;
}

.mobile-menu-overlay__body .mobile-bottom .head-search {
  width: 100%;
  position: relative;
}

.mobile-menu-overlay__body .mobile-bottom .head-search input {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 100px;
  padding: 0 66px 0 26px;
  height: 54px;
  outline: none;
  box-shadow: none;
}

.mobile-menu-overlay__body .mobile-bottom .head-search input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.4;
}

.mobile-menu-overlay__body .mobile-bottom .head-search input::-moz-placeholder {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.4;
}

.mobile-menu-overlay__body .mobile-bottom .head-search input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.4;
}

.mobile-menu-overlay__body .mobile-bottom .head-search input:-moz-placeholder {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.4;
}

.mobile-menu-overlay__body .mobile-bottom .head-search .search-btn {
  background: transparent;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/search-ic.svg);
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.mobile-menu-overlay__body .mobile-bottom .head-play {
  margin-top: 10px;
  width: 100%;
}

.mobile-menu-overlay__body .mobile-bottom .head-play .cover-area {
  display: inline-block;
}

.mobile-menu-overlay__body .mobile-bottom .head-play a {
  display: flex;
  align-items: center;
  width: auto;
}

.mobile-menu-overlay__body .mobile-bottom .head-play a:hover .mobile-info-icons {
  background: #000;
  transform: scale(1.1);
}

.mobile-menu-overlay__body .mobile-bottom .head-play .mobile-info-icons {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  margin-right: 14px;
}

.mobile-menu-overlay__body .mobile-bottom .head-play .mobile-info-icons path {
  stroke: #fff;
}

.mobile-menu-overlay__body .mobile-bottom .head-play .mobile-info-title {
  font-family: purista-web,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px){
  .mobile-menu-overlay__body .mobile-bottom .head-play .mobile-info-title{
    font-size: 16px;
    line-height: 17px;
  }
}

.mobile-menu-overlay__body .menu-main-menu-container {
  display: inline-block;
  width: auto;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul {
  display: flex;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li {
  width: 100%;
  background: transparent;
  margin: 0 0 24px 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .mobile-menu-overlay__body .menu-main-menu-container > ul > li {
    margin: 0 0 20px 0;
  }
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li:before {
  display: none;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li > a {
  display: inline-block;
  font-family: purista-web,sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li > a:hover{
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

@media (max-width: 991px){
  .mobile-menu-overlay__body .menu-main-menu-container > ul > li > a{
    font-size: 24px;
    line-height: 25px;
    line-height: 25px;
  }
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li > a{
  padding: 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  order: 0;
  background: transparent;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.current-menu-parent > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.simple-drop .sub-menu li a {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-border .sub-menu li a {
  padding: 0 10px 0 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #000000;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-border .sub-menu li a span {
  flex: 1 0 0;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-border .sub-menu li a .menu-img {
  flex: auto 0 0;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-border .sub-menu li a .menu-img img {
  max-height: 65px;
  max-width: 75px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-border .sub-menu li a:hover {
  background: rgba(38, 38, 38, 0.03);
  border: 1px solid #828282;
  color: #000000;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-lists .sub-menu li {
  margin-bottom: 12px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-lists .sub-menu li a {
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-lists .sub-menu li a span {
  flex: 1 0 0;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-lists .sub-menu li a .menu-img {
  flex: 40px 0 0;
  height: 40px;
  border-radius: 50%;
  background: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.icon-lists .sub-menu li a .menu-img img {
  max-height: 35px;
  max-width: 35px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .menu-expand {
  position: relative;
  right: 0;
  top: 4px;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  color: #000;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 8px;
  order: 1;
}

@media (max-width: 991px) {
  .mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .menu-expand {
    top: 0;
  }
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .menu-expand:before {
  content: '\f078';
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu {
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: none;
  order: 2;
  width: 100%;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li {
  width: 100%;
  margin-bottom: 6px;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 0;
  background: transparent;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .menu-expand:before {
  content: "\f077";
  color: #ED1C24;
}

.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children.active .menu-expand:before {
  content: '\f077';
  color: #ED1C24;
}

.mobile-menu-overlay__body .cta-head-section {
  display: none;
  /*992px*/
}

.mobile-menu-overlay__body .cta-head-section p {
  color: #fff;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #fff;
  font-size: 9px;
  letter-spacing: 7.5px;
}

.mobile-menu-overlay__body .cta-head-section a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  display: inline-block;
  line-height: normal;
}

.mobile-menu-overlay__body .cta-head-section a:hover {
  color: #2859A8;
}

@media screen and (max-width: 991px) {
  .mobile-menu-overlay__body .cta-head-section {
    display: inline-block;
    margin-top: 30px;
  }
}

.mobile-menu-overlay__body .social-links {
  display: block;
  position: absolute;
  bottom: 40px;
}

.mobile-menu-overlay__body .social-links ul li.social-item {
  padding: 0 16px;
}

.mobile-menu-overlay__body .social-links ul li.social-item a img {
  fill: red;
}

.mobile-menu-overlay__body .offcanvas-navigation {
  height: initial;
  line-height: normal;
  background: transparent;
  border: none;
  box-shadow: none;
  padding-bottom: 52px;
}

.mobile-menu-overlay__body .mega-menu-wrap ul.mega-menu {
  background: transparent !important;
}

.mobile-menu-overlay__body .mega-menu-wrap ul.mega-menu li.mega-menu-item {
  margin: 0 0 20px 0 !important;
}

.mobile-menu-overlay__body .mega-menu-wrap ul.mega-menu li.mega-menu-item a {
  padding: 10px 0 !important;
  height: inherit !important;
  line-height: normal !important;
  font-weight: bold !important;
  background: transparent !important;
  font-size: 14px !important;
}

.mobile-menu-overlay__body .mega-menu-wrap ul.mega-menu li.mega-menu-item a:hover {
  color: #0097FF;
}

.mobile-menu-overlay__body .mega-menu-wrap ul.mega-menu li.mega-menu-item ul.mega-sub-menu li ul {
  border: none !important;
}

.single-programs .mobile-menu-overlay__body .menu-main-menu-container > ul > li.detail-active > a {
  color: #2859A8;
}

.mobile-menu-overlay__body .mobile-bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .mobile-menu-overlay__body .mobile-bottom {
    padding-bottom: 52px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i,
  .mobile-navigation-icon.white-md-icon em {
    background-color: #181921;
  }

  .mobile-navigation-icon.white-md-icon i:before,
    .mobile-navigation-icon.white-md-icon em:before {
    background-color: #181921;
  }

  .mobile-navigation-icon.white-md-icon i:after,
    .mobile-navigation-icon.white-md-icon em:after {
    /* background-color: #181921; */
  }

  .mobile-navigation-icon.white-md-icon:hover i,
  .mobile-navigation-icon.white-md-icon:hover em {
    background-color: #0097FF;
  }

  .mobile-navigation-icon.white-md-icon:hover i:before,
    .mobile-navigation-icon.white-md-icon:hover em:before {
    width: 80%;
    background-color: #0097FF;
  }

  .mobile-navigation-icon.white-md-icon:hover i:after,
    .mobile-navigation-icon.white-md-icon:hover em:after {
    /* background-color: #0097FF;
					width: 60%; */
  }
}

@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner {
    /* width: 100%; */
  }
}

@media only screen and (max-width: 767px) {
  html.mega-menu-primary-off-canvas-open {
    position: fixed;
    width: 100%;
  }
}

@media (max-height: 540px) {
  .mobile-menu-overlay__body {
    height: 420px;
    overflow-y: scroll;
  }

  .mobile-menu-overlay__body .menu-main-menu-container > ul > li {
    margin-bottom: 7px;
  }
}

@media (max-height: 420px) {
  .mobile-menu-overlay__body {
    height: 340px;
  }
}

@media (max-height: 380px) {
  .mobile-menu-overlay__body {
    margin: 30px 0 0 0;
    height: 240px;
    overflow: scroll;
  }

  .mobile-menu-overlay__body {
    /* @include align-items(flex-start); */
  }

  .mobile-menu-overlay__body .offcanvas-navigation {
    /* height: 150px;overflow: scroll; */
    margin: 0px 0 0 0;
  }
}

.site-btn {
  padding: 18px 60px 18px 60px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 991px){
  .site-btn{
    font-size: 20px;
    line-height: 21px;
  }
}

.industries-list.border-details .site-btn {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .site-btn {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .site-btn {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .site-btn {
    margin-bottom: -1px;
  }

  .product-info .site-btn {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .site-btn {
  margin-right: -1px;
  margin-bottom: -1px;
}

.site-btn.small-btn {
  padding: 8px 14px 8px 14px;
  font-size: 14px;
}

.site-btn.medium-btn {
  padding: 8px 14px 8px 14px;
  font-size: 16px;
}

.site-btn.red-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
}

.site-btn.red-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.site-btn.sm-btn {
  font-size: 18px;
  line-height: 19px;
}

@media (max-width: 767px){
  .site-btn.sm-btn{
    font-size: 16px;
    line-height: 17px;
  }
}

.site-btn.sm-btn{
  padding: 12px 20px;
}

.site-btn.border-btn {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
}

.industries-list.border-details .site-btn.border-btn {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .site-btn.border-btn {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .site-btn.border-btn {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .site-btn.border-btn {
    margin-bottom: -1px;
  }

  .product-info .site-btn.border-btn {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .site-btn.border-btn {
  margin-right: -1px;
  margin-bottom: -1px;
}

.site-btn.border-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .site-btn {
    padding: 15px 40px 15px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 809px) {
  .site-btn {
    padding: 15px 30px 15px 30px;
  }
}

.site-btn.btn-text-black {
  color: #000;
  font-size: 18px;
  line-height: 19px;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .site-btn.btn-text-black {
    font-size: 16px;
    line-height: 17px;
  }
}

.site-btn.btn-text-black .arrow-move {
  margin-left: 16px;
}

.site-btn.btn-border-black {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.industries-list.border-details .site-btn.btn-border-black {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .site-btn.btn-border-black {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .site-btn.btn-border-black {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .site-btn.btn-border-black {
    margin-bottom: -1px;
  }

  .product-info .site-btn.btn-border-black {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .site-btn.btn-border-black {
  margin-right: -1px;
  margin-bottom: -1px;
}

.site-btn.btn-border-black svg path {
  fill: #000;
}

.arrow-btn .arrow-move {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 18px;
  height: 8px;
  margin-left: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .arrow-btn .arrow-move {
    margin-left: 14px;
  }
}

.arrow-btn .arrow-move .arrow-move-animate {
  width: 39px;
  height: auto;
  max-width: inherit;
  transform: translate(-21px, 0);
  transition: all 0.2s ease-in-out;
}

.arrow-btn .arrow-move svg {
  position: absolute;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-btn .arrow-move svg.two-arrow {
  transform: translate(-140%, -50%);
}

.arrow-btn.arrow-border-btn2 {
  cursor: pointer;
}

.arrow-btn.arrow-border-btn2 .arrow-move {
  width: 46px;
  height: 22px;
  margin-left: 14px;
}

.arrow-btn.arrow-border-btn2 .arrow-move .arrow-move-animate {
  width: 98px;
  transform: translate(-51px, 0);
}

.arrow-btn.arrow-border-btn2.Slick-Prev .arrow-move .arrow-move-animate {
  transform: translate(-51px, 0) scale(-1);
}

.arrow-btn.arrow-border-btn2.Slick-Prev:hover .arrow-move .arrow-move-animate {
  transform: translate(0, 0) scale(-1);
}

.arrow-btn.Slick-Prev .arrow-move .arrow-move-animate {
  transform: translate(-21px, 0) scale(-1);
}

.arrow-btn.Slick-Prev:hover .arrow-move .arrow-move-animate {
  transform: translate(0, 0) scale(-1);
}

.arrow-btn:hover .arrow-move svg.first-arrow {
  transform: translate(140%, -50%);
}

.arrow-btn:hover .arrow-move svg.two-arrow {
  transform: translate(0%, -50%);
}

.arrow-btn:hover .arrow-move .arrow-move-animate {
  transform: translate(0, 0);
}

.arrow-btn:hover .arrow-border-btn2 .arrow-move .arrow-move-animate {
  transform: translate(0, 0);
}

.slider-arrow.none-position-arrow {
  position: relative;
  bottom: inherit;
  top: inherit;
  right: inherit;
}

.slider-arrow.black-arrow-border .arrow-border-btn {
  border-color: #000;
  display: inline-block;
}

.arrow-border-btn {
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 17px 24px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .arrow-border-btn {
    padding: 17px 17px;
  }
}

.arrow-border-btn:first-child {
  margin-left: 0px;
}

.arrow-border-btn .arrow-move {
  margin: 0;
}

.arrow-border-btn.arrow-border-btn-white {
  border-color: #fff;
}

.arrow-style2 .arrow-border-btn {
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid transparent;
  padding: 17px 17px;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.4);
}

.arrow-style2 .arrow-border-btn:first-child {
  margin-left: 0px;
}

.arrow-style2 .arrow-border-btn .arrow-move {
  margin: 0;
}

.banner-slide.top-banner-sec {
  overflow: hidden;
}

.banner-slide .slide-left {
  flex: 1 0 0;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .banner-slide .slide-left {
    flex: 100% 0 0;
    padding-bottom: 0;
    padding-top: 44px;
  }
}

.banner-slide .slide-left .brand-content .brand-icons {
  flex: auto 0 0;
}

@media (max-width: 991px) {
  .banner-slide .slide-left .brand-content .brand-icons {
    flex: 103px 0 0;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-left .brand-content .brand-icons {
    flex: 80px 0 0;
  }
}

.banner-slide .slide-left .brand-content .brand-icons img {
  display: block;
}

.banner-slide .slide-left .brand-content .brand-tite {
  font-family: purista-web,sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991px){
  .banner-slide .slide-left .brand-content .brand-tite{
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px){
  .banner-slide .slide-left .brand-content .brand-tite{
    font-size: 18px;
    line-height: 19px;
    line-height: 23px;
  }
}

.banner-slide .slide-left .brand-content .brand-tite{
  flex: 240px 0 0;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .banner-slide .slide-left .brand-content .brand-tite {
    margin-left: 30px;
    flex: 220px 0 0;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-left .brand-content .brand-tite {
    margin-left: 16px;
    flex: 180px 0 0;
  }
}

@media (max-width: 991px) {
  .banner-slide .banner-title br {
    display: none;
  }
}

.banner-slide .slide-right {
  padding: 38px 0 36px;
  flex: 590px 0 0;
}

@media (max-width: 1199px) {
  .banner-slide .slide-right {
    flex: 430px 0 0;
  }
}

@media (max-width: 991px) {
  .banner-slide .slide-right {
    flex: 100% 0 0;
    padding: 44px 0 30px;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-right {
    padding: 44px 0 30px;
  }
}

.banner-slide .slide-right .banner-img-single {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 1550px) {
  .banner-slide .slide-right .banner-img-single {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .banner-slide .slide-right .banner-img-single {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 991px) {
  .banner-slide .slide-right .banner-img-single {
    width: 418px;
    height: 418px;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-right .banner-img-single {
    width: 223px;
    height: 223px;
  }
}

.banner-slide .slide-right .single-round-iframe {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
  width: 520px;
  height: 520px;
}

.banner-slide .slide-right .single-round-iframe::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}

@media (max-width: 1550px) {
  .banner-slide .slide-right .single-round-iframe {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .banner-slide .slide-right .single-round-iframe {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 991px) {
  .banner-slide .slide-right .single-round-iframe {
    width: 418px;
    height: 418px;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-right .single-round-iframe {
    width: 223px;
    height: 223px;
  }
}

.banner-slide .slide-right .single-round-iframe iframe {
  height: 100%;
  width: 200%;
  transform: translate(-40%, 0);
}

.banner-slide .slide-right .color-circles {
  position: absolute;
  height: 100%;
  width: 100%;
  right: -2px;
  top: -4px;
  background-size: 580px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1550px) {
  .banner-slide .slide-right .color-circles {
    background-size: 510px;
  }
}

@media (max-width: 1199px) {
  .banner-slide .slide-right .color-circles {
    background-size: 420px;
  }
}

@media (max-width: 991px) {
  .banner-slide .slide-right .color-circles {
    background-size: 470px;
    top: 0px;
  }
}

@media (max-width: 767px) {
  .banner-slide .slide-right .color-circles {
    background-size: 250px;
    top: 7px;
  }
}

@media (max-width: 300px) {
  .banner-slide .slide-right .color-circles {
    background-size: 236px;
  }
}

.banner-slide.banner-style2 .slick-track {
  display: flex;
}

.banner-slide.banner-style2 .slick-track .slick-slide {
  height: auto !important;
}

.banner-slide.banner-style2 .slick-track .slick-slide > div {
  height: 100%;
}

.banner-slide.banner-style2 .slick-track .slick-slide > div .slide-wrapps {
  height: 100%;
}

.banner-slide.banner-style2 .slick-track .slick-slide > div > div {
  height: 100%;
}

.banner-slide.banner-style2 .slide-wrapps {
  padding-bottom: 224px;
  padding-top: 221px;
  position: relative;
}

.banner-slide.banner-style2 .slide-wrapps::after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 10%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  .banner-slide.banner-style2 .slide-wrapps::after {
    background: linear-gradient(to top, black 15%, rgba(0, 0, 0, 0) 60%);
  }
}

@media (max-width: 767px) {
  .banner-slide.banner-style2 .slide-wrapps::after {
    background: linear-gradient(to top, black 25%, rgba(0, 0, 0, 0) 50%);
  }
}

.banner-slide.banner-style2 .slide-wrapps::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, black 10%, rgba(0, 0, 0, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  .banner-slide.banner-style2 .slide-wrapps::before {
    background: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0) 70%);
  }
}

@media (max-width: 767px) {
  .banner-slide.banner-style2 .slide-wrapps::before {
    background: linear-gradient(to bottom, black 25%, rgba(0, 0, 0, 0) 50%);
  }
}

@media (max-width: 991px) {
  .banner-slide.banner-style2 .slide-wrapps {
    padding-top: 160px;
    padding-bottom: 113px;
  }
}

@media (max-width: 767px) {
  .banner-slide.banner-style2 .slide-wrapps {
    padding-top: 136px;
    padding-bottom: 92px;
  }
}

.banner-slide.banner-style2 .slide-wrapps .container {
  z-index: 2 !important;
}

.banner-slide.banner-style2 .slide-wrapps .slide-left {
  flex: 60% 0 0;
  padding: 0;
}

.banner-slide.banner-style2 .slide-wrapps .slide-left .banner-title br {
  display: none;
}

@media (max-width: 767px) {
  .banner-slide.banner-style2 .slide-wrapps .slide-left .banner-title br {
    display: block;
  }
}

@media (max-width: 991px) {
  .banner-slide.banner-style2 .slide-wrapps .slide-left {
    flex: 100% 0 0;
  }
}

.banner-slide.banner-style2 .shap-bg.shap-bg-red, .banner-slide.banner-style2 .shap-bg.shap-bg-black {
  position: absolute;
  z-index: 1;
}

.banner-slide.banner-style2 .iframe-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-top: 56.25%;
}

.banner-slide.banner-style2 .iframe-video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.banner-slide.banner-style2 .iframe-video .video-pop-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-slide.banner-style2 .iframe-video .video-pop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-slide.banner-style2 .slick-slide {
  position: relative;
}

.banner-slide.banner-style2 .slide-wrapps .banner-title .rounded-texts::after {
  height: 110px;
}

@media (max-width: 767px) {
  .banner-slide.banner-style2 .slide-wrapps .banner-title .rounded-texts::after {
    height: 65px;
  }
}

.rounded-texts {
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.rounded-texts:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 81px;
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/rounded-lilne-reds.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  left: 0;
}

.rounded-texts.rounded-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.rounded-texts.rounded-white:after {
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/03/rounded-lines-text.svg);
}

.rounded-texts.rounded-green {
  --tw-text-opacity: 1;
  color: rgba(82, 178, 66, var(--tw-text-opacity));
}

.rounded-texts.rounded-green:after {
  background-image: url(../images/green-rounded.svg);
}

.rounded-texts.sm-rounded:after {
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/small-red-rounded-wrap.svg);
}

.rounded-texts.md-rounded:after {
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/rounded-style2.svg);
}

.shap-bg {
  position: absolute;
  left: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity));
  bottom: 99.80%;
  width: 53%;
  height: 96px;
}

@media (max-width: 1199px) {
  .shap-bg {
    height: 65px;
  }
}

@media (max-width: 991px) {
  .shap-bg {
    width: 24%;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .shap-bg {
    width: 58px;
    height: 29px;
  }
}

.shap-bg.shap-bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 17, 22, var(--tw-bg-opacity));
}

.shap-bg.shap-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  background-color: #000;
}

.shap-bg.shap-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.shap-bg.shap-bg-red, .shap-bg.shap-bg-black, .shap-bg.shap-bg-white {
  /* &:before {
            content: "";
            background: #B11116;
            width: 100%;
            position: absolute;
            height: 100%;
            top: -96px;
        } */
}

.shap-bg.shap-bg-red::after, .shap-bg.shap-bg-black::after, .shap-bg.shap-bg-white::after {
  position: absolute;
  top: 0px;
  left: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  background-image: url(../images/BG--Shape-red.png);
  width: 211px;
  height: 96px;
}

@media (max-width: 1199px) {
  .shap-bg.shap-bg-red::after, .shap-bg.shap-bg-black::after, .shap-bg.shap-bg-white::after {
    height: 65px;
    width: 153px;
  }
}

@media (max-width: 991px) {
  .shap-bg.shap-bg-red::after, .shap-bg.shap-bg-black::after, .shap-bg.shap-bg-white::after {
    height: 50px;
    width: 123px;
  }
}

@media (max-width: 767px) {
  .shap-bg.shap-bg-red::after, .shap-bg.shap-bg-black::after, .shap-bg.shap-bg-white::after {
    height: 29px;
    width: 68px;
  }
}

.shap-bg.shap-bg-black {
  /* &:before {
            background-color: #000;
        } */
}

.shap-bg.shap-bg-black::after {
  background-image: url(../images/BG--Shape-black.png);
}

.shap-bg.shap-bg-white::after {
  background-image: url(../images/BG--Shape-white.png);
}

.slider-arrow {
  position: absolute;
  right: 30px;
  bottom: 46px;
}

.slider-arrow.slide-arrow-style2 {
  position: inherit;
}

.banner-style3 .banner-right {
  padding-bottom: 90px;
}

.banner-style3 .banner-right .video-iframe-style2 {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
  width: 440px;
  height: 440px;
}

.banner-style3 .banner-right .video-iframe-style2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .banner-style3 .banner-right .video-iframe-style2 {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 991px) {
  .banner-style3 .banner-right .video-iframe-style2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .banner-style3 .banner-right .video-iframe-style2 {
    width: 195px;
    height: 195px;
  }
}

@media (max-width: 350px) {
  .banner-style3 .banner-right .video-iframe-style2 {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 319px) {
  .banner-style3 .banner-right .video-iframe-style2 {
    width: 160px;
    height: 160px;
  }
}

.banner-style3 .banner-right .video-iframe-style2 iframe {
  height: 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.banner-style3 .rounded-img {
  width: 440px;
  height: 440px;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .banner-style3 .rounded-img {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 991px) {
  .banner-style3 .rounded-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .banner-style3 .rounded-img {
    width: 223px;
    height: 223px;
  }
}

@media (max-width: 319px) {
  .banner-style3 .rounded-img {
    width: 200px;
    height: 200px;
  }
}

.banner-style3 .rounded-bg-color {
  width: 440px;
  height: 440px;
  background: #ED1C24;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: -440px;
}

@media (max-width: 1199px) {
  .banner-style3 .rounded-bg-color {
    width: 360px;
    height: 360px;
    margin-bottom: -360px;
  }
}

@media (max-width: 991px) {
  .banner-style3 .rounded-bg-color {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: -304px;
  }
}

@media (max-width: 767px) {
  .banner-style3 .rounded-bg-color {
    width: 222px;
    height: 222px;
    margin-bottom: -256px;
  }
}

@media (max-width: 319px) {
  .banner-style3 .rounded-bg-color {
    width: 199px;
    height: 199px;
  }
}

.menus-withlinks {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menus-withlinks ul {
  display: flex;
}

.menus-withlinks ul li {
  padding: 30px 0 20px;
  margin-right: 46px;
  position: relative;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 0;
}

.menus-withlinks ul li:after {
  display: none;
}

@media (max-width: 1199px) {
  .menus-withlinks ul li {
    margin-right: 20px;
  }
}

.menus-withlinks ul li.current-menu-item a {
  color: #fff;
}

.menus-withlinks ul li.current-menu-item::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: '';
  height: 1px;
}

.menus-withlinks ul li:last-child {
  margin-right: 0;
}

.menus-withlinks ul li a {
  display: inline-block;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.menus-withlinks ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1199px){
  .menus-withlinks ul li a{
    font-size: 14px;
    line-height: 15px;
  }
}

.menus-withlinks ul li a{
  color: rgba(255, 255, 255, 0.7);
}

.play-video-sec .play-img-icon {
  flex: 64px 0 0;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .play-video-sec .play-img-icon {
    flex: 46px 0 0;
  }
}

.play-video-sec:hover .play-img-icon {
  transform: scale(1.1);
}

.play-video-sec .play-text {
  font-family: purista-web,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 991px){
  .play-video-sec .play-text{
    text-align: left;
  }
}

.play-video-sec .play-text{
  flex: 1 0 0;
  margin-left: 20px;
}

.play-video-sec .play-text strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

/*256*/

.space-pt-256 {
  padding-top: 256px;
}

@media (max-width: 991px) {
  .space-pt-256 {
    padding-top: 98px;
  }
}

.space-pb-256 {
  padding-bottom: 256px;
}

@media (max-width: 991px) {
  .space-pb-256 {
    padding-bottom: 98px;
  }
}

.space-mt-256 {
  margin-top: 256px;
}

@media (max-width: 991px) {
  .space-mt-256 {
    margin-top: 98px;
  }
}

.space-mb-256 {
  margin-bottom: 256px;
}

@media (max-width: 991px) {
  .space-mb-256 {
    margin-bottom: 98px;
  }
}

/****200****/

.space-pt-200 {
  padding-top: 200px;
}

@media (max-width: 991px) {
  .space-pt-200 {
    padding-top: 84px;
  }
}

.space-pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .space-pb-200 {
    padding-bottom: 84px;
  }
}

.space-mt-200 {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .space-mt-200 {
    margin-top: 84px;
  }
}

.space-mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .space-mb-200 {
    margin-bottom: 84px;
  }
}

/****156****/

.space-pt-156 {
  padding-top: 156px;
}

@media (max-width: 991px) {
  .space-pt-156 {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-pt-156 {
    padding-top: 72px;
  }
}

.space-pb-156 {
  padding-bottom: 156px;
}

@media (max-width: 991px) {
  .space-pb-156 {
    padding-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-pb-156 {
    padding-bottom: 72px;
  }
}

.space-mt-156 {
  margin-top: 156px;
}

@media (max-width: 991px) {
  .space-mt-156 {
    margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-mt-156 {
    margin-top: 72px;
  }
}

.space-mb-156 {
  margin-bottom: 156px;
}

@media (max-width: 991px) {
  .space-mb-156 {
    margin-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-mb-156 {
    margin-bottom: 72px;
  }
}

/****128****/

.space-pt-128 {
  padding-top: 128px;
}

@media (max-width: 991px) {
  .space-pt-128 {
    padding-top: 64px;
  }
}

.space-pb-128 {
  padding-bottom: 128px;
}

@media (max-width: 991px) {
  .space-pb-128 {
    padding-bottom: 64px;
  }
}

.space-mt-128 {
  margin-top: 128px;
}

@media (max-width: 991px) {
  .space-mt-128 {
    margin-top: 64px;
  }
}

.space-mb-128 {
  margin-bottom: 128px;
}

@media (max-width: 991px) {
  .space-mb-128 {
    margin-bottom: 64px;
  }
}

/****120****/

.space-pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .space-pt-120 {
    padding-top: 64px;
  }
}

.space-pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .space-pb-120 {
    padding-bottom: 64px;
  }
}

.space-mt-120 {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .space-mt-120 {
    margin-top: 64px;
  }
}

.space-mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .space-mb-120 {
    margin-bottom: 64px;
  }
}

/****115****/

.space-pt-115 {
  padding-top: 115px;
}

@media (max-width: 991px) {
  .space-pt-115 {
    padding-top: 72px;
  }
}

.space-pb-115 {
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .space-pb-115 {
    padding-bottom: 72px;
  }
}

.space-mt-115 {
  margin-top: 115px;
}

@media (max-width: 991px) {
  .space-mt-115 {
    margin-top: 72px;
  }
}

.space-mb-115 {
  margin-bottom: 115px;
}

@media (max-width: 991px) {
  .space-mb-115 {
    margin-bottom: 72px;
  }
}

/****114****/

.space-pt-114 {
  padding-top: 114px;
}

@media (max-width: 991px) {
  .space-pt-114 {
    padding-top: 72px;
  }
}

.space-pb-114 {
  padding-bottom: 114px;
}

@media (max-width: 991px) {
  .space-pb-114 {
    padding-bottom: 72px;
  }
}

.space-mt-114 {
  margin-top: 114px;
}

@media (max-width: 991px) {
  .space-mt-114 {
    margin-top: 72px;
  }
}

.space-mb-114 {
  margin-bottom: 114px;
}

@media (max-width: 991px) {
  .space-mb-114 {
    margin-bottom: 72px;
  }
}

/****100****/

.space-pt-105 {
  padding-top: 105px;
}

@media (max-width: 991px) {
  .space-pt-105 {
    padding-top: 72px;
  }
}

.space-pb-105 {
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .space-pb-105 {
    padding-bottom: 72px;
  }
}

.space-mt-105 {
  margin-top: 105px;
}

@media (max-width: 991px) {
  .space-mt-105 {
    margin-top: 72px;
  }
}

.space-mb-105 {
  margin-bottom: 105px;
}

@media (max-width: 991px) {
  .space-mb-105 {
    margin-bottom: 72px;
  }
}

/****100****/

.space-pt-100 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .space-pt-100 {
    padding-top: 72px;
  }
}

.space-pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .space-pb-100 {
    padding-bottom: 72px;
  }
}

.space-mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .space-mt-100 {
    margin-top: 72px;
  }
}

.space-mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .space-mb-100 {
    margin-bottom: 72px;
  }
}

/****96****/

.space-pt-98 {
  padding-top: 98px;
}

@media (max-width: 767px) {
  .space-pt-98 {
    padding-top: 52px;
  }
}

.space-pb-98 {
  padding-bottom: 98px;
}

@media (max-width: 767px) {
  .space-pb-98 {
    padding-bottom: 52px;
  }
}

.space-mt-98 {
  margin-top: 98px;
}

@media (max-width: 767px) {
  .space-mt-98 {
    margin-top: 52px;
  }
}

.space-mb-98 {
  margin-bottom: 98px;
}

@media (max-width: 767px) {
  .space-mb-98 {
    margin-bottom: 52px;
  }
}

/****96****/

.space-pt-96 {
  padding-top: 96px;
}

@media (max-width: 767px) {
  .space-pt-96 {
    padding-top: 52px;
  }
}

.space-pb-96 {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .space-pb-96 {
    padding-bottom: 52px;
  }
}

.space-mt-96 {
  margin-top: 96px;
}

@media (max-width: 767px) {
  .space-mt-96 {
    margin-top: 52px;
  }
}

.space-mb-96 {
  margin-bottom: 96px;
}

@media (max-width: 767px) {
  .space-mb-96 {
    margin-bottom: 52px;
  }
}

/****84****/

.space-pt-84 {
  padding-top: 84px;
}

@media (max-width: 767px) {
  .space-pt-84 {
    padding-top: 44px;
  }
}

.space-pb-84 {
  padding-bottom: 84px;
}

@media (max-width: 767px) {
  .space-pb-84 {
    padding-bottom: 44px;
  }
}

.space-mt-84 {
  margin-top: 84px;
}

@media (max-width: 767px) {
  .space-mt-84 {
    margin-top: 44px;
  }
}

.space-mb-84 {
  margin-bottom: 84px;
}

@media (max-width: 767px) {
  .space-mb-84 {
    margin-bottom: 44px;
  }
}

/****72****/

.space-pt-77 {
  padding-top: 77px;
}

@media (max-width: 767px) {
  .space-pt-77 {
    padding-top: 44px;
  }
}

.space-pb-77 {
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .space-pb-77 {
    padding-bottom: 44px;
  }
}

.space-mt-77 {
  margin-top: 77px;
}

@media (max-width: 767px) {
  .space-mt-77 {
    margin-top: 44px;
  }
}

.space-mb-77 {
  margin-bottom: 77px;
}

@media (max-width: 767px) {
  .space-mb-77 {
    margin-bottom: 44px;
  }
}

/****72****/

.space-pt-72 {
  padding-top: 72px;
}

@media (max-width: 767px) {
  .space-pt-72 {
    padding-top: 44px;
  }
}

.space-pb-72 {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .space-pb-72 {
    padding-bottom: 44px;
  }
}

.space-mt-72 {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .space-mt-72 {
    margin-top: 44px;
  }
}

.space-mb-72 {
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .space-mb-72 {
    margin-bottom: 44px;
  }
}

/****64****/

.space-pt-64 {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .space-pt-64 {
    padding-top: 44px;
  }
}

.space-pb-64 {
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .space-pb-64 {
    padding-bottom: 44px;
  }
}

.space-mt-64 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .space-mt-64 {
    margin-top: 44px;
  }
}

.space-mb-64 {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .space-mb-64 {
    margin-bottom: 44px;
  }
}

/****52****/

.space-pt-52 {
  padding-top: 52px;
}

@media (max-width: 767px) {
  .space-pt-52 {
    padding-top: 36px;
  }
}

.space-pb-52 {
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .space-pb-52 {
    padding-bottom: 36px;
  }
}

.space-mt-52 {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .space-mt-52 {
    margin-top: 36px;
  }
}

.space-mb-52 {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .space-mb-52 {
    margin-bottom: 36px;
  }
}

/****48****/

.space-pt-48 {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .space-pt-48 {
    padding-top: 36px;
  }
}

.space-pb-48 {
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .space-pb-48 {
    padding-bottom: 36px;
  }
}

.space-mt-48 {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .space-mt-48 {
    margin-top: 36px;
  }
}

.space-mb-48 {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .space-mb-48 {
    margin-bottom: 36px;
  }
}

/****44****/

.space-pt-44 {
  padding-top: 44px;
}

@media (max-width: 767px) {
  .space-pt-44 {
    padding-top: 36px;
  }
}

.space-pb-44 {
  padding-bottom: 44px;
}

@media (max-width: 767px) {
  .space-pb-44 {
    padding-bottom: 36px;
  }
}

.space-mt-44 {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .space-mt-44 {
    margin-top: 36px;
  }
}

.space-mb-44 {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .space-mb-44 {
    margin-bottom: 36px;
  }
}

/****42****/

.space-pt-42 {
  padding-top: 42px;
}

@media (max-width: 767px) {
  .space-pt-42 {
    padding-top: 30px;
  }
}

.space-pb-42 {
  padding-bottom: 42px;
}

@media (max-width: 767px) {
  .space-pb-42 {
    padding-bottom: 30px;
  }
}

.space-mt-42 {
  margin-top: 42px;
}

@media (max-width: 767px) {
  .space-mt-42 {
    margin-top: 30px;
  }
}

.space-mb-42 {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .space-mb-42 {
    margin-bottom: 30px;
  }
}

/****40****/

.space-pt-40 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .space-pt-40 {
    padding-top: 30px;
  }
}

.space-pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .space-pb-40 {
    padding-bottom: 30px;
  }
}

.space-mt-40 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .space-mt-40 {
    margin-top: 30px;
  }
}

.space-mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .space-mb-40 {
    margin-bottom: 30px;
  }
}

/****36****/

.space-pt-36 {
  padding-top: 36px;
}

@media (max-width: 767px) {
  .space-pt-36 {
    padding-top: 30px;
  }
}

.space-pb-36 {
  padding-bottom: 36px;
}

@media (max-width: 767px) {
  .space-pb-36 {
    padding-bottom: 30px;
  }
}

.space-mt-36 {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .space-mt-36 {
    margin-top: 30px;
  }
}

.space-mb-36 {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .space-mb-36 {
    margin-bottom: 30px;
  }
}

/****30****/

.space-pt-30 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .space-pt-30 {
    padding-top: 24px;
  }
}

.space-pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .space-pb-30 {
    padding-bottom: 24px;
  }
}

.space-mt-30 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .space-mt-30 {
    margin-top: 24px;
  }
}

.space-mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .space-mb-30 {
    margin-bottom: 24px;
  }
}

/****27****/

.space-pt-27 {
  padding-top: 27px;
}

@media (max-width: 767px) {
  .space-pt-27 {
    padding-top: 20px;
  }
}

.space-pb-27 {
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .space-pb-27 {
    padding-bottom: 20px;
  }
}

.space-mt-27 {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .space-mt-27 {
    margin-top: 20px;
  }
}

.space-mb-27 {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .space-mb-27 {
    margin-bottom: 20px;
  }
}

/****25****/

.space-pt-25 {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .space-pt-25 {
    padding-top: 20px;
  }
}

.space-pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .space-pb-25 {
    padding-bottom: 20px;
  }
}

.space-mt-25 {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .space-mt-25 {
    margin-top: 20px;
  }
}

.space-mb-25 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .space-mb-25 {
    margin-bottom: 20px;
  }
}

/****24****/

.space-pt-24 {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .space-pt-24 {
    padding-top: 20px;
  }
}

.space-pb-24 {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .space-pb-24 {
    padding-bottom: 20px;
  }
}

.space-mt-24 {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .space-mt-24 {
    margin-top: 20px;
  }
}

.space-mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .space-mb-24 {
    margin-bottom: 20px;
  }
}

/****20****/

.space-pt-22 {
  padding-top: 22px;
}

@media (max-width: 767px) {
  .space-pt-22 {
    padding-top: 16px;
  }
}

.space-pb-22 {
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .space-pb-22 {
    padding-bottom: 16px;
  }
}

.space-mt-22 {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .space-mt-22 {
    margin-top: 16px;
  }
}

.space-mb-22 {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .space-mb-22 {
    margin-bottom: 16px;
  }
}

/****20****/

.space-pt-20 {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .space-pt-20 {
    padding-top: 16px;
  }
}

.space-pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .space-pb-20 {
    padding-bottom: 16px;
  }
}

.space-mt-20 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .space-mt-20 {
    margin-top: 16px;
  }
}

.space-mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .space-mb-20 {
    margin-bottom: 16px;
  }
}

/****16****/

.space-pt-16 {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .space-pt-16 {
    padding-top: 14px;
  }
}

.space-pb-16 {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .space-pb-16 {
    padding-bottom: 14px;
  }
}

.space-mt-16 {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .space-mt-16 {
    margin-top: 14px;
  }
}

.space-mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .space-mb-16 {
    margin-bottom: 14px;
  }
}

/****14****/

.space-pt-14 {
  padding-top: 14px;
}

@media (max-width: 767px) {
  .space-pt-14 {
    padding-top: 10px;
  }
}

.space-pb-14 {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .space-pb-14 {
    padding-bottom: 10px;
  }
}

.space-mt-14 {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .space-mt-14 {
    margin-top: 10px;
  }
}

.space-mb-14 {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .space-mb-14 {
    margin-bottom: 10px;
  }
}

/****12****/

.space-pt-12 {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .space-pt-12 {
    padding-top: 10px;
  }
}

.space-pb-12 {
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .space-pb-12 {
    padding-bottom: 10px;
  }
}

.space-mt-12 {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .space-mt-12 {
    margin-top: 10px;
  }
}

.space-mb-12 {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .space-mb-12 {
    margin-bottom: 10px;
  }
}

/****10****/

.space-pt-10 {
  padding-top: 10px;
}

.space-pb-10 {
  padding-bottom: 10px;
}

.space-mt-10 {
  margin-top: 10px;
}

.space-mb-10 {
  margin-bottom: 10px;
}

/****8****/

.space-pt-8 {
  padding-top: 8px;
}

.space-pb-8 {
  padding-bottom: 8px;
}

.space-mt-8 {
  margin-top: 8px;
}

.space-mb-8 {
  margin-bottom: 8px;
}

/****6****/

.space-pt-6 {
  padding-top: 6px;
}

.space-pb-6 {
  padding-bottom: 6px;
}

.space-mt-6 {
  margin-top: 6px;
}

.space-mb-6 {
  margin-bottom: 6px;
}

/****4****/

.space-pt-4 {
  padding-top: 4px;
}

.space-pb-4 {
  padding-bottom: 4px;
}

.space-mt-4 {
  margin-top: 4px;
}

.space-mb-4 {
  margin-bottom: 4px;
}

/****2****/

.space-pt-2 {
  padding-top: 2px;
}

.space-pb-2 {
  padding-bottom: 2px;
}

.space-mt-2 {
  margin-top: 2px;
}

.space-mb-2 {
  margin-bottom: 2px;
}

/****0****/

.space-pt-0 {
  padding-top: 0px;
}

.space-pb-0 {
  padding-bottom: 0px;
}

.space-mt-0 {
  margin-top: 0px;
}

.space-mb-0 {
  margin-bottom: 0px;
}

.content-img-wrapp .radius-bg {
  width: 401px;
  height: 401px;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .content-img-wrapp .radius-bg {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 991px) {
  .content-img-wrapp .radius-bg {
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .content-img-wrapp .radius-bg {
    width: 128px;
    height: 128px;
    border: 1.5px solid #000000;
  }
}

@media (max-width: 991px) {
  .content-img-wrapp .body-text {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .content-img-wrapp .body-text {
    max-width: 275px !important;
  }
}

.border-box-card {
  border: 1px solid #828282;
  padding: 30px 64px 72px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .border-box-card {
    padding: 30px 30px 72px;
  }
}

@media (max-width: 991px) {
  .border-box-card {
    padding: 48px 36px 48px;
  }
}

@media (max-width: 767px) {
  .border-box-card {
    padding: 30px 30px 46px;
  }
}

.border-box-card .border-card-icon {
  padding: 0;
  margin: 0 auto;
  height: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .border-box-card .border-card-icon {
    padding: 0;
    flex: 1 0 0;
    height: 203px;
  }
}

@media (max-width: 767px) {
  .border-box-card .border-card-icon {
    padding: 0;
    flex: 100% 0 0;
    height: 178px;
  }
}

@media (max-width: 991px) {
  .border-box-card .border-content {
    flex: 1 0 0;
  }
}

.brand-content-logo .col-left {
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .brand-content-logo .col-left {
    padding-right: 0;
  }
}

.border-boxes-wrapp .border-logo-lines {
  height: 200px;
  flex: 25% 0 0;
  margin-left: -1px;
  margin-bottom: -1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.border-boxes-wrapp .border-logo-lines a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.border-boxes-wrapp .border-logo-lines img {
  max-width: 136px;
  max-height: 84px;
}

@media (max-width: 767px) {
  .border-boxes-wrapp .border-logo-lines img {
    max-width: 65px;
    max-height: 48px;
  }
}

@media (max-width: 991px) {
  .border-boxes-wrapp .border-logo-lines {
    height: 189px;
  }
}

@media (max-width: 767px) {
  .border-boxes-wrapp .border-logo-lines {
    height: 112px;
    flex: 33.3333% 0 0;
  }
}

.brand-three-column .border-boxes-wrapp .border-logo-lines {
  flex: 33.333%;
}

.brand-five-column .border-boxes-wrapp .border-logo-lines {
  flex: 20% 0 0;
}

@media (max-width: 1199px) {
  .brand-five-column .border-boxes-wrapp .border-logo-lines {
    flex: 25% 0 0;
  }
}

@media (max-width: 767px) {
  .brand-five-column .border-boxes-wrapp .border-logo-lines {
    flex: 33.33% 0 0;
  }
}

.top-space-up {
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .top-space-up {
    margin-top: 0;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.site-grid-gallery .grid-card-img .grid-imgs {
  height: 271px;
  width: 100%;
}

.site-grid-gallery .grid-card-img .grid-imgs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img .grid-imgs {
    height: 167px;
  }
}

@media (max-width: 767px) {
  .site-grid-gallery .grid-card-img .grid-imgs {
    height: 115px;
  }
}

.site-grid-gallery .grid-card-img:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.site-grid-gallery .grid-card-img:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 78px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.site-grid-gallery .grid-card-img .overlay-content {
  bottom: 0px;
  padding: 0 24px 4px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img .overlay-content {
    padding: 0 24px 18px;
  }
}

@media (max-width: 991px) {
  .site-grid-gallery .grid-card-img .overlay-content {
    padding: 0 20px 18px;
  }
}

@media (max-width: 767px) {
  .site-grid-gallery .grid-card-img .overlay-content {
    padding: 0 16px 16px;
  }
}

.site-grid-gallery .grid-card-img .overlay-content .cl-left {
  flex: 1 0 0%;
}

.site-grid-gallery .grid-card-img .overlay-title,
.site-grid-gallery .grid-card-img .overlay-desc {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img .overlay-title {
    margin-bottom: 7px;
  }
}

.site-grid-gallery .grid-card-img .overlay-desc {
  transform: translate3d(0, 24px, 0);
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img .overlay-desc {
    transform: inherit;
  }
}

.site-grid-gallery .grid-card-img .more-icon {
  transform: scale(0);
  display: block;
  top: -22px;
  position: relative;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img .more-icon {
    top: 0;
    transform: scale(1);
  }
}

.site-grid-gallery .grid-card-img:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

.site-grid-gallery .grid-card-img:hover .overlay-title {
  transform: translate3d(0, -24px, 0);
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img:hover .overlay-title {
    transform: inherit;
  }
}

.site-grid-gallery .grid-card-img:hover .overlay-desc {
  transform: translate3d(0, -22px, 0);
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img:hover .overlay-desc {
    transform: inherit;
  }
}

.site-grid-gallery .grid-card-img:hover .more-icon {
  transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img:hover .more-icon {
    transform: scale(1);
  }
}

.site-grid-gallery .grid-card-img:hover .more-icon:hover svg {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.site-grid-gallery .grid-card-img:hover .more-icon:hover svg path:nth-child(1) {
  stroke: #ED1C24;
}

.site-grid-gallery .grid-card-img:hover .more-icon:hover svg path:nth-child(2) {
  fill: #ED1C24;
}

.site-grid-gallery .grid-card-img.grid-cardstyle1 {
  height: 272px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.site-grid-gallery .grid-card-img.grid-cardstyle1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

.site-grid-gallery .grid-card-img.grid-cardstyle1 {
  background-color: #000;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img.grid-cardstyle1 {
    height: 167px;
  }
}

@media (max-width: 767px) {
  .site-grid-gallery .grid-card-img.grid-cardstyle1 {
    height: 115px;
  }
}

.site-grid-gallery .grid-card-img.grid-cardstyle1:before, .site-grid-gallery .grid-card-img.grid-cardstyle1:after {
  display: none;
}

.site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img .overlay-content {
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img .overlay-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img .overlay-title {
    margin-bottom: 4px;
  }
}

.site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img .overlay-desc {
  transform: inherit;
}

.site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img:hover .overlay-title {
  transform: inherit;
}

.site-grid-gallery .grid-card-img.grid-cardstyle1.grid-card-img .more-icon {
  top: 0;
}

.single-img-gallery #gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  .single-img-gallery #gallery {
    padding: 60px 30px 0 30px;
  }
}

.single-img-gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
}

.single-img-gallery .img-wrapper img {
  width: 100%;
}

.single-img-gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.single-img-gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
  display: none;
}

.single-img-gallery #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-img-gallery #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  .single-img-gallery #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .single-img-gallery #overlay img {
    width: 50%;
  }
}

.single-img-gallery #nextButton {
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  transition: opacity 0.8s;
}

.single-img-gallery #nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .single-img-gallery #nextButton {
    font-size: 2em;
  }
}

.single-img-gallery #prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

.single-img-gallery #prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .single-img-gallery #prevButton {
    font-size: 2em;
  }
}

.single-img-gallery #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.single-img-gallery #exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .single-img-gallery #exitButton {
    font-size: 2em;
  }
}

.color-card-wrapp {
  padding: 48px 48px 165px;
}

.color-card-wrapp .color-bg-shape {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color-card-wrapp .arrow-single-btn {
  position: absolute;
  bottom: 48px;
}

@media (max-width: 991px) {
  .color-card-wrapp .arrow-single-btn {
    bottom: 42px;
  }
}

@media (max-width: 767px) {
  .color-card-wrapp .arrow-single-btn {
    bottom: 0;
    position: inherit;
    margin-top: 39px;
  }
}

@media (max-width: 991px) {
  .color-card-wrapp {
    padding: 42px 42px 136px;
  }
}

@media (max-width: 767px) {
  .color-card-wrapp {
    padding: 36px 36px 36px;
  }
}

/*border-box*/

.industries-list.border-details .border {
  margin-right: -1px;
  margin-bottom: -1px;
}

.industries-list .industry-box {
  transition: .3s ease-in-out;
}

.industries-list .industry-box .industry-img {
  height: 243px;
  width: 243px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .industries-list .industry-box .industry-img {
    height: 180px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .industries-list .industry-box .industry-img {
    height: 108px;
    width: 108px;
  }
}

.industries-list .industry-box .industry-img picture > img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

.industries-list .industry-box .industry-img > img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

.industries-list .industry-box:hover {
  background-color: #f8f8f8 !important;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.industries-list .industry-box:hover .industry-img picture > img {
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transform: scale(1.05);
}

.industries-list .industry-box:hover .industry-img > img {
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transform: scale(1.05);
}

.industries-list .industry-box .industriy-icon {
  height: 64px;
  width: 64px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .industries-list .industry-box .industriy-icon {
    height: 36px;
    width: 36px;
  }
}

.industries-list .industry-box .industriy-icon img {
  min-width: 20px;
  min-height: 20px;
}

@media only screen and (max-width: 767px) {
  .industries-list .industry-box .industriy-icon img {
    min-width: 15px;
    min-height: 10px;
    max-width: 20px;
    max-height: 20px;
  }
}

.team-card-content .team-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .team-card-content .team-img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .team-card-content .team-img {
    width: 112px;
    height: 112px;
  }
}

.team-card-content .team-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-card-content .team-content {
  text-align: center;
}

.table-mobile-shadow {
  position: relative;
}

@media (max-width: 1240px) {
  .table-mobile-shadow::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    width: 20px;
    height: 100%;
    opacity: 0.35;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 767px) {
  .table-mobile-shadow::after {
    right: -20px;
  }
}

.table-facts-wrapp .fact-table {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.industries-list.border-details .table-facts-wrapp .fact-table {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .table-facts-wrapp .fact-table {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .table-facts-wrapp .fact-table {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .table-facts-wrapp .fact-table {
    margin-bottom: -1px;
  }

  .product-info .table-facts-wrapp .fact-table {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .table-facts-wrapp .fact-table {
  margin-right: -1px;
  margin-bottom: -1px;
}

@media (max-width: 1240px) {
  .table-facts-wrapp .fact-table {
    overflow-y: auto;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table {
    margin-right: -20px;
  }
}

.table-facts-wrapp .fact-table:last-child {
  border-bottom-width: 0px;
}

.table-facts-wrapp .fact-table li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: normal;
}

.table-facts-wrapp .fact-table li:after {
  display: none;
}

.table-facts-wrapp .fact-table .table-header-wrap .th-head {
  flex: 127px 0 0;
  padding: 12px 16px;
  border: solid 1px #828282;
  border-right: 0px;
  border-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  text-align: center;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  line-height: 17px;
}

@media (max-width: 1199px){
  .table-facts-wrapp .fact-table .table-header-wrap .th-head{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .table-facts-wrapp .fact-table .table-header-wrap .th-head {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table .table-header-wrap .th-head {
    padding: 6px 10px;
  }
}

.table-facts-wrapp .fact-table .table-header-wrap .th-head:first-child {
  border-left: 0;
  flex: 436px 0 0;
  text-align: left;
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table .table-header-wrap .th-head:first-child {
    flex: 279px 0 0;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap .td-content {
  flex: 127px 0 0;
  padding: 10px 16px;
  border: solid 1px #828282;
  border-right: 0px;
  border-top: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 1199px){
  .table-facts-wrapp .fact-table .table-row-wrap .td-content{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .table-facts-wrapp .fact-table .table-row-wrap .td-content {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table .table-row-wrap .td-content {
    padding: 6px 10px;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap .td-content:first-child {
  border-left: 0;
  flex: 436px 0 0;
  text-align: left;
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table .table-row-wrap .td-content:first-child {
    flex: 279px 0 0;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap .td-content .td-title {
  font-family: purista-web,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1199px){
  .table-facts-wrapp .fact-table .table-row-wrap .td-content .td-title{
    font-size: 14px;
    line-height: 15px;
    line-height: 17px;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content {
  padding: 0;
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-left {
  padding-left: 16px;
  padding-right: 26px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-left {
    padding-left: 10px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-left {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-right {
  border-left: 1px solid #828282;
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-right .td-title {
  width: 71px;
  text-align: center;
  border-bottom: 1px solid #828282;
  border-top: 0;
  padding: 10px 0;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

@media (max-width: 1199px){
  .table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-right .td-title{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-content .cl-right .td-title:last-child {
  border-bottom: 0;
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-inner-content .td-title {
  text-align: center;
  border-bottom: 1px solid #828282;
  border-top: 0;
  padding: 10px 0;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

@media (max-width: 1199px){
  .table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-inner-content .td-title{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.table-facts-wrapp .fact-table .table-row-wrap.td-style1 .td-inner-content .td-title:last-child {
  border-bottom: 0;
}

.table-facts-wrapp .dataTables_wrapper {
  margin: 0;
}

@media (max-width: 1240px) {
  .table-facts-wrapp .simple-table {
    overflow-y: auto;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp .simple-table {
    margin-right: -20px;
  }
}

.table-facts-wrapp table {
  margin-bottom: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.industries-list.border-details .table-facts-wrapp table {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .table-facts-wrapp table {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .table-facts-wrapp table {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .table-facts-wrapp table {
    margin-bottom: -1px;
  }

  .product-info .table-facts-wrapp table {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .table-facts-wrapp table {
  margin-right: -1px;
  margin-bottom: -1px;
}

@media (max-width: 1240px) {
  .table-facts-wrapp table {
    width: 1120px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp table {
    width: 960px;
  }
}

.table-facts-wrapp table:last-child {
  border-bottom-width: 0px;
}

.table-facts-wrapp table .odd td {
  background-color: #fff;
}

.table-facts-wrapp table thead th {
  width: 127px;
  padding: 12px 12px;
  border: solid 1px #828282;
  border-right: 0px;
  border-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.table-facts-wrapp table thead th h5 {
  margin-bottom: 0px;
  text-align: center;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  line-height: 17px;
}

@media (max-width: 1199px){
  .table-facts-wrapp table thead th h5{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .table-facts-wrapp table thead th {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp table thead th {
    padding: 6px 10px;
  }
}

.table-facts-wrapp table thead th:first-child {
  border-left: 0;
  width: 436px;
  text-align: left;
}

@media (max-width: 767px) {
  .table-facts-wrapp table thead th:first-child {
    width: 279px;
  }
}

.table-facts-wrapp table tbody.row-hover tr:hover td {
  background-color: #fff;
}

.table-facts-wrapp table tbody td {
  width: 127px;
  padding: 10px 15px;
  border: solid 1px #828282;
  border-right: 0px;
  border-top: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 1199px){
  .table-facts-wrapp table tbody td{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

@media (max-width: 1199px) {
  .table-facts-wrapp table tbody td {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .table-facts-wrapp table tbody td {
    padding: 6px 10px;
  }
}

.table-facts-wrapp table tbody td:first-child {
  border-left: 0;
  width: 436px;
  text-align: left;
}

@media (max-width: 767px) {
  .table-facts-wrapp table tbody td:first-child {
    width: 279px;
  }
}

.table-facts-wrapp table tbody td h4 {
  margin-bottom: 0px;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23px;
}

@media (max-width: 1199px){
  .table-facts-wrapp table tbody td h4{
    font-size: 14px;
    line-height: 15px;
    line-height: 17px;
  }
}

.table-facts-wrapp table tbody td strong {
  font-family: purista-web,sans-serif;
  font-weight: 600;
}

.table-facts-wrapp table tbody td.column-2 {
  width: 85px;
  text-align: center;
  border-bottom: 1px solid #828282;
  border-top: 0;
  padding: 10px 0;
  border-left: 1px solid #828282;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 1199px){
  .table-facts-wrapp table tbody td.column-2{
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.table-facts-wrapp table tbody td.column-2:last-child {
  border-bottom: 0;
}

.simple-table .table-title {
  padding: 20px 16px 20px;
}

@media (max-width: 767px) {
  .simple-table .table-title {
    padding: 16px 12px 16px;
  }
}

.simple-table ul {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.industries-list.border-details .simple-table ul {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .simple-table ul {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .simple-table ul {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .simple-table ul {
    margin-bottom: -1px;
  }

  .product-info .simple-table ul {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .simple-table ul {
  margin-right: -1px;
  margin-bottom: -1px;
}

@media (max-width: 1240px) {
  .simple-table ul {
    overflow-y: auto;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .simple-table ul {
    margin-right: -20px;
  }
}

.simple-table ul li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: normal;
}

.simple-table ul li:after {
  display: none;
}

.simple-table ul li .table-td, .simple-table ul li .table-th {
  border-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 767px){
  .simple-table ul li .table-td, .simple-table ul li .table-th{
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    line-height: 21px;
  }
}

.industries-list.border-details .simple-table ul li .table-td, .industries-list.border-details .simple-table ul li .table-th {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .simple-table ul li .table-td, .related-case-studies .simple-table ul li .table-th {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .simple-table ul li .table-td, .related-case-studies .simple-table ul li .table-th {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .simple-table ul li .table-td, .resources-list .simple-table ul li .table-th {
    margin-bottom: -1px;
  }

  .product-info .simple-table ul li .table-td, .product-info .simple-table ul li .table-th {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .simple-table ul li .table-td, .find-a-rep-list .simple-table ul li .table-th {
  margin-right: -1px;
  margin-bottom: -1px;
}

.simple-table ul li .table-td, .simple-table ul li .table-th{
  padding: 12px 16px;
  vertical-align: top;
  flex: 300px 0 0;
  word-break: break-all;
}

@media (max-width: 991px) {
  .simple-table ul li .table-td, .simple-table ul li .table-th {
    flex: 260px 0 0;
  }
}

@media (max-width: 767px) {
  .simple-table ul li .table-td, .simple-table ul li .table-th {
    padding: 10px;
    flex: 213px 0 0;
  }
}

.simple-table ul li .table-td:first-child, .simple-table ul li .table-th:first-child {
  text-align: left;
  flex: 598px 0 0;
  border-left: 0;
}

@media (max-width: 991px) {
  .simple-table ul li .table-td:first-child, .simple-table ul li .table-th:first-child {
    flex: 450px 0 0;
  }
}

@media (max-width: 767px) {
  .simple-table ul li .table-td:first-child, .simple-table ul li .table-th:first-child {
    flex: 214px 0 0;
  }
}

.simple-table ul li .table-th {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  font-family: purista-web,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px){
  .simple-table ul li .table-th{
    font-size: 14px;
    line-height: 15px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .simple-table ul li:first-child {
    align-items: flex-end;
  }
}

.comparison-table .simple-table ul {
  border-width: 0px;
  background-color: transparent;
  overflow: inherit;
  margin-right: 0;
}

.comparison-table .simple-table ul li {
  margin: 0;
  line-height: normal;
}

.comparison-table .simple-table ul li:after {
  display: none;
}

.comparison-table .simple-table ul li .table-td, .comparison-table .simple-table ul li .table-th{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.comparison-table .simple-table ul li .table-td,
    .comparison-table .simple-table ul li .table-th{
  padding: 21px 24px;
  flex: 25% 0 0;
}

@media (max-width: 767px) {
  .comparison-table .simple-table ul li .table-td,
        .comparison-table .simple-table ul li .table-th {
    padding: 14px 12px;
    flex: 50px 0 0;
  }
}

.comparison-table .simple-table ul li .table-td:first-child,
      .comparison-table .simple-table ul li .table-th:first-child {
  flex: 50% 0 0;
}

@media (max-width: 767px) {
  .comparison-table .simple-table ul li .table-td:first-child,
          .comparison-table .simple-table ul li .table-th:first-child {
    flex: 1 0 0;
  }
}

.comparison-table .simple-table ul li .table-th {
  background-color: transparent;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}

@media (max-width: 767px){
  .comparison-table .simple-table ul li .table-th{
    font-size: 16px;
    line-height: 17px;
  }
}

.comparison-table .simple-table ul li .table-th:first-child {
  background: transparent;
  border: none;
  justify-content: flex-start;
  padding-left: 0;
}

.comparison-table .simple-table ul li .table-th:last-child {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .comparison-table .simple-table ul li .table-th.rotate-mobile {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 50px 0 0;
    height: 136px;
    padding: 0;
  }

  .comparison-table .simple-table ul li .table-th.rotate-mobile span {
    transform: translate(0px, -30px) rotate(-90deg);
    display: flex;
    width: 48px;
  }
}

.comparison-table .simple-table ul li .table-td {
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
}

@media (max-width: 767px){
  .comparison-table .simple-table ul li .table-td{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.comparison-table .simple-table ul li .table-td{
  word-break: break-all;
}

.comparison-table .simple-table ul li .table-td:first-child {
  justify-content: flex-start;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.comparison-table .simple-table ul li .table-td:last-child {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.comparison-table .simple-table ul li .table-th:last-child, .comparison-table .simple-table ul li .table-td:last-child{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
}

.comparison-table .simple-table ul li:last-child .table-td {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.comparison-table .simple-table ul li:nth-child(even) {
  background: rgba(38, 38, 38, 0.03);
}

.comparison-table .simple-table ul li:nth-child(even) .table-td:last-child {
  position: relative;
}

.comparison-table .simple-table ul li:nth-child(even) .table-td:last-child img {
  position: relative;
  z-index: 1;
}

.comparison-table .simple-table ul li:nth-child(even) .table-td:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.03);
}

/*border-box-img css start*/

.border-box-circle-img {
  padding: 36px 36px 80px 36px;
  background-color: #FFF;
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .border-box-circle-img {
    padding: 24px 24px 33px 24px;
  }
}

.border-box-circle-img:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.border-box-circle-img .link-btn {
  position: absolute;
  bottom: 48px;
}

@media only screen and (max-width: 991px) {
  .border-box-circle-img .link-btn {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .border-box-circle-img .link-btn {
    bottom: 0px;
    position: relative;
  }
}

.border-box-circle-img .top-img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 24px auto;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .border-box-circle-img .top-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px auto;
    flex: 96px 0 0;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img .top-img {
    margin: 0 0 10px 0;
  }
}

.border-box-circle-img .top-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 6px 6px 0px transparent;
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .border-box-circle-img .top-img img {
    max-width: 62px;
    max-height: 80px;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img .top-img img {
    box-shadow: 3px 3px 0px transparent;
  }
}

.border-box-circle-img .top-img img:after {
  position: absolute;
  background-color: #000;
  right: 0;
  height: 100%;
  top: 5px;
  width: 6px;
  content: '';
}

@media (max-width: 767px) {
  .border-box-circle-img .top-img img {
    box-shadow: 3px 3px 0px #000;
  }
}

.border-box-circle-img .top-img .bg-details {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 1px;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .border-box-circle-img .top-img .bg-details {
    width: 96px;
    height: 96px;
  }
}

.border-box-circle-img:hover .top-img img {
  box-shadow: 6px 6px 0px #000;
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 767px) {
  .border-box-circle-img:hover .top-img img {
    box-shadow: 3px 3px 0px #000;
  }
}

.border-box-circle-img.border-box-circle-style1 {
  padding: 36px 28px 80px 28px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style1 {
    padding: 30px 24px 24px 24px;
  }
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style1 .link-btn {
    bottom: 0;
    position: relative;
  }
}

.border-box-circle-img.border-box-circle-style1 .top-img {
  height: 156px;
  width: 156px;
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-style1 .top-img {
    height: 96px;
    width: 96px;
    margin: 0 auto 20px;
  }
}

.border-box-circle-img.border-box-circle-style1 .top-img img {
  max-width: 100px;
}

.border-box-circle-img.border-box-circle-img3:hover {
  cursor: inherit;
}

.border-box-circle-img.border-box-circle-img3 .top-img {
  width: 243px;
  height: 243px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-img3 .top-img {
    width: 120px;
    height: 120px;
    flex: 120px 0 0;
  }

  .border-box-circle-img.border-box-circle-img3 .top-img .bg-details {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-img3 .top-img {
    width: 108px;
    height: 108px;
    flex: 108px 0 0;
    margin: 0 auto;
  }
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-img3 .top-img {
    width: 95px;
    height: 95px;
    flex: 95px 0 0;
    margin: 0 auto;
  }
}

.border-box-circle-img.border-box-circle-img3 .top-img img {
  width: 156px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-img3 .top-img img {
    max-width: 75px;
    max-height: inherit;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-img3 .top-img img {
    max-width: 69px;
  }
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-img3 .top-img img {
    max-width: 55px;
  }
}

.border-box-circle-img.border-box-circle-style4 {
  padding: 72px 48px 48px 48px;
}

.border-box-circle-img.border-box-circle-style4 .bg-top-img .card-bg-img {
  width: 243px;
  height: 243px;
  transition: .3s ease-in-out;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style4 .bg-top-img .card-bg-img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-style4 .bg-top-img .card-bg-img {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 374px) {
  .border-box-circle-img.border-box-circle-style4 .bg-top-img .card-bg-img {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-style4 .bg-top-img .card-bg-img {
    margin-left: 0 !important;
  }
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-style4 .bg-top-img {
    flex: 100% 0 0;
  }
}

.border-box-circle-img.border-box-circle-style4:hover .bg-top-img .card-bg-img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style4 {
    padding: 24px 24px 24px 24px;
  }
}

@media (max-width: 374px) {
  .border-box-circle-img.border-box-circle-style4 {
    padding: 20px;
  }
}

.border-box-circle-img.border-box-circle-style4.read-more-btn-bottom {
  padding: 36px 36px 100px 36px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style4.read-more-btn-bottom {
    padding: 36px 36px 60px 36px;
  }
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-style4.read-more-btn-bottom {
    padding: 24px;
  }

  .border-box-circle-img.border-box-circle-style4.read-more-btn-bottom .link-btn {
    margin-top: 20px;
  }
}

.border-box-circle-img.border-box-circle-style5 .top-img img {
  max-width: 98px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-style5 .top-img img {
    max-width: 80px;
  }
}

.border-box-circle-img.border-box-circle-side {
  padding: 36px 36px 48px 36px;
  cursor: inherit;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-side {
    padding: 30px 24px 36px 24px;
  }
}

.border-box-circle-img.border-box-circle-side .top-img {
  margin: 0;
}

.border-box-circle-img.border-box-circle-side .top-img img {
  max-width: 126px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-side .top-img img {
    max-width: 60px;
  }
}

.border-box-circle-img.border-box-circle-side .side-title {
  flex: 1 0 0;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .border-box-circle-img.border-box-circle-side .side-title {
    margin-left: 16px;
  }
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-side .side-title {
    flex: 100% 0 0;
  }
}

.border-box-circle-img.border-box-circle-side .link-btn {
  position: inherit;
}

.border-box-circle-img.border-box-circle-style6 {
  padding: 48px 36px;
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-style6 {
    padding: 30px 24px;
  }
}

.border-box-circle-img.border-box-circle-style6 .card-side-content {
  flex: 1 0 0;
}

@media (max-width: 319px) {
  .border-box-circle-img.border-box-circle-style6 .card-side-content {
    flex: 100% 0 0;
  }
}

.border-box-circle-img.border-box-circle-style6 img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 156px;
  width: 156px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .border-box-circle-img.border-box-circle-style6 img {
    height: 96px;
    width: 96px;
  }
}

/*border-box-img css end*/

/*Label css start */

.txt-label {
  padding: 10px 6px;
}

@media only screen and (max-width: 767px) {
  .txt-label {
    padding: 8px 4px;
  }
}

/*Label css end */

/* Banner section circle css start */

.rounded-img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

@media only screen and (max-width: 1300px) {
  .rounded-img {
    width: 480px;
    height: 480px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .rounded-img {
    width: 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 1200px) {
  .rounded-img {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .rounded-img {
    width: 223px;
    height: 223px;
  }
}

.color-circles {
  position: absolute;
  height: 565px;
  width: 563px;
  right: -25px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1300px) {
  .color-circles {
    background-position: top center;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .color-circles {
    width: 440px;
    height: 442px;
    margin: 0 auto;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .color-circles {
    width: 250px;
    height: 251px;
    margin: 0 auto;
    left: 0;
    top: 38px;
    right: 0px;
    background-position: center;
  }
}

/*Banner padding*/

.top-banner-sec .col-right {
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 1300px) {
  .top-banner-sec .col-right {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top-banner-sec .col-right {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .top-banner-sec .col-right {
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .top-banner-sec .col-right {
    padding: 52px 0 52px 0;
    margin-bottom: 0;
  }
}

.top-banner-sec.banner-style4 .col-right {
  padding: 10px 0 5px;
}

@media (max-width: 991px) {
  .top-banner-sec.banner-style4 .col-right {
    padding: 0;
  }
}

.top-banner-sec.banner-style4 .color-circles {
  top: -35px;
  right: -35px;
}

@media (max-width: 1300px) {
  .top-banner-sec.banner-style4 .color-circles {
    top: -25px;
    right: 0;
    margin: 0 auto;
    left: 0;
    height: 538px;
    width: 535px;
  }
}

@media (max-width: 1200px) {
  .top-banner-sec.banner-style4 .color-circles {
    height: 452px;
    width: 450px;
  }
}

@media (max-width: 767px) {
  .top-banner-sec.banner-style4 .color-circles {
    height: 251px;
    width: 250px;
    top: -13px;
  }
}

/* Banner section circle css end*/

/*Listing sec css start */

@media only screen and (max-width: 767px) {
  .listing-image .left-side {
    padding: 20px;
  }
}

.listing-image .left-side img {
  margin: 0 auto;
  max-width: 365px;
  max-height: 299px;
}

@media (max-width: 767px) {
  .listing-image .left-side img {
    max-width: 204px;
    max-height: 167px;
  }
}

.listing-image .right-side {
  padding: 72px;
  border-left: 1px solid #828282;
}

@media only screen and (max-width: 1200px) {
  .listing-image .right-side {
    padding: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .listing-image .right-side {
    border-left: none;
    padding: 44px 20px;
    border-top: 1px solid #828282;
  }
}

.listing-image .right-side h3 {
  position: relative;
}

.listing-image .right-side h3:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #7AB2E0;
  left: -32px;
  top: 15px;
}

@media only screen and (max-width: 991px) {
  .listing-image .right-side h3:after {
    left: -16px;
    height: 10px;
    width: 10px;
  }
}

/*Listing sec css end */

/* Video sec css start */

@media only screen and (max-width: 767px) {
  .video-text .embed-video {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.video-text .embed-video .play-button {
  width: 64px;
  height: 64px;
  box-shadow: none;
  z-index: 1;
  opacity: 1;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.video-text .embed-video .play-button:before {
  content: "";
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/play.svg);
  background-position: center center;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.video-text .video-back-img {
  height: 395px;
  width: 1200px;
}

@media only screen and (max-width: 992px) {
  .video-text .video-back-img {
    height: 198px;
    width: 100%;
  }
}

/* Video sec css end */

/* container css */

.container-800 {
  max-width: 800px;
  margin: 0 auto;
}

/* container css */

/* Border css start*/

.top-border-line {
  background-color: #828282;
  height: 1px;
}

/* Border css end*/

/* case-study css start */

.related-case-studies {
  margin-right: 1px;
}

.related-case-studies .border {
  margin-right: -1px;
}

@media only screen and (max-width: 767px) {
  .related-case-studies .border {
    margin-bottom: -1px;
  }
}

/*case-study css end*/

/*Gallery sec css satrt */

.gallery-sec .grid-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-sec .gallery-img-md {
  overflow: hidden;
  height: 385px;
  width: 100%;
}

@media (max-width: 991px) {
  .gallery-sec .gallery-img-md {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .gallery-sec .gallery-img-md {
    height: 218px;
  }
}

.gallery-sec .gallery-img-md img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gallery-sec .gallery-img-md.gallery-left-lg {
  height: 786px;
}

@media (max-width: 991px) {
  .gallery-sec .gallery-img-md.gallery-left-lg {
    height: 616px;
  }
}

@media (max-width: 767px) {
  .gallery-sec .gallery-img-md.gallery-left-lg {
    height: 446px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-sec .mb-16 {
    margin-bottom: 8px !important;
  }
}

/*Gallery sec css end */

@media (max-width: 767px) {
  .industries-detail-layout p {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .industries-detail-layout p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .md-margin {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .md-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.filter-selection {
  position: relative;
}

.filter-selection select {
  height: 54px;
  padding: 10px 45px 10px 20px;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px){
  .filter-selection select{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .filter-selection select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .filter-selection select {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .filter-selection select {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .filter-selection select {
    margin-bottom: -1px;
  }

  .product-info .filter-selection select {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .filter-selection select {
  margin-right: -1px;
  margin-bottom: -1px;
}

.filter-selection::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 12px;
}

select::-ms-expand {
  display: none;
}

.lists-border-card {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .lists-border-card {
    margin-bottom: 44px;
  }
}

.lists-border-card:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .lists-border-card .col-right {
    margin-top: 30px;
  }
}

.lists-border-card .list-download-view {
  margin-bottom: -1px;
}

.lists-border-card .list-content-icon {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.lists-border-card .list-content-icon .list-download-title {
  padding: 24px 10px 24px 20px;
  flex: 1 0 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .lists-border-card .list-content-icon .list-download-title {
    padding: 14px 16px;
  }
}

.lists-border-card .list-content-icon:hover {
  background: rgba(38, 38, 38, 0.03);
  border-color: #000000;
}

.lists-border-card .list-content-icon .download-icon {
  transition: all 0.2s ease-in-out;
  flex: auto 0 0;
  padding-right: 0;
  padding: 24px 20px 24px 0px;
}

@media (max-width: 991px) {
  .lists-border-card .list-content-icon .download-icon {
    padding: 14px 16px 14px 0;
  }
}

.lists-border-card .list-content-icon .download-icon img {
  width: 24px;
  height: 24px;
}

.lists-border-card .list-content-icon:hover .download-icon {
  transform: scale(1.1);
}

.lists-border-card.lists-border .col-right {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .lists-border-card.lists-border .col-right {
    margin-bottom: 30px;
  }
}

.lists-border-card.lists-border .col-right:last-child {
  margin-bottom: 0;
}

.lists-border-card.lists-border .col-right .list-content-icon {
  flex: 50% 0 0;
  margin-left: -1px;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .lists-border-card.lists-border .col-right .list-content-icon {
    flex: 100% 0 0;
    margin-left: 0;
  }
}

.lists-border-card.lists-border .col-right .list-content-icon span {
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.lists-border-card.lists-border .col-right .list-content-icon span strong {
  display: flex;
  width: 100%;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

@media (max-width: 991px){
  .lists-border-card.lists-border .col-right .list-content-icon span strong{
    font-size: 15px;
    line-height: 22px;
    line-height: 23px;
  }
}

.lists-border-card.lists-border .col-right .list-content-icon .list-content-icon {
  width: 50%;
  margin-right: -1px;
}

.lists-border-card.card-border-lists .card-border-row {
  margin-left: -1px;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .lists-border-card.card-border-lists .card-border-row {
    margin-left: 0;
  }
}

.data-sheet h2 {
  text-transform: inherit;
}

.get-touch-form .form-box {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.industries-list.border-details .get-touch-form .form-box {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .get-touch-form .form-box {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-touch-form .form-box {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-touch-form .form-box {
    margin-bottom: -1px;
  }

  .product-info .get-touch-form .form-box {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .get-touch-form .form-box {
  margin-right: -1px;
  margin-bottom: -1px;
}

.get-touch-form .form-box .form-title {
  padding: 36px 48px;
}

@media (max-width: 991px) {
  .get-touch-form .form-box .form-title {
    padding: 24px 24px;
  }
}

.get-touch-form .form-box .gform_wrapper .validation_message,
  .get-touch-form .form-box .gform_wrapper .gfield_validation_messag {
  background: transparent;
  border: none;
  padding: 0;
}

.get-touch-form .form-box .gform_wrapper .gform_validation_errors {
  background: #c02b0a;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 10px 10px 44px;
  color: #fff;
  margin-bottom: 0;
}

.get-touch-form .form-box .gform_wrapper .gform_validation_errors > h2 {
  color: #fff;
}

.get-touch-form .form-box .gform_wrapper .gform_validation_errors.gravity-theme .gfield_descriptio {
  font-size: 14px;
  padding-top: 0;
}

.get-touch-form .form-box .gform_wrapper form {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  padding: 48px;
}

@media (max-width: 991px) {
  .get-touch-form .form-box .gform_wrapper form {
    padding: 30px 24px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2%;
  -ms-grid-columns: 1fr 2% [12];
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield {
  margin-bottom: 18px;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield_error input, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield_error select, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield_error textarea{
  --tw-border-opacity: 1;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity));
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield {
    margin-bottom: 12px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield label {
  display: block;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield label{
    font-size: 14px;
    line-height: 15px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield label{
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield label {
    margin-bottom: 10px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield label .gfield_required {
  display: none;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea{
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 767px){
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .industries-list.border-details .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .industries-list.border-details .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .resources-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .resources-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }

  .product-info .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .product-info .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .product-info .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input, .find-a-rep-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select, .find-a-rep-list .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input,
        .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select,
        .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea{
  height: 54px;
  padding: 14px 20px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
    height: 47px;
    padding: 10px 16px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:focus, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:focus, .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:focus::-webkit-input-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:focus::-webkit-input-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:focus::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:focus::-moz-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:focus::-moz-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:focus:-ms-input-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:focus:-ms-input-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:focus:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:focus:-moz-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:focus:-moz-placeholder,
            .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input::-webkit-input-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input::-moz-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select::-moz-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:-ms-input-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:-ms-input-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield input:-moz-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select:-moz-placeholder,
          .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
  height: 130px;
  resize: none;
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield textarea {
    height: 118px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield .ginput_container_select::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 12px;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield--width-full {
  grid-column: span 12;
  -ms-grid-column-span: 12;
}

.get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield--width-half {
  grid-column: span 6;
  -ms-grid-column-span: 6;
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_fields .gfield.gfield--width-half {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_footer {
  margin-top: 18px;
  padding: 0;
}

@media (max-width: 767px) {
  .get-touch-form .form-box .gform_wrapper form .gform_footer {
    margin-top: 12px;
  }
}

.get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
  cursor: pointer;
  border-radius: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
  text-align: center;
  font-family: purista-web,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"]{
    font-size: 16px;
    line-height: 17px;
  }
}

.industries-list.border-details .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
    margin-bottom: -1px;
  }

  .product-info .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"] {
  margin-right: -1px;
  margin-bottom: -1px;
}

.get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"]{
  padding: 12px 20px 12px 20px;
}

.get-touch-form .form-box .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #ff2831;
}

body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: normal;
  min-height: inherit;
}

.contact-form-style2 .container-800 {
  padding: 0;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .form-title {
  padding: 20px 20px;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form {
  padding: 20px 20px;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form .gform_fields .gfield input, .contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form .gform_fields .gfield textarea {
  font-size: 14px;
  padding: 8px 10px;
  height: 45px;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form .gform_fields .gfield select {
  font-size: 14px;
  padding: 8px 30px 8px 10px;
  height: 45px;
  white-space: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form .gform_fields .gfield textarea {
  height: 100px;
}

.contact-form-style2.get-touch-form .white-block .post-inner.form-box .gform_wrapper form .gform_fields .gfield.gfield--width-half {
  grid-column: span 12;
  -ms-grid-column-span: 12;
}

.contact-cta iframe {
  height: 100%;
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px) {
  .contact-cta iframe {
    height: 380px;
  }
}

.contact-cta .col-right {
  padding: 72px 98px 72px 72px;
}

@media (max-width: 1199px) {
  .contact-cta .col-right {
    padding: 38px;
  }
}

@media (max-width: 767px) {
  .contact-cta .col-right {
    padding: 44px 20px;
  }
}

.contact-cta .col-right .contact-infos .contact-lists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-cta .col-right .contact-infos .contact-lists {
    margin-bottom: 16px;
  }
}

.contact-cta .col-right .contact-infos .contact-lists:last-child {
  margin-bottom: 0;
}

.contact-cta .col-right .contact-infos .contact-lists img {
  flex: 20px 0 0;
}

@media (max-width: 767px) {
  .contact-cta .col-right .contact-infos .contact-lists img {
    flex: 18px 0 0;
  }
}

.contact-cta .col-right .contact-infos .contact-lists span {
  font-family: purista-web,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .contact-cta .col-right .contact-infos .contact-lists span{
    font-size: 16px;
    line-height: 17px;
  }
}

@media (max-width: 374px){
  .contact-cta .col-right .contact-infos .contact-lists span{
    font-size: 14px;
    line-height: 15px;
  }
}

.contact-cta .col-right .contact-infos .contact-lists span{
  flex: 1 0 0;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .contact-cta .col-right .contact-infos .contact-lists span {
    padding-left: 10px;
  }
}

.contact-cta .col-right .contact-infos .contact-lists span a {
  font-family: purista-web,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.contact-cta .col-right .contact-infos .contact-lists span a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .contact-cta .col-right .contact-infos .contact-lists span a{
    font-size: 16px;
    line-height: 17px;
  }
}

@media (max-width: 374px){
  .contact-cta .col-right .contact-infos .contact-lists span a{
    font-size: 14px;
    line-height: 15px;
  }
}

.contact-cta .col-right .contact-description {
  color: rgba(255, 255, 255, 0.8);
}

.contact-cta .col-right .contact-description a {
  color: rgba(255, 255, 255, 0.8);
}

.contact-cta .col-right .contact-description a:hover:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 40, 49, var(--tw-text-opacity));
}

.contact-cta.banner-contact-cta .col-right {
  padding: 0;
}

.contact-cta.banner-contact-cta .col-right .contact-infos .contact-lists span, .contact-cta.banner-contact-cta .col-right .contact-infos .contact-lists a {
  color: black;
}

.contact-cta.banner-contact-cta .col-right .contact-description {
  color: black;
}

.contact-cta.banner-contact-cta .col-right .contact-description a {
  color: #ed1c24;
}

.contact-cta.banner-contact-cta .col-right .contact-description a:hover {
  color: black;
}

.contact-cta.banner-contact-cta .white-block {
  margin-top: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .contact-cta.banner-contact-cta .white-block {
    margin-top: 40px;
  }
}

.full-map-view iframe {
  height: 500px;
}

@media (max-width: 767px) {
  .full-map-view iframe {
    height: 300px;
  }
}

.video-sec {
  transition: all .3s ease-in-out;
}

.video-sec .video-back-img {
  height: 537px;
  width: 800px;
}

@media only screen and (max-width: 991px) {
  .video-sec .video-back-img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .video-sec .video-back-img {
    height: 225px;
  }
}

.video-sec .play-button {
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: 64px;
  height: 64px;
  box-shadow: none;
  border-radius: 100px;
  cursor: pointer;
  top: 50%;
  left: 0;
  transition: all .3s ease-in-out;
  transform: translate(0, -50%);
  right: 0;
  margin: 0 auto;
}

.video-sec .play-button:before {
  content: "";
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/play.svg);
  width: 64px;
  height: 64px;
  top: 50%;
  left: 0;
  transition: all .3s ease-in-out;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-sec .youtube:hover {
  cursor: pointer;
}

.video-sec .youtube:hover .play-button {
  transform: translate(0, -50%) scale(1.1);
}

@media only screen and (max-width: 991px) {
  .desc-info p {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .desc-info p:last-child {
    margin-bottom: 0;
  }
}

.moretext {
  display: none;
}

.team-style1 .border-box-circle-img.border-box-circle-style6 {
  padding: 0;
  background: transparent;
}

.team-style1 .border-box-circle-img.border-box-circle-style6 .circle-img img {
  width: 176px;
  height: 176px;
}

@media (max-width: 991px) {
  .team-style1 .border-box-circle-img.border-box-circle-style6 .circle-img img {
    width: 156px;
    height: 156px;
  }
}

@media (max-width: 767px) {
  .team-style1 .border-box-circle-img.border-box-circle-style6 .circle-img img {
    width: 96px;
    height: 96px;
  }
}

.team-style1 .border-box-circle-img.border-box-circle-style6 .user-post {
  font-weight: 600;
  font-size: 14px;
  font-family: purista-web, sans-serif;
  color: #828282;
  line-height: 14.7px;
}

@media (max-width: 767px) {
  .team-style1 .border-box-circle-img.border-box-circle-style6 .user-post {
    line-height: 12.6px;
    font-size: 12px;
  }
}

.team-style1 .border-box-circle-img.border-box-circle-style6 .card-side-content p {
  font-size: 16px;
  line-height: 23.2px;
  color: black;
}

@media (max-width: 767px) {
  .team-style1 .border-box-circle-img.border-box-circle-style6 .card-side-content p {
    font-size: 15px;
    line-height: 21.75px;
  }
}

.team-style1 .border-box-circle-img.border-box-circle-style6 .card-side-content p .moreless-button {
  font-weight: 600;
  font-size: 14px;
  font-family: purista-web, sans-serif;
  line-height: 14.7px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .team-style1 .border-box-circle-img.border-box-circle-style6 .card-side-content p .moreless-button {
    line-height: 12.6px;
    font-size: 12px;
  }
}

.team-style1 .border-box-circle-img.border-box-circle-style6 .card-side-content p a:hover {
  color: black;
}

.team-style1 a:hover p {
  color: black;
}

.position-a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.team-style2 .card-border-row {
  margin-left: -1px;
  margin-bottom: -1px;
}

.icon-menu-sticky .banner-slide {
  padding-top: 245px;
}

@media (max-width: 991px) {
  .icon-menu-sticky .banner-slide {
    padding-top: 179px;
  }
}

@media (max-width: 767px) {
  .icon-menu-sticky .banner-slide {
    padding-top: 151px;
  }
}

.icon-title-menu {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}

.icon-title-menu .icon-titles {
  padding: 15px 0 15px;
}

.icon-title-menu .icon-titles .icon-title-wraap {
  flex: 1 0 0;
}

.icon-title-menu .icon-titles .icon-title-wraap a {
  display: block;
}

.icon-title-menu .icon-titles .icon-title-wraap a:hover .icon-title-info {
  color: #ED1C24;
}

.icon-title-menu .icon-titles .icon-title-wraap a.active-icon img {
  opacity: 0.6;
}

.icon-title-menu .icon-titles .icon-title-wraap a.active-icon .icon-title-info {
  opacity: 0.6;
}

.icon-title-menu .icon-titles .icon-title-wraap img {
  width: 38px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.icon-title-menu .icon-titles .icon-title-wraap:hover img {
  transform: translate(0, -4px);
}

.icon-title-menu .icon-titles .icon-title-info {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.icon-title-menu.sticky-icon-menu {
  width: calc(100% - 60px);
  padding-top: 0;
  margin: 0 auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .icon-title-menu.sticky-icon-menu {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .icon-title-menu {
    background: transparent !important;
  }
}

.product-listing1 .product-single-lable {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.product-listing1 .product-single-lable .product-electrical {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .product-listing1 .product-single-lable {
    right: 10px;
    bottom: 10px;
  }
}

.catalog-info .grid-item {
  margin-right: -1px;
  margin-bottom: -1px;
}

.accordian-wrapp .accordion-item {
  border: 1px solid #828282;
  margin-bottom: -1px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.accordian-wrapp .accordion-item .click-expand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
  cursor: pointer;
  font-size: 24px;
  line-height: 35px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .accordian-wrapp .accordion-item .click-expand {
    font-size: 22px;
    line-height: 32px;
    padding: 25px 25px;
  }
}

@media (max-width: 767px) {
  .accordian-wrapp .accordion-item .click-expand {
    font-size: 20px;
    line-height: 29px;
    padding: 16px 16px 16px 20px;
    align-items: center;
  }
}

.accordian-wrapp .accordion-item .click-expand .plusminus-icon {
  background-image: url(../images/plus-accordian.svg);
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .accordian-wrapp .accordion-item .click-expand .plusminus-icon {
    width: 24px;
    height: 24px;
  }
}

.accordian-wrapp .accordion-item .click-expand span {
  flex: 1 0 0;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .accordian-wrapp .accordion-item .click-expand span {
    padding-right: 10px;
  }
}

.accordian-wrapp .accordion-item .accordion-content {
  padding: 0 30px;
  display: none;
}

@media (max-width: 991px) {
  .accordian-wrapp .accordion-item .accordion-content {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .accordian-wrapp .accordion-item .accordion-content {
    padding: 0 20px;
  }
}

.accordian-wrapp .accordion-item .accordion-content .accordian-infos {
  padding: 30px 0;
  border-top: 1px solid #000000;
  line-height: 26px;
}

@media (max-width: 767px) {
  .accordian-wrapp .accordion-item .accordion-content .accordian-infos {
    font-size: 16px;
    line-height: 22px;
  }
}

.accordian-wrapp .accordion-item .accordion-content .accordian-infos p a {
  color: #ED1C24;
}

.accordian-wrapp .accordion-item .accordion-content .accordian-infos p a:hover {
  color: #000;
}

.accordian-wrapp .accordion-item:hover {
  background: #f8f8f8;
}

.accordian-wrapp .accordion-item.active-title {
  background: #f8f8f8;
}

.accordian-wrapp .accordion-item.active-title .click-expand .plusminus-icon {
  background-image: url(../images/minus-accordian.svg);
}

.accordian-wrapp .accordion-item.active-title.accordion-title {
  background: #f8f8f8;
}

.champion-product .col-row {
  margin-bottom: 48px;
}

@media (max-width: 767px){
  .champion-product .col-row{
    margin-bottom: 36px;
  }
}

.champion-product .col-row:last-child {
  margin-bottom: 0px;
}

.champion-product ul {
  margin: 0 0 25px;
}

.champion-product ul:last-child {
  margin-bottom: 0;
}

.champion-product .icons img {
  max-width: 48px;
  max-height: 48px;
}

@media only screen and (max-width: 991px) {
  .champion-product .icons img {
    max-width: 42px;
    max-height: 42px;
  }
}

.champion-product p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.champion-product p a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.left-right-two-columns .left-side-bg {
  z-index: -1;
  position: absolute;
  right: 100%;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .left-right-two-columns .left-side-bg {
    right: 0;
  }
}

.left-right-two-columns .right-side-bg {
  z-index: -1;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .left-right-two-columns .right-side-bg {
    left: 0;
  }
}

.left-right-two-columns .listing img {
  flex: 20px 0 0;
}

@media only screen and (max-width: 991px) {
  .left-right-two-columns .heading-text p {
    opacity: 0.4;
  }
}

.product-category-sidebar {
  overflow: auto;
}

@media (max-width: 767px) {
  .product-category-sidebar {
    margin-right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-category-sidebar .product-cat {
    overflow: scroll;
  }
}

.product-category-sidebar .product-cat li {
  margin: 0px;
}

.product-category-sidebar .product-cat li a {
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  font-family: purista-web,sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .product-category-sidebar .product-cat li a {
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-category-sidebar .product-cat li a {
    padding: 9px 14px 8px;
  }
}

@media only screen and (max-width: 370px) {
  .product-category-sidebar .product-cat li a {
    padding: 9px 10px 8px;
  }
}

@media only screen and (max-width: 319px) {
  .product-category-sidebar .product-cat li a {
    padding: 9px 8px 8px;
  }
}

.product-category-sidebar .product-cat li a .sub-tab-content {
  display: block;
  font-size: 14px;
  line-height: 14.7px;
  font-family: purista-web,sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .product-category-sidebar .product-cat li a .sub-tab-content {
    font-size: 12px;
    line-height: 12.6px;
  }
}

.product-category-sidebar .product-cat li:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .product-category-sidebar .product-cat li {
    white-space: nowrap;
  }
}

.product-category-sidebar .product-cat li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition: .3s ease-in-out;
}

.product-category-sidebar .product-cat li.active a {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition: .3s ease-in-out;
}

.product-category-sidebar .product-cat.product-cat2 li a {
  padding: 6px 16px;
}

.product-category-sidebar .product-cat.product-cat2 li.active a {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: #000;
  transition: .3s ease-in-out;
}

.product-list .img-info .img-brand-round {
  position: absolute;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 245px;
  height: 245px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .product-list .img-info .img-brand-round {
    width: 131px;
    height: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .product-list .img-info {
    padding: 47px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .img-info {
    display: flex;
    align-items: center;
    padding: 67px 0;
  }
}

.product-list .img-info img {
  max-width: 365px;
  max-height: 299px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .product-list .img-info img {
    max-width: 213px;
    max-height: 167px;
  }
}

.product-list .even .text-details {
  padding: 72px 0 72px 100px;
}

@media only screen and (max-width: 1300px) {
  .product-list .even .text-details {
    padding: 72px 40px 72px 100px;
  }
}

@media only screen and (max-width: 991px) {
  .product-list .even .text-details {
    padding: 44px 40px 44px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .even .text-details {
    padding: 44px 0px 44px 0px;
  }
}

.product-list .odd .text-details {
  padding: 72px 100px 72px 0px;
}

@media only screen and (max-width: 1300px) {
  .product-list .odd .text-details {
    padding: 72px 100px 72px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .product-list .odd .text-details {
    padding: 44px 40px 44px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .odd .text-details {
    padding: 44px 0px 44px 0px;
  }
}

.color-dots {
  width: 16px;
  height: 16px;
  margin-left: -32px;
  flex: 16px 0 0;
  position: relative;
  border-radius: 100px;
  top: 15px;
}

@media only screen and (max-width: 991px) {
  .color-dots {
    width: 10px;
    height: 10px;
    flex: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .color-dots {
    margin-left: -16px;
    top: 12px;
  }
}

.left-side-bg {
  z-index: -1;
  position: absolute;
  right: 100%;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px){
  .left-side-bg{
    right: 0px;
  }
}

.right-side-bg {
  z-index: -1;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px){
  .right-side-bg{
    left: 0px;
  }
}

.txt-label {
  padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
  .txt-label {
    padding: 4px 8px;
  }
}

.grid.even, .grid.odd{
  position: relative;
}

.get-estimates .col-row .col-right {
  max-width: 800px;
}

.get-estimates .white-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.get-estimates .white-block .embed-responsive {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #f1f1f1;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .get-estimates .white-block .embed-responsive {
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .get-estimates .white-block .embed-responsive {
    width: 260px;
    height: 260px;
    margin: 0 auto 40px;
    padding: 40px;
  }
}

.get-estimates .white-block .post-inner {
  flex: 1 0 0;
  padding-left: 40px !important;
}

@media (max-width: 991px) {
  .get-estimates .white-block .post-inner {
    flex: 100% 0 0;
    padding-left: 0 !important;
  }
}

.get-estimates .white-block .post-inner .post-content #containerFormType {
  margin-bottom: 30px;
  float: none;
}

.get-estimates .white-block .post-inner .post-content #containerFormType p {
  font-family: purista-web,sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

.get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
  height: 54px;
  padding: 10px 35px 10px 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px){
  .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType{
    font-size: 16px;
    line-height: 17px;
    line-height: 17px;
  }
}

.industries-list.border-details .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
    margin-bottom: -1px;
  }

  .product-info .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType {
  margin-right: -1px;
  margin-bottom: -1px;
}

.get-estimates .white-block .post-inner .post-content #containerFormType #dpdFormType{
  background-image: url(../images/select-arrow-b-black.svg) !important;
  background-position: right 20px center !important;
  background-size: 14px !important;
}

.get-estimates .white-block .post-inner .post-content #containerBackButton {
  float: none;
  margin-left: 0;
  margin-top: 0;
}

.get-estimates .white-block .post-inner .post-content #containerBackButton button:hover {
  background-color: #ff2831;
}

.get-estimates .white-block .post-inner .post-content #instructions {
  margin: 0;
}

.get-estimates .white-block .post-inner .post-content #instructions p {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 20px;
}

.get-estimates .white-block .post-inner .post-content #instructions ul {
  margin: 10px 0 30px;
}

.get-estimates .white-block .post-inner .post-content #instructions ul li:after {
  top: 6px;
}

.get-estimates .white-block .post-inner #downloadablePDF p {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  font-size: 18px;
  line-height: 19px;
  margin: 0 0 20px;
  padding-bottom: 20px;
}

.get-estimates .white-block .post-inner #downloadablePDF p .spanLink {
  font-family: purista-web,sans-serif;
  text-transform: uppercase;
  flex: auto 0 0;
  margin-left: 10px;
}

.get-estimates .white-block .post-inner #printPage {
  position: relative;
  float: none;
  left: 0;
  bottom: 0;
}

.get-estimates .white-block .post-inner #printPage button:hover {
  background-color: #ff2831;
  color: #fff;
}

.get-estimates .white-block .post-inner .gform_wrapper {
  margin-top: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.get-estimates .white-block .post-inner .gform_wrapper .validation_message,
      .get-estimates .white-block .post-inner .gform_wrapper .gfield_validation_messag {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 400;
}

.get-estimates .white-block .post-inner .gform_wrapper .gform_validation_errors {
  background: #c02b0a;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 10px 10px 44px;
  color: #fff;
  margin-bottom: 0;
}

.get-estimates .white-block .post-inner .gform_wrapper .gform_validation_errors > h2 {
  color: #fff;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.get-estimates .white-block .post-inner .gform_wrapper .gform_validation_errors.gravity-theme .gfield_descriptio {
  font-size: 14px;
  padding-top: 0;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2%;
  -ms-grid-columns: 1fr 2% [12];
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield {
  margin-bottom: 5px;
  grid-column: span 6;
  -ms-grid-column-span: 6;
  width: 100% !important;
  float: none !important;
  margin-top: 0 !important;
  padding: 0;
  max-width: 100%;
  background: transparent;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield_error {
  border: none;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_radio .gchoice {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_radio input {
  width: auto;
  height: auto;
  padding: 0;
  line-height: normal;
  margin-top: 0 !important;
  margin-right: 0;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_radio .small {
  margin-left: 10px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_radio label {
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: 10px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_checkbox input {
  width: auto;
  height: auto;
  padding: 0;
  line-height: normal;
  margin-top: 2px !important;
  margin-right: 10px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_checkbox label {
  margin-bottom: 0;
  margin-top: 0px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield:after {
  display: none;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield_error input, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield_error select, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield_error textarea{
  --tw-border-opacity: 1;
  border-color: rgba(237, 28, 36, var(--tw-border-opacity));
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield {
    margin-bottom: 12px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield label {
  display: block;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield label{
    font-size: 14px;
    line-height: 15px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield label{
  margin-bottom: 12px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield label {
    margin-bottom: 10px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea{
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 767px){
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .industries-list.border-details .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .industries-list.border-details .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .resources-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .resources-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }

  .product-info .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .product-info .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .product-info .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input, .find-a-rep-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select, .find-a-rep-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input,
          .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select,
          .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea{
  height: 54px;
  padding: 14px 20px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
    height: 47px;
    padding: 10px 16px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:focus, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:focus, .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:focus::-webkit-input-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:focus::-webkit-input-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:focus::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:focus::-moz-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:focus::-moz-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:focus:-ms-input-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:focus:-ms-input-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:focus:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:focus:-moz-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:focus:-moz-placeholder,
              .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input::-webkit-input-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input::-moz-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select::-moz-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:-ms-input-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:-ms-input-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield input:-moz-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select:-moz-placeholder,
            .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
  height: 130px;
  resize: none;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield textarea {
    height: 118px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_select::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 12px;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield--width-full {
  grid-column: span 12;
  -ms-grid-column-span: 12;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield--width-half {
  grid-column: span 6;
  -ms-grid-column-span: 6;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_fields .gfield.gfield--width-half {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer {
  margin-top: 18px;
  padding: 0;
}

@media (max-width: 767px) {
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer {
    margin-top: 12px;
  }
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
  float: none !important;
  height: auto !important;
  cursor: pointer !important;
  border-radius: 200px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity)) !important;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity)) !important;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2{
  text-align: center !important;
  font-family: purista-web,sans-serif !important;
  font-size: 18px !important;
  line-height: 19px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (max-width: 767px){
  .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2{
    font-size: 16px !important;
    line-height: 17px !important;
  }
}

.industries-list.border-details .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
  margin-right: -1px !important;
  margin-bottom: -1px !important;
}

.related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
  margin-right: -1px !important;
}

@media only screen and (max-width: 767px){
  .related-case-studies .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
    margin-bottom: -1px !important;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
    margin-bottom: -1px !important;
  }

  .product-info .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
    margin-bottom: -1px !important;
  }
}

.find-a-rep-list .get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2 {
  margin-right: -1px !important;
  margin-bottom: -1px !important;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer #gform_submit_button_2{
  padding: 12px 20px 12px 20px !important;
}

.get-estimates .white-block .post-inner .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: inline-block;
}

.get-estimates.bg-form-estimations .white-block .post-inner {
  padding-left: 0 !important;
}

.get-estimates.bg-form-estimations .white-block .post-inner .gform_wrapper {
  margin-bottom: 0;
}

.get-estimates.bg-form-estimations .white-block .post-inner .gform_wrapper form .gform_fields .gfield .ginput_container_checkbox label {
  text-transform: inherit;
}

.hanger-forms-template .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px 20px;
}

.hanger-forms-template .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.bg-form-estimations .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 14px 20px;
}

@media (max-width: 767px) {
  .bg-form-estimations .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px 16px;
  }
}

@media (min-width: 992px) {
  .video-grid .video-grid-col {
    margin-top: 72px;
  }
}

@media (max-width: 991px) {
  .video-grid .video-grid-col {
    margin-top: 36px;
  }
}

@media (min-width: 992px) {
  .video-grid .video-grid-col:nth-child(1), .video-grid .video-grid-col:nth-child(2), .video-grid .video-grid-col:nth-child(3) {
    margin-top: 0;
  }
}

.video-grid .video-list .play-icon {
  transform: translate(0, 0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.video-grid .video-list .play-icon img {
  height: auto;
}

.video-grid .video-list .play-icon:hover {
  transform: translate(0, 0) scale(1.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.video-grid .video-list .video-loop img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0 auto;
}

.video-grid .video-list .video-loop:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.faq-categories .faq-grid-col {
  margin-left: -1px;
  margin-bottom: -1px;
  display: block;
}

@media (max-width: 767px) {
  .faq-categories .faq-grid-col {
    margin-left: 0;
  }
}

.faq-categories .faq-grid-col a {
  color: #000;
}

.faq-categories .faq-grid-col .faq-grid-info {
  border: 1px solid #828282;
  background: #FFF;
  padding: 30px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.faq-categories .faq-grid-col .faq-grid-info:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faq-categories .faq-grid-col .faq-grid-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
  }
}

.faq-categories .faq-grid-col .faq-grid-info .cat-icon {
  margin: 0 0 24px 0;
  display: block;
}

@media (max-width: 767px) {
  .faq-categories .faq-grid-col .faq-grid-info .cat-icon {
    width: 40px;
    margin: 0 20px 0 0;
  }
}

.faq-categories .faq-grid-col .faq-grid-info .cat-icon img {
  max-width: 48px;
}

@media (max-width: 767px) {
  .faq-categories .faq-grid-col .faq-grid-info .cat-icon img {
    max-width: 40px;
  }
}

.faq-categories .faq-grid-col .faq-grid-info .faq-grid-title {
  margin: 0 0 12px 0;
  display: block;
}

@media (max-width: 767px) {
  .faq-categories .faq-grid-col .faq-grid-info .faq-grid-title {
    flex: 1 0 0%;
    margin: 0;
  }
}

.faq-categories .faq-grid-col .faq-grid-info .faq-grid-desc {
  flex: 100% 0 0;
  margin: 10px 0 0 0;
}

.faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info {
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info {
    padding-bottom: 24px;
  }
}

.faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info .faq-grid-desc p a {
  color: #ff2831;
}

.faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info .link-btn {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 767px) {
  .faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info .link-btn {
    position: relative;
    bottom: 0;
    padding-top: 20px;
  }
}

.faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info .cat-icon img {
  max-width: 65px;
}

@media (max-width: 767px) {
  .faq-categories.icon-cards-style2 .faq-grid-col .faq-grid-info .cat-icon img {
    max-width: 40px;
  }
}

.champion-duct-engineering p a {
  color: #ff2831;
}

.category-filter .category-filter-title {
  margin: 0 0 16px 0;
}

@media (max-width: 767px) {
  .category-filter .category-filter-title {
    margin: 0 0 14px 0;
  }
}

.category-filter .filter-list ul {
  margin: 0 0 -8px 0;
}

.category-filter .filter-list ul li {
  margin: 0 6px 8px 0;
}

.category-filter .filter-list ul li a {
  background: #EBEBEB;
  color: #000000;
  border-radius: 100px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .category-filter .filter-list ul li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 15px;
  }
}

.category-filter .filter-list ul li a:hover, .category-filter .filter-list ul li a.current {
  background: #000;
  color: #FFF;
}

.category-filter ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

@media (max-width: 1024px) {
  .category-filter ul.tabs {
    margin: 0 0 -8px 0;
    flex-wrap: inherit !important;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.category-filter ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
}

.category-filter ul.tabs li:after {
  display: none;
}

.category-filter .tab-content {
  display: none;
  padding: 72px 0 0 0;
}

@media (max-width: 767px) {
  .category-filter .tab-content {
    padding: 44px 0 0 0;
  }
}

.category-filter .tab-content.current {
  display: inherit;
}

.category-filter .tab-content .envira-lazy {
  height: 203px !important;
  padding: 0 !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .category-filter .tab-content .envira-lazy {
    height: 176px !important;
  }
}

.category-filter .tab-content .envira-lazy img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-filter .wp-block-columns {
  margin: 0 0 72px;
}

@media (max-width: 767px) {
  .category-filter .wp-block-columns {
    margin: 0 0 44px;
  }
}

.category-filter .wp-block-columns:last-child {
  margin-bottom: 0;
}

.category-filter .wp-block-columns .wp-block-column:last-child .envira-gallery-wrap .envira-album-title {
  margin-bottom: 0;
}

.category-filter .envira-gallery-wrap .envira-album-title {
  margin-bottom: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .category-filter .envira-gallery-wrap .envira-album-title {
    margin-top: 14px;
    margin-bottom: 24px;
  }
}

.category-filter .animation-img {
  overflow: hidden;
}

.category-filter .animation-img .video-list-main .app-title {
  margin-top: 30px;
}

.category-filter .animation-img:hover .video-click-play {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .video-play-row .wp-block-column {
    margin-bottom: 0;
    margin-top: 36px;
  }

  .video-play-row .wp-block-column:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }

  .video-play-row .wp-block-column:empty {
    display: none;
  }
}

.video-click-play {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 203px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .video-click-play {
    height: 176px;
  }
}

.video-click-play img {
  max-width: 64px;
}

.two-selection .products-filterscat {
  flex: 280px 0 0;
}

@media (max-width: 767px) {
  .two-selection .products-filterscat {
    flex: 100% 0 0;
    margin-bottom: 24px;
  }

  .two-selection .products-filterscat:last-child {
    margin-bottom: 0;
  }
}

.two-selection.lg-selection .products-filterscat {
  flex: 380px 0 0;
}

@media (max-width: 991px) {
  .two-selection.lg-selection .products-filterscat {
    flex: 280px 0 0;
  }
}

@media (max-width: 767px) {
  .two-selection.lg-selection .products-filterscat {
    flex: 100% 0 0;
  }
}

.action-filter .card-border-row {
  margin-left: -1px;
  margin-bottom: -1px;
}

.text-line-left {
  padding-left: 30px;
  border-left: 3px solid #ED1C24;
}

@media (max-width: 767px) {
  .text-line-left {
    padding-left: 14px;
    border-left-width: 2px;
  }
}

.text-quote:before, .text-quote::after, .text-quote-black:before, .text-quote-black::after {
  content: '';
  top: 5px;
  left: 6px;
  margin-left: -17px;
  position: relative;
  background-image: url(../images/text-quote.svg);
  width: 9px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  vertical-align: top;
}

@media (max-width: 767px) {
  .text-quote:before, .text-quote::after, .text-quote-black:before, .text-quote-black::after {
    margin-left: -15px;
    top: 2px;
    left: 5px;
  }
}

.text-quote::after, .text-quote-black::after {
  content: '';
  position: relative;
  left: -5px;
  margin-left: 0;
  transform: rotate(180deg);
}

.text-quote-black:before, .text-quote-black::after {
  background-image: url(../images/text-quote-black.svg);
}

.details-content-single .col-left .first-single-para p {
  font-size: 24px;
  line-height: 25px;
  line-height: 35px;
}

@media (max-width: 767px){
  .details-content-single .col-left .first-single-para p{
    font-size: 20px;
    line-height: 21px;
    line-height: 29px;
  }
}

.details-content-single .col-left p {
  font-size: 20px;
  line-height: 21px;
  line-height: 29px;
}

.details-content-single .col-left h2, .details-content-single .col-left h3, .details-content-single .col-left h4, .details-content-single .col-left h5{
  font-size: 44px;
  line-height: 46px;
}

@media (max-width: 991px){
  .details-content-single .col-left h2, .details-content-single .col-left h3, .details-content-single .col-left h4, .details-content-single .col-left h5{
    font-size: 40px;
    line-height: 38px;
    line-height: 42px;
  }
}

@media (max-width: 767px){
  .details-content-single .col-left h2, .details-content-single .col-left h3, .details-content-single .col-left h4, .details-content-single .col-left h5{
    font-size: 32px;
    line-height: 34px;
    line-height: 34px;
  }
}

.details-content-single .col-left h2,
.details-content-single .col-left h3,
.details-content-single .col-left h4,
.details-content-single .col-left h5{
  margin: 48px 0 30px;
}

@media (max-width: 767px) {
  .details-content-single .col-left h2,
    .details-content-single .col-left h3,
    .details-content-single .col-left h4,
    .details-content-single .col-left h5 {
    margin: 36px 0 24px;
  }

  .details-content-single .col-left h2:first-child,
      .details-content-single .col-left h3:first-child,
      .details-content-single .col-left h4:first-child,
      .details-content-single .col-left h5:first-child {
    margin-top: 0;
  }
}

.details-content-single .col-left .single-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 290px;
}

.details-content-single .col-left .gallery-sec {
  padding: 52px 0 24px;
}

@media (max-width: 767px) {
  .details-content-single .col-left .gallery-sec {
    padding: 24px 0 16px;
  }
}

.details-content-single .col-left .gallery-sec .container-800 {
  padding: 0;
}

.details-content-single .col-left .gallery-sec .container-800 .grid.grid-flow-col {
  margin: 0 !important;
}

.details-content-single .col-left ul {
  margin: 0 0 35px;
}

.details-content-single .col-left ul:last-child {
  margin-bottom: 0;
}

.details-content-single .sidebar .bar-info {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .details-content-single .sidebar .bar-info {
    margin: 0 0 24px;
  }
}

.details-content-single .sidebar .bar-info:last-child {
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .details-content-single .sidebar .bar-info:last-child {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .details-content-single .sidebar .bar-info:last-child {
    margin-bottom: 36px;
  }
}

.details-content-single .wp-block-quote {
  padding-left: 30px;
  border-left: 3px solid #ED1C24;
  font-size: 26px;
  line-height: 33px;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .details-content-single .wp-block-quote {
    font-size: 18px;
    line-height: 22px;
    padding-left: 14px;
  }
}

.details-content-single .wp-block-quote p {
  position: relative;
  font-family: purista-web,sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
}

@media (max-width: 767px){
  .details-content-single .wp-block-quote p{
    font-size: 18px;
    line-height: 19px;
    line-height: 21px;
  }
}

.details-content-single .wp-block-quote p:before, .details-content-single .wp-block-quote p::after {
  content: '';
  top: 5px;
  left: 0px;
  margin-left: -9px;
  position: relative;
  background-image: url(../images/text-quote-black.svg);
  width: 9px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  vertical-align: top;
}

@media (max-width: 767px) {
  .details-content-single .wp-block-quote p:before, .details-content-single .wp-block-quote p::after {
    top: 2px;
    left: 0;
    background-size: 6px;
  }
}

.details-content-single .wp-block-quote p::after {
  content: '';
  position: relative;
  left: 0px;
  margin-left: 0;
  transform: rotate(180deg);
}

.tab-cardbar {
  padding: 30px 24px;
  border-radius: 8px 8px 48px 8px;
}

.tab-cardbar .tab-content {
  display: none;
}

.tab-cardbar .tab-content.active {
  display: block;
}

.not-found-post {
  background-color: #ebebeb;
  grid-column: span 12 / span 12;
  text-align: center;
  padding: 15px 10px;
}

/* Hide header */

.hanger-forms-template .navigation-bar {
  display: none !important;
}

body.custom-background {
  background: none !important;
}

/*************** Forms ********************/

.hanger-forms-template #dynamicForm .gfield_label,
.hanger-forms-template #dynamicForm .gform_fields label {
  display: block !important;
}

.hanger-forms-template #field_2_22 {
  width: 150px;
  float: left;
}

.hanger-forms-template li.gf_readonly input {
  clear: both;
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.625em 0 0.5em;
  border: 0;
}

.hanger-forms-template .gf_image_form {
  height: 100%;
  width: auto;
}

.hanger-forms-template #bridgeContainer,
.hanger-forms-template #anchorContainer {
  float: left;
  height: auto;
  text-align: center;
  width: 100%;
}

.hanger-forms-template #bridgeContainer img,
.hanger-forms-template #anchorContainer img {
  margin: 0 auto;
  width: 50%;
  height: auto;
}

.hanger-forms-template .spanLink {
  color: #EF1722;
  cursor: pointer;
}

.hanger-forms-template .spanLink:hover {
  color: #000;
}

.hanger-forms-template area {
  cursor: pointer;
}

/** GDL 6-3-16 **/

.hanger-forms-template #containerText p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.hanger-forms-template #containerText {
  float: left;
  padding-right: 10px;
}

.hanger-forms-template #containerFormType {
  float: left;
}

.hanger-forms-template #containerFormType .select2-container {
  width: 300px;
}

.hanger-forms-template #downloadablePDF {
  margin-right: 10px !important;
  display: none;
}

.hanger-forms-template li.gf_readonly input {
  clear: both;
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.625em 0 0.5em;
  border: 0;
}

.hanger-forms-template .gf_image_form {
  height: 100%;
  width: auto;
}

.hanger-forms-template #bridgeContainer,
.hanger-forms-template #anchorContainer {
  float: left;
  height: auto;
  text-align: center;
  width: 100%;
}

.hanger-forms-template #bridgeContainer img,
.hanger-forms-template #anchorContainer img {
  margin: 0 auto;
  width: 50%;
  height: auto;
}

.hanger-forms-template area {
  cursor: pointer;
}

.hanger-forms-template #containerFormType {
  transition: all 1s ease-in-out;
}

/*
.hanger-forms-template #containerFormType {
	float: left !important;
	background: #e1261c;
}
*/

.hanger-forms-template #containerBackButton {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

/*
.hanger-forms-template #dpdFormType {
	height: 32px;
	width: auto;
	display: block;
}
*/

.hanger-forms-template #gform_submit_button_3,
.hanger-forms-template input[type=button],
.hanger-forms-template button,
.hanger-forms-template #form_PDF {
  border: 0px;
  background: #e1261c;
  color: #ffffff;
  padding: 14px 28px 14px 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  border-radius: 100px !important;
  display: block;
  /*text-transform: uppercase;*/
  font-family: purista-web,sans-serif !important;
}

.hanger-forms-template #gform_submit_button_2:hover,
.hanger-forms-template input[type=button]:hover,
.hanger-forms-template button:hover,
.hanger-forms-template #form_PDF:hover {
  background: #e1b724;
  color: #000000;
}

/*.hanger-forms-template #dpdFormType,*/

.hanger-forms-template #btnBackForm {
  color: #FFFFFF !important;
  border: 0px;
  font-weight: 600;
  font-family: purista-web,sans-serif;
  font-size: 14px;
  line-height: 10px;
  border-radius: 100px !important;
  padding: 14px 28px 14px 28px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hanger-forms-template select:focus {
  outline: none;
}

.hanger-forms-template #dpdFormType option {
  color: #000000;
}

.hanger-forms-template .containerImageMap {
  display: none;
  text-align: center;
  float: left;
  width: 100%;
}

.hanger-forms-template .imageMap {
  margin: 0 auto;
  width: 678px !important;
  height: 589px !important;
}

.hanger-forms-template #instructions {
  display: none;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hanger-forms-template #instructions label {
  margin-bottom: 0px !important;
}

.hanger-forms-template #instructions p, .select2-drop ul li, .hanger-forms-template ul li,
.hanger-forms-template #downloadablePDF p {
  line-height: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000000;
}

.hanger-forms-template #downloadablePDF {
  width: 100%;
  float: left;
}

.hanger-forms-template #downloadablePDF p {
  line-height: 33px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000;
}

.hanger-forms-template #dynamicForm {
  display: block;
  float: left;
  margin-top: 15px;
  padding: 0 0 0 23px;
  width: 100%;
}

.hanger-forms-template #field_2_21, #field_2_20 {
  display: none;
}

.hanger-forms-template #btnBackForm {
  display: none;
}

.hanger-forms-template #lblClickMessage {
  color: #e1261c;
  font-weight: bold;
  width: 100%;
  float: left;
}

.hanger-forms-template .formType,
.hanger-forms-template .formType2,
.hanger-forms-template .formType3 {
  font-weight: normal;
}

.top-avatar-fix {
  margin-top: 0 !important;
}

.top-avatar-fix > .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.hanger-forms-template .post-inner,
.hanger-forms-template .post-content {
  padding: 0 !important;
}

.hanger-forms-template
.hanger-forms-template .white-background,
.hanger-forms-template #dynamicForm {
  background: #FFFFFF;
  background-color: transparent;
}

.hanger-forms-template .white-block {
  background-color: transparent;
}

.hanger-forms-template label.gfield_label, h2.gsection_title, form li, form li label, input {
  color: #000000;
}

/*
html {
	margin-top: 0 !important;
}
body{
	overflow-x: hidden !important;
}
*/

.hanger-forms-template #containerFormPDF {
  display: none;
  float: left;
  position: absolute;
  bottom: 43px;
  left: 254px;
  height: 32px;
}

.hanger-forms-template #printPage {
  display: none;
  position: absolute;
  float: right;
  left: 39%;
  bottom: 0.75%;
}

/* Instructions */

.hanger-forms-template #containerInstructions,
.hanger-forms-template #containerInstructions #title,
.hanger-forms-template #containerInstructions #step {
  float: left;
  width: 100%;
  height: auto;
  color: #000;
  padding: 5px;
}

.hanger-forms-template #containerInstructions #title {
  border-bottom: 1px solid #CCC;
  font-size: 15px;
}

.hanger-forms-template li:before {
  content: "" !important;
}

.hanger-forms-template li input[type="radio"] {
  margin-top: -3px !important;
}

#contact-form-required-notice {
  float: left;
}

#gform_submit_button_2 {
  float: right;
  height: 38px !important;
  border-radius: 5px !important;
}

#gform_2 .gfield_radio li {
  width: 100%;
}

#gform_2 .gfield_radio li input,
#gform_2 .gfield_radio li label,
#gform_2 .gfield_radio li:before {
  float: left;
  padding-right: 0px !important;
}

@media print {
  /*.hanger-forms-template #containerFormType,
	.hanger-forms-template #containerBackButton,
	.hanger-forms-template #field_2_23,
	.hanger-forms-template #gform_submit_button_2,
	.hanger-forms-template #containerFormPDF,
	.hanger-forms-template #printPage,
	.hanger-forms-template #printPage input,
	.hanger-forms-template #form_PDF,
	.hanger-forms-template .to_top,
	.hanger-forms-template .gform_footer,
	{
		display: none !important;
	}*/

  body * {
    visibility: hidden;
  }

  .printable * {
    visibility: visible;
  }

  .printable {
    position: absolute;
    top: -600px;
    left: 0px;
  }
}

.products-filterscat {
  position: relative;
}

.products-filterscat .search-form {
  position: relative;
}

.products-filterscat input.search-field {
  height: 54px;
  padding: 10px 50px 10px 20px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 991px){
  .products-filterscat input.search-field{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .products-filterscat input.search-field {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .products-filterscat input.search-field {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .products-filterscat input.search-field {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .products-filterscat input.search-field {
    margin-bottom: -1px;
  }

  .product-info .products-filterscat input.search-field {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .products-filterscat input.search-field {
  margin-right: -1px;
  margin-bottom: -1px;
}

.products-filterscat input[type="submit"] {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../images/search-icon.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 15px;
  height: 15px;
}

.featured-top-post .bg-top-img .card-bg-img {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
  width: 303px;
  height: 303px;
}

@media (max-width: 767px) {
  .featured-top-post .bg-top-img .card-bg-img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 319px) {
  .featured-top-post .bg-top-img .card-bg-img {
    width: 180px;
    height: 180px;
  }
}

.border-box-circle-style5 .card-bg-img {
  width: 200px;
  height: 200px;
}

@media (max-width: 767px) {
  .border-box-circle-style5 .card-bg-img {
    width: 156px;
    height: 156px;
  }
}

.border-box-circle-style5 .border-circle-img {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
}

.pager-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px){
  .pager-list{
    justify-content: space-between;
  }
}

.pager-list .pager-nav-text {
  margin-left: 16px;
}

@media (min-width: 1025px) {
  .pager-list .pagination .col-btn {
    position: absolute;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.pager-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pager-list ul li {
  margin: 0 -1px 0 0;
}

.pager-list ul li.disabled {
  pointer-events: none;
}

.pager-list ul li.disabled a {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.pager-list ul li.disabled a svg path {
  stroke: rgba(0, 0, 0, 0.3);
}

.pager-list ul li.disabled a:hover svg path {
  stroke: rgba(0, 0, 0, 0.3);
}

.pager-list ul li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pager-list ul li:nth-child(3) a {
  border-radius: 0px 30px 30px 0px;
}

.pager-list ul li:before, .pager-list ul li:after {
  display: none;
}

.pager-list ul li a, .pager-list ul li span{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.pager-list ul li a,
      .pager-list ul li span{
  width: 58px;
  height: 43px;
}

.pager-list ul li a:hover svg path {
  stroke: #FF2831;
}

@media (max-width: 767px) {
  .blog-listing .btn-bottom .link-btn {
    padding-top: 25px;
  }
}

.details-content-single .col-left h3:first-child,
.details-content-single .col-left h4:first-child,
.details-content-single .col-left h5:first-child {
  margin-top: -8px;
}

@media (max-width: 991px) {
  .details-content-single .col-left h3:first-child,
    .details-content-single .col-left h4:first-child,
    .details-content-single .col-left h5:first-child {
    margin-top: 0px;
  }
}

.blog-detail-layout .heads-selection {
  background: #000;
  position: relative;
}

.blog-detail-layout .heads-selection.single-banner-chp:before {
  display: none;
}

.blog-detail-layout .heads-selection .post-featured-img {
  position: relative;
}

.blog-detail-layout .heads-selection.no-single-img:before {
  display: none;
}

.blog-detail-layout .post-meta-info .meta-info-cl {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media (max-width: 767px){
  .blog-detail-layout .post-meta-info .meta-info-cl{
    margin-right: 0px;
    width: 100%;
    padding-right: 0px;
  }
}

.blog-detail-layout .post-meta-info .meta-info-cl:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}

@media (max-width: 767px){
  .blog-detail-layout .post-meta-info .meta-info-cl:after{
    display: none;
  }
}

.blog-detail-layout .post-meta-info .meta-info-cl:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-detail-layout .post-meta-info .meta-info-cl:last-child:after {
  display: none;
}

.blog-detail-layout .post-title {
  text-transform: inherit;
  font-weight: 500;
}

@media (max-width: 767px){
  .blog-detail-layout .details-content-single .col-left p{
    font-size: 18px;
    line-height: 19px;
    line-height: 26px;
  }
}

.blog-detail-layout .details-content-single .col-left p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.blog-detail-layout .details-content-single .col-left p a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .blog-detail-layout .details-content-single .col-left .wp-block-image {
    margin: 20px 0 10px;
  }
}

.details-content-single .col-left p a {
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
}

.details-content-single .col-left p a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.details-content-single .col-left img {
  display: block;
  width: initial;
  height: auto;
  max-width: 100%;
}

.details-content-single .col-left img.alignright, .details-content-single .col-left img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

.single-img-gallery .single-blog-gallery {
  height: 170px;
  width: 100%;
  overflow: hidden;
}

.single-img-gallery .single-blog-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.details-content-single .wp-block-embed .fitVids-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.details-content-single .wp-block-embed .fitVids-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  .details-content-single .wp-block-embed .fitVids-wrapper iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .resources-list .border {
    margin-bottom: -1px;
  }
}

.resources-list .border-box-circle-img .link-btn {
  bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img .link-btn {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .resources-list .border-box-circle-img .link-btn {
    bottom: 0px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-img4 .box-sec .circle-img {
  position: relative;
  overflow: hidden;
  margin: 0 auto 24px auto;
}

@media only screen and (max-width: 767px) {
  .resources-list .border-box-circle-img.border-box-circle-img4 .box-sec .circle-img {
    margin: 0 0 10px 0;
  }
}

.resources-list .border-box-circle-img.border-box-circle-img4 .box-sec .circle-img img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 156px;
  width: 156px;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .resources-list .border-box-circle-img.border-box-circle-img4 .box-sec .circle-img img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .resources-list .border-box-circle-img.border-box-circle-img4 .box-sec .circle-img img {
    width: 96px;
    height: 96px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-img4:hover .box-sec .circle-img img {
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-img4 .top-img {
    height: 96px;
    width: 96px;
    flex: 96px 0 0;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-img4 .top-img .bg-details {
    width: 96px;
    height: 96px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style4 .top-img {
  height: 156px;
  width: 156px;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-style4 .top-img {
    width: 96px;
    height: 96px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style4 .top-img .link-btn {
  bottom: 36px;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-style4 .top-img .link-btn {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .resources-list .border-box-circle-img.border-box-circle-style4 .top-img .link-btn {
    bottom: 0px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style4 .top-img img {
  max-width: 100px;
}

.resources-list .border-box-circle-img.border-box-circle-style4 .top-img img:after {
  width: 5px;
}

@media (max-width: 767px) {
  .resources-list .border-box-circle-img.border-box-circle-style4 .top-img img {
    box-shadow: 4px 5px 0px #000;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style4:hover .top-img img {
  box-shadow: 5px 5px 0px #000;
}

.resources-list .border-box-circle-img.border-box-circle-style5 .top-img {
  height: 156px;
  width: 156px;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-style5 .top-img {
    width: 128px;
    height: 128px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style5 .top-img img:after {
  width: 5px;
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-style5 .top-img img {
    max-width: 80px;
    max-height: 104px;
  }
}

@media (max-width: 767px) {
  .resources-list .border-box-circle-img.border-box-circle-style5 .top-img img {
    box-shadow: 4px 5px 0px #000;
  }
}

@media only screen and (max-width: 991px) {
  .resources-list .border-box-circle-img.border-box-circle-style5 .top-img .bg-details {
    width: 128px;
    height: 128px;
  }
}

.resources-list .border-box-circle-img.border-box-circle-style5:hover .top-img img {
  box-shadow: 5px 5px 0px #000;
}

@media only screen and (max-width: 767px) {
  .resources-list .border-box-circle-img .box-sec .circle-img img {
    width: 128px;
    height: 128px;
  }
}

.margin-info {
  margin-right: -5px;
}

.top-banner-sec.resources-banner .color-circles {
  right: -35px;
  top: -10px;
}

@media only screen and (max-width: 1300px) {
  .top-banner-sec.resources-banner .color-circles {
    right: 0;
    top: 0;
    background-position: center;
  }
}

@media only screen and (max-width: 991px) {
  .top-banner-sec.resources-banner .color-circles {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-banner-sec.resources-banner .color-circles {
    top: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-banner-sec.resources-banner .rounded-img {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .top-banner-sec.resources-banner .rounded-img {
    width: 223px;
    height: 223px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-banner-sec.resources-banner .col-right {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-banner-sec.resources-banner .col-right {
    padding: 52px 0;
  }
}

@media only screen and (max-width: 991px) {
  .product-info .border {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 320px) {
  .product-info .grid .grid-card h6 {
    word-break: break-all;
  }
}

.video-grid .video-grid-slider1 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 1023px) {
  .video-grid .video-grid-slider1 {
    margin-left: 0;
    margin-right: -40px;
  }
}

.video-grid .video-grid-slider1 .slick-list {
  margin: 0 10px;
}

@media only screen and (max-width: 1023px) {
  .video-grid .video-grid-slider1 .slick-list {
    margin: 0;
  }
}

.video-grid .video-grid-slider1 .video-grid-col {
  padding: 0 10px;
}

@media only screen and (max-width: 1023px) {
  .video-grid .video-grid-slider1 .video-grid-col {
    width: 320px !important;
  }
}

@media only screen and (max-width: 767px) {
  .video-grid .video-grid-slider1 .video-grid-col {
    width: 270px !important;
    margin: 0;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .video-grid .video-grid-slider1 .video-list {
    margin: 0;
    padding: 0;
  }
}

.category-filter .tab-content .wp-block-columns {
  gap: 1rem;
}

.find-a-rep .rounded-texts .rounded-lines.img-red {
  background-image: url(https://champdv.wpengine.com/wp-content/uploads/2022/04/rounded-style2.svg);
}

.find-a-rep-list .border {
  margin-right: -1px;
  margin-bottom: -1px;
}

.find-a-rep-list .border-box-circle-img {
  padding-bottom: 145px;
}

@media only screen and (max-width: 767px) {
  .find-a-rep-list .border-box-circle-img {
    padding-bottom: 36px;
  }
}

.form-group {
  position: relative;
}

.lblXW {
  display: none;
}

#conduitSizeContainer {
  display: none;
}

#resources-template input[type="text"],
#resources-template input[type="number"],
#resources-template select {
  display: block;
}

.customCheckbox {
  display: block;
  position: relative;
}

#RTC\[\]-error {
  position: absolute;
  left: 0;
  top: -31px;
}

.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}

#resources-template #resultsContainer {
  display: none;
}

#rtcerror, #conduittypeerror {
  width: 100%;
}

.calculator-counts .alert-success {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 179, 66, var(--tw-bg-opacity));
  text-align: center;
  font-family: purista-web,sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 10px;
  margin-top: 10px;
}

.calculator-counts .alert-success .close {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 20px;
  height: 20px;
}

.calculator-counts .alert-success.alert-danger {
  display: inline-block;
  width: auto;
  background-color: transparent;
  font-size: 16px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
  padding: 0;
}

.calculator-counts .alert-success.alert-danger .close {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.calculator-counts .calculator-info-type .col-left {
  height: 100%;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

@media (max-width: 991px){
  .calculator-counts .calculator-info-type .col-left{
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
}

.calculator-counts .calculator-info-type .col-left{
  padding: 48px;
}

@media (max-width: 1240px) {
  .calculator-counts .calculator-info-type .col-left {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .calculator-counts .calculator-info-type .col-left {
    padding: 30px 24px;
  }
}

.calculator-counts .calculator-info-type .col-left .info-icons-view a {
  margin: 0 0 24px;
  display: inline-block;
}

.calculator-counts .calculator-info-type .col-left .info-icons-view a:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .calculator-counts .calculator-info-type .col-left .info-icons-view a {
    margin: 0 0 20px;
  }
}

.calculator-counts .calculator-info-type .col-left .info-icons-view .icon-contents img {
  flex: 30px 0 0;
}

.calculator-counts .calculator-info-type .col-left .info-icons-view .icon-contents .icon-desc {
  flex: 1 0 0;
  padding-left: 16px;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px){
  .calculator-counts .calculator-info-type .col-left .info-icons-view .icon-contents .icon-desc{
    font-size: 14px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .calculator-counts .calculator-info-type .col-left .info-icons-view .icon-contents .icon-desc {
    padding-left: 14px;
  }
}

.calculator-counts .calculator-info-type .col-left .left-desc p {
  margin-bottom: 16px;
}

@media (max-width: 767px){
  .calculator-counts .calculator-info-type .col-left .left-desc p{
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px){
  .gallery-sec .calculator-counts .calculator-info-type .col-left .left-desc p {
    margin-bottom: 8px;
  }
}

.calculator-counts .calculator-info-type .col-left .left-desc p a {
  text-decoration: underline;
}

.calculator-counts .calculator-info-type .col-right {
  padding: 48px;
}

@media (max-width: 1240px) {
  .calculator-counts .calculator-info-type .col-right {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .calculator-counts .calculator-info-type .col-right {
    padding: 30px 24px;
  }
}

@media (max-width: 1240px) {
  .calculator-counts .simple-table ul {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .calculator-counts .simple-table ul {
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .calculator-counts .simple-table ul {
    margin-right: -20px;
  }
}

.calculator-counts .simple-table ul li .table-th, .calculator-counts .simple-table ul li .table-td {
  flex: 1 0 0;
  text-align: left;
}

.calculator-counts .simple-table ul li .table-th.red, .calculator-counts .simple-table ul li .table-td.red {
  color: #ed1c24;
}

.calculator-counts .simple-table ul li .table-th.green, .calculator-counts .simple-table ul li .table-td.green {
  color: #089a08;
}

.calculator-counts .simple-table ul li .table-th.blue, .calculator-counts .simple-table ul li .table-td.blue {
  background-color: #eaf3fa;
}

.calculator-counts .simple-table ul li .table-th:first-child, .calculator-counts .simple-table ul li .table-td:first-child {
  flex: 214px 0 0;
  width: 214px;
}

@media (min-width: 500px) and (max-width: 767px) {
  .calculator-counts .simple-table ul li .table-th:first-child, .calculator-counts .simple-table ul li .table-td:first-child {
    flex: 1 0 0;
  }
}

.calculator-counts .simple-table ul li .table-th.mid-sm, .calculator-counts .simple-table ul li .table-td.mid-sm {
  flex: 117px 0 0;
  width: 117px;
}

@media (max-width: 767px) {
  .calculator-counts .simple-table ul li .table-th, .calculator-counts .simple-table ul li .table-td {
    flex: 213px 0 0;
  }
}

@media (max-width: 767px) {
  .calculator-counts .simple-table ul li .table-th {
    white-space: nowrap;
  }
}

.calculator-counts .simple-table ul li:last-child .table-td:nth-child(2) {
  font-weight: 600;
}

.calculator-counts .calculator-numbers .calculator-numbers-count {
  margin-right: 72px;
}

.calculator-counts .calculator-numbers .calculator-numbers-count:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .calculator-counts .calculator-numbers .calculator-numbers-count {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .calculator-counts .calculator-numbers .calculator-numbers-count:last-child {
    margin-bottom: 0;
  }
}

.calculator-counts .calculator-numbers .calculator-numbers-count .numbers-cost {
  font-family: purista-web,sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 600;
}

@media (max-width: 767px){
  .calculator-counts .calculator-numbers .calculator-numbers-count .numbers-cost{
    font-size: 42px;
    line-height: 44px;
  }
}

.calculator-counts .calculator-numbers .calculator-numbers-count .numbers-cost{
  color: #ed1c24;
}

.calculator-counts .calculator-numbers .calculator-numbers-count .numbers-cost.rounded-green {
  color: #52b242;
}

.calculator-counts .email-pdf-format {
  max-width: 380px;
}

.calculator-counts .email-pdf-format input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 767px){
  .calculator-counts .email-pdf-format input{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .calculator-counts .email-pdf-format input {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .calculator-counts .email-pdf-format input {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .calculator-counts .email-pdf-format input {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .calculator-counts .email-pdf-format input {
    margin-bottom: -1px;
  }

  .product-info .calculator-counts .email-pdf-format input {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .calculator-counts .email-pdf-format input {
  margin-right: -1px;
  margin-bottom: -1px;
}

.calculator-counts .email-pdf-format input{
  height: 54px;
  padding: 14px 50px 14px 20px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .calculator-counts .email-pdf-format input {
    height: 47px;
    padding: 10px 16px;
  }
}

.calculator-counts .email-pdf-format input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.calculator-counts .email-pdf-format input:focus::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-counts .email-pdf-format input:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-counts .email-pdf-format input:focus:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-counts .email-pdf-format input:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-counts .email-pdf-format input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-counts .email-pdf-format input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-counts .email-pdf-format input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-counts .email-pdf-format input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-counts .email-pdf-format .arrow-single {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .calculator-counts .calculator-results .col-row {
    margin-bottom: 30px;
  }

  .calculator-counts .calculator-results .col-row:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .calculator-counts.long-wrap-text .simple-table ul li .table-th:first-child, .calculator-counts.long-wrap-text .simple-table ul li .table-td:first-child {
    flex: 280px 0 0;
    width: 280px;
  }
}

.calculator-form .form-group {
  padding: 0;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .calculator-form .form-group {
    margin-top: 36px;
  }
}

.calculator-form .form-group label {
  display: block;
  font-family: purista-web,sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px){
  .calculator-form .form-group label{
    font-size: 14px;
    line-height: 15px;
  }
}

.calculator-form .form-group label{
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .calculator-form .form-group label {
    margin-bottom: 10px;
  }
}

.calculator-form .form-group label.error {
  position: absolute;
  top: 100%;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(237, 28, 36, var(--tw-text-opacity));
  margin-top: 5px;
}

.calculator-form .form-group .form-check label.error {
  margin-top: 0;
}

@media (max-width: 767px) {
  .calculator-form .form-group .form-check label.error {
    position: inherit;
    top: inherit;
    margin: 0;
  }
}

.calculator-form .form-group:first-child {
  margin-top: 0;
}

.calculator-form .form-group input, .calculator-form .form-group select, .calculator-form .form-group textarea{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: 26px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 0;
  outline-offset: 0;
}

@media (max-width: 767px){
  .calculator-form .form-group input, .calculator-form .form-group select, .calculator-form .form-group textarea{
    font-size: 16px;
    line-height: 17px;
    line-height: 23px;
  }
}

.industries-list.border-details .calculator-form .form-group input, .industries-list.border-details .calculator-form .form-group select, .industries-list.border-details .calculator-form .form-group textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .calculator-form .form-group input, .related-case-studies .calculator-form .form-group select, .related-case-studies .calculator-form .form-group textarea {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .calculator-form .form-group input, .related-case-studies .calculator-form .form-group select, .related-case-studies .calculator-form .form-group textarea {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .calculator-form .form-group input, .resources-list .calculator-form .form-group select, .resources-list .calculator-form .form-group textarea {
    margin-bottom: -1px;
  }

  .product-info .calculator-form .form-group input, .product-info .calculator-form .form-group select, .product-info .calculator-form .form-group textarea {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .calculator-form .form-group input, .find-a-rep-list .calculator-form .form-group select, .find-a-rep-list .calculator-form .form-group textarea {
  margin-right: -1px;
  margin-bottom: -1px;
}

.calculator-form .form-group input,
  .calculator-form .form-group select,
  .calculator-form .form-group textarea{
  height: 54px;
  padding: 14px 20px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .calculator-form .form-group input,
      .calculator-form .form-group select,
      .calculator-form .form-group textarea {
    height: 47px;
    padding: 10px 16px;
  }
}

.calculator-form .form-group input:focus, .calculator-form .form-group select:focus, .calculator-form .form-group textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.calculator-form .form-group input:focus::-webkit-input-placeholder,
      .calculator-form .form-group select:focus::-webkit-input-placeholder,
      .calculator-form .form-group textarea:focus::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-form .form-group input:focus::-moz-placeholder,
      .calculator-form .form-group select:focus::-moz-placeholder,
      .calculator-form .form-group textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-form .form-group input:focus:-ms-input-placeholder,
      .calculator-form .form-group select:focus:-ms-input-placeholder,
      .calculator-form .form-group textarea:focus:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-form .form-group input:focus:-moz-placeholder,
      .calculator-form .form-group select:focus:-moz-placeholder,
      .calculator-form .form-group textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.calculator-form .form-group input::-webkit-input-placeholder,
    .calculator-form .form-group select::-webkit-input-placeholder,
    .calculator-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-form .form-group input::-moz-placeholder,
    .calculator-form .form-group select::-moz-placeholder,
    .calculator-form .form-group textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-form .form-group input:-ms-input-placeholder,
    .calculator-form .form-group select:-ms-input-placeholder,
    .calculator-form .form-group textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-form .form-group input:-moz-placeholder,
    .calculator-form .form-group select:-moz-placeholder,
    .calculator-form .form-group textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.calculator-form .form-group select {
  width: 380px;
  background-image: url(../images/select-arrow-b-black.svg) !important;
  background-position: right 20px center !important;
  background-size: 10px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .calculator-form .form-group select {
    width: 100%;
  }
}

.calculator-form .form-group select[disabled] {
  cursor: not-allowed;
}

.calculator-form .form-group.half-input input {
  width: 190px;
  padding-left: 70px;
}

.calculator-form .form-group.half-input .blackPlaceHolder {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  text-transform: lowercase;
  width: 60px;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .calculator-form .form-group.half-input .blackPlaceHolder {
    width: 52px;
  }
}

.calculator-form .form-check {
  display: flex;
  flex-wrap: wrap;
}

.calculator-form .form-check .form-check-label {
  margin-right: 8px;
  margin-bottom: 8px;
}

.calculator-form .form-check .form-check-label:nth-last-child(2) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .calculator-form .form-check .form-check-label {
    width: 100%;
    margin-right: 0;
  }

  .calculator-form .form-check .form-check-label:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.calculator-form .form-check .form-check-label:last-child {
  margin-right: 0;
}

.calculator-form .form-check .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.calculator-form .form-check .form-check-label input:checked ~ .checkmark {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: #000;
  border: 1px solid transparent;
}

.calculator-form .form-check .form-check-label input:checked ~ .checkmark::before {
  opacity: 1;
}

.calculator-form .form-check .form-check-label input:checked ~ .checkmark::after {
  background-color: #fff;
}

.calculator-form .form-check .form-check-label .checkmark {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.industries-list.border-details .calculator-form .form-check .form-check-label .checkmark {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies .calculator-form .form-check .form-check-label .checkmark {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies .calculator-form .form-check .form-check-label .checkmark {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list .calculator-form .form-check .form-check-label .checkmark {
    margin-bottom: -1px;
  }

  .product-info .calculator-form .form-check .form-check-label .checkmark {
    margin-bottom: -1px;
  }
}

.find-a-rep-list .calculator-form .form-check .form-check-label .checkmark {
  margin-right: -1px;
  margin-bottom: -1px;
}

.calculator-form .form-check .form-check-label .checkmark{
  padding: 20px 16px 20px 42px;
}

@media (max-width: 767px) {
  .calculator-form .form-check .form-check-label .checkmark {
    padding: 16px 16px 16px 42px;
    width: 100%;
  }
}

.calculator-form .form-check .form-check-label .checkmark:after {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  content: '';
  left: 16px;
  top: 50%;
  height: 16px;
  width: 16px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}

.calculator-form .form-check .form-check-label .checkmark:before {
  position: absolute;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  background-color: #000;
  content: '';
  width: 8px;
  height: 8px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  opacity: 0;
}

.calculator-form .form-group input[type='number']::-webkit-inner-spin-button,
.calculator-form .form-group input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.calculator-form .form-group input[type='number'],
.calculator-form .form-group input[type='number']:hover,
.calculator-form .form-group input[type='number']:focus {
  -moz-appearance: textfield;
}

#bim_models_container {
  /* float: left; */
  width: 100%;
  padding: 0;
}

#bim_models_container * {
  font-family: proxima-nova,sans-serif;
}

#bim_models_results_text {
  display: none;
}

#bim_models_container #models_results {
  display: none;
}

#bim_models_container #models_results .grid_mod {
  display: flex;
  padding: 0px;
  margin: 0px;
  width: 100%;
  justify-content: space-between;
  top: -36px;
}

#bim_models_regular_text,
#bim_models_results_text {
  margin-bottom: 0px !important;
}

#bim_models_container .require_message {
  /* text-align: right;
    padding: 0 26px;
    margin-bottom: 10px !important; */
  font-size: 14px;
  /* color: #686868; */
}

#bim_models_container #noResultsText {
  font-size: 24px;
  font-weight: bold !important;
  padding: 60px 0px;
}

/* The container must be positioned relative: */

#bim_models_container .dropdowContainer {
  position: relative;
  /* font-family: Arial; */
  margin-bottom: 15px;
}

#bim_models_container .dropdowContainer select {
  display: none;
  /*hide original SELECT element: */
}

#bim_models_container .select-selected {
  background-color: #efefef;
}

#bim_models_container .select-selected.selected {
  background-color: #e1261c;
  color: #FFFFFF;
}

/* Style the arrow inside the select element: */

#bim_models_container .select-selected:after {
  position: absolute;
  content: "";
  top: 56%;
  transform: translate(0, -50%);
  right: 16px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #686868 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

#bim_models_container .select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 17px;
}

#bim_models_container .select-selected.selected:not(.select-arrow-active):after {
  border: none;
  content: "\f058";
  /* f058 */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  top: 8px;
  right: 29px;
}

#bim_models_container #searchButton {
  float: none !important;
  position: unset !important;
  height: inherit;
  line-height: inherit;
  /* background-color: #000000; */
  font-weight: normal;
  padding: 12px 30px 12px 26px;
  width: auto;
  bottom: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
}

#bim_models_container #searchButton:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

#bim_models_container #searchButton{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#bim_models_container #searchButton:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.industries-list.border-details #bim_models_container #searchButton {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies #bim_models_container #searchButton {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies #bim_models_container #searchButton {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list #bim_models_container #searchButton {
    margin-bottom: -1px;
  }

  .product-info #bim_models_container #searchButton {
    margin-bottom: -1px;
  }
}

.find-a-rep-list #bim_models_container #searchButton {
  margin-right: -1px;
  margin-bottom: -1px;
}

#bim_models_container #searchButton.ready {
  /* background-color: #e1261c; */
}

#bim_models_container #searchButton.active:after {
  border: none;
  content: "\f00c";
  /* f00c */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  top: 0;
  right: -4px;
  position: relative;
}

/* style the items (options), including the selected item: */

#bim_models_container .select-items div,
#bim_models_container .select-selected {
  color: #686868;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  /* height: 50px; */
  line-height: 24px;
}

#bim_models_container .select-items div, #bim_models_container .select-selected{
  font-family: purista-web,sans-serif;
}

/* Style items (options): */

#bim_models_container .select-items {
  position: absolute;
  background-color: #efefef;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

#bim_models_container .select-items hr:last-of-type {
  display: none;
}

/* focus  */

#bim_models_container .select-selected.select-arrow-active,
#bim_models_container .select-selected.select-arrow-active ~ .select-items div {
  background-color: #000000;
  color: #FFFFFF;
  /* border-color: #FFFFFF transparent rgba(0, 0, 0, 0.1) transparent; */
}

#bim_models_container .select-selected.select-arrow-active ~ .select-items hr:not(:last-child) {
  background: #FFFFFF !important;
  height: 1px;
  width: 87%;
  float: left;
  margin: 0 15px;
  border: none !important;
}

#bim_models_container .select-selected.selected.select-arrow-active ~ .select-items hr {
  background: #cccccc !important;
}

/* Selected */

#bim_models_container .selected ~ .select-items,
#bim_models_container .selected ~ .select-items div {
  background-color: #e1261c;
  color: #FFFFFF;
}

#bim_models_container .select-selected.selected.select-arrow-active,
#bim_models_container .select-selected.selected.select-arrow-active ~ .select-items div {
  background-color: #efefef;
  color: #686868;
  /* border-color: #FFFFFF transparent rgba(0, 0, 0, 0.1) transparent; */
}

#bim_models_container .select-selected.selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 7px;
}

/* Hide the items when the select box is closed: */

#bim_models_container .select-hide {
  display: none;
}

#bim_models_container .select-items div:hover,
#bim_models_container .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

select::-ms-expand {
  display: none;
}

#bim_models_container #reset_search {
  /* float: left;
    color: #686868;
    text-decoration: underline;
    height: 50px;
    line-height: 50px; */
  cursor: pointer;
  font-size: 14px;
}

#bim_models_container #initial_state {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

#bim_models_container .arrow-right {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #cccccc;
  position: absolute;
  right: 0;
  bottom: 0;
}

#bim_models_container #models_container {
  padding: 0;
}

#bim_models_container .model_results_label {
  margin-bottom: 10px;
}

#bim_models_container .element-item {
  width: calc(100% / 3 - 25px);
  height: 400px;
  border: 3px solid #cccccc;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 12px;
}

#bim_models_container .element_content {
  float: left;
  width: 100%;
  padding: 15px;
}

#bim_models_container .element_content .element_name {
  display: none;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

#bim_models_container .element_content .element_name.active {
  display: block;
}

#bim_models_container .downloadButton {
  display: none;
  /* background-color: #e1261c;
    width: 150px;
    float: left;
    height: 40px;
    color: #FFFFFF;
    text-align: center; */
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  /* height: 50px;
    line-height: 50px; */
  cursor: pointer;
  /* background-color: #000000; */
  font-weight: normal;
  padding: 10px 26px 10px 26px;
  width: auto;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 28, 36, var(--tw-bg-opacity));
}

#bim_models_container .downloadButton:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 40, 49, var(--tw-bg-opacity));
}

#bim_models_container .downloadButton{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#bim_models_container .downloadButton:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.industries-list.border-details #bim_models_container .downloadButton {
  margin-right: -1px;
  margin-bottom: -1px;
}

.related-case-studies #bim_models_container .downloadButton {
  margin-right: -1px;
}

@media only screen and (max-width: 767px){
  .related-case-studies #bim_models_container .downloadButton {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 991px){
  .resources-list #bim_models_container .downloadButton {
    margin-bottom: -1px;
  }

  .product-info #bim_models_container .downloadButton {
    margin-bottom: -1px;
  }
}

.find-a-rep-list #bim_models_container .downloadButton {
  margin-right: -1px;
  margin-bottom: -1px;
}

#bim_models_container .downloadButton.active {
  display: block;
}

#bim_models_container .element_content .element_partnumber {
  color: #686868;
}

#bim_models_container .element-item .bim_model_image {
  display: none;
  float: left;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#bim_models_container .element-item .bim_model_image.active {
  display: block;
}

/* Overlay */

#bim_models_container #main_image_container {
  /* height: 600px;
    float: left; */
  width: 100%;
  display: block;
  position: relative;
}

#bim_models_container .overlay-modal-content {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
}

#bim_models_container #overlay_title {
  position: relative;
  display: block;
  line-height: 1.1;
  bottom: 0;
  color: #FFF;
  width: 100%;
  padding: 0 35px;
  font-size: 42px;
  font-weight: 700 !important;
  font-family: purista-web,sans-serif;
}

#bim_models_container #overlay_content {
  position: relative;
  bottom: 0;
  color: #FFF;
  width: 100%;
  padding: 0 35px;
  font-size: 23px;
  font-weight: lighter !important;
  display: block;
  line-height: 1.1;
  margin: 15px 0 0 0;
}

/* Media Queries */

#bim_models_container #main_image_container::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1199px) {
  #bim_models_container .element-item {
    width: calc(100% / 2 - 25px);
  }
}

@media only screen and (max-width: 991px) {
  #bim_models_container #overlay_title {
    word-break: break-word;
    padding: 0 15px;
    font-size: 32px;
  }

  #bim_models_container #overlay_content {
    font-size: 20px;
    padding: 0 15px;
  }

  #bim_models_container #main_image_container {
    margin: 0;
    padding: 0;
    position: relative;
  }

  #bim_models_container #models_container {
    top: 65px;
    height: auto;
    position: relative;
    margin-bottom: 72px;
    min-height: auto;
  }

  #bim_models_container #models_results {
    /* padding: 0 15px; */
  }

  #bim_models_container #initial_state {
    height: auto;
  }

  #bim_models_container .overlay-modal-content {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }

  #bim_models_container #overlay_title, #bim_models_container #overlay_content {
    color: #000;
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  /* #bim_models_container .element-item {
        width: calc(100% / 2 - 25px);
    } */
}

@media only screen and (max-width: 767px) {
  #bim_models_container .element-item {
    width: 100%;
    margin: 12px 0;
  }
}


/* blog form */

div#gform_wrapper_10 {
    background-color: #ededed;
    padding: 20px;
    margin-top: 0px;
    border-radius: 25px;
}

input#gform_submit_button_10 {
    padding: 12px 20px;
    background-color: #e1261c;
    border-radius: 25px;
    color:#fff;
    text-transform:uppercase;
    font-family: purista-web,sans-serif;
    font-weight: 600;
}

#gform_wrapper_10 #field_10_4 legend.gfield_label.gfield_label_before_complex {
    display: none !important;
}

#gform_wrapper_10 .ginput_complex label {
    display: none !important;
}

/* Blog template  */
html:has(.scroll-to-section) {
    scroll-behavior: initial;
}
body:has(.scroll-to-section) {
   overflow-x: clip;
}
.sidebarNav {
    background: #ededed;
    border-radius: 8px;
    padding: 20px;
    align-self: flex-start;
    
/*    max-width: 288px;*/
}
.sidebarsticky {
  position: sticky;
    top: calc(var(--top-space) + 30px);
}
/*.sidebarNav.stickyActive {
    position: fixed;
}*/
.sidebarContentMenu li {
    margin: 0 !important;
    padding: 8px 0px;
    color: #A4A4A4;
}
.details-content-single .sidebarContentMenu > li > a {
    color: #A4A4A4;
}
.site-content ul li:after {
    display: none !important;
}
.details-content-single .sidebarContentMenu > li > a.wl-bl-active {
    color: #000;
}
.newwi-blog-detail-layout .details-content-single .related .wp-block-column .post {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.newwi-blog-detail-layout .details-content-single .related .wp-block-column .post .link-btn {
    margin-top: auto;
}
.newwi-blog-detail-layout .scroll-to-section h3:first-child {
    margin-top: 0;
}
.newwi-blog-detail-layout .scroll-to-section h3:nth-child(2) {
    margin-top: 0;
}
@media (max-width: 1200px) {
  .site-main:has(.newwi-blog-detail-layout) {padding-left: 0 !important; padding-right: 0 !important;}
  .newwi-blog-detail-layout .heads-selection .container {padding-left: 20px; padding-right: 20px;}
  .newwi-blog-detail-layout .details-content-single .related .wp-block-column {padding: 20px;} 
  .newwi-blog-detail-layout .details-content-single .related {gap: 1rem;}
}
@media (max-width: 1024.98px) {
  .newwi-blog-detail-layout .details-content-single .related {flex-wrap: wrap !important; }
  .newwi-blog-detail-layout .details-content-single .related .wp-block-column {width: calc(50% - 10px); flex: calc(50% - 10px); flex-grow: initial;}
}
@media (max-width: 767.98px) {
  .newwi-blog-detail-layout .details-content-single .related .wp-block-column {flex-basis: initial !important;}
}
@media (max-width: 540.98px) {
  .newwi-blog-detail-layout .details-content-single .related .wp-block-column { flex-basis: 100% !important;}
}

.images-wrap {
  display: block;
  position: absolute;
  top: 850px;
  height: var(--height, 100vh);
  /* height: 100%; */
  right: 100px;
  z-index: 9;
}
.images-container {
  --w : 120px;
  display: flex;
  width: var(--w);
  display: flex;
  align-items: end;
  position: sticky;
  top: 220px;
}
.images-container img {
  width: var(--w);
}
.img-main{opacity: 0;}
.images-container .img1 {
  position: absolute;
  width: var(--w);
  left: 0;
  /* top: 200px; */
  top: 30px;
  z-index: 1;
}
.images-container .img2 {
  position: absolute;
  width: var(--w);
  left: 0;
  bottom: 0;
}

body.postid-9152, body.postid-9226{
  overflow-x: clip !important;
}


@media (min-width: 1641px) {
  .images-wrap {
    right: 150px;
  }
}
@media (min-width: 1841px) {
  .images-wrap {
    right: 190px;
  }
}
@media (min-width: 1921px) {
  .images-container{
    --w : 110px;
  }
 
  .images-container .img1 {
    /* top: 220px; */
    top: 30px;
  }
}

@media (max-width: 1600px) {
 
  .images-container {
    --w : 90px;
  }
  .images-container .img1 {
     /* top: 170px; */
     top: 30px;
  }
  .images-wrap{
    right: 50px;
  }
}

@media (max-width: 1399.98px) and (min-width: 1200px){
  body.postid-9152 .product-list .even .text-details,
  body.postid-9226 .product-list .even .text-details {
    padding: 72px 80px 72px 60px;
  }
  body.postid-9152 #engineering .pr-48,
  body.postid-9226 #engineering .pr-48{
    padding-right: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .images-wrap {display: none;}

  
}



@media screen and (max-width: 1024.98px) {
.mobile-menu-overlay__body .menu-main-menu-container > ul > li { margin-bottom: 15px; }
.mobile-menu-overlay__body .menu-main-menu-container > ul > li.menu-item-has-children .sub-menu {position: relative !important; padding-bottom: 15px; margin-top: 0;/*visibility: visible;opacity: 1;transition: auto; */}
}

@media (min-width: 768px) {
  .faq-categories .products-filterscat {
      max-width: 380px;
      margin-left: auto;
  }
}