<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.space-y-3 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.space-x-4 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-5 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-6 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.space-x-8 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-10 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.space-x-12 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-14 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
}

.space-x-14 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-16 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.space-x-16 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.space-x-20 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.space-x-24 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-28 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
}

.space-x-28 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-32 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.space-x-32 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-36 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
}

.space-x-36 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-40 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.space-x-40 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-44 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
}

.space-x-44 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-45 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(11.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(11.25rem * var(--space-y-reverse)) !important;
}

.space-x-45 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(11.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-48 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.space-x-48 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-52 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
}

.space-x-52 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-54 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(13.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(13.5rem * var(--space-y-reverse)) !important;
}

.space-x-54 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(13.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(13.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-56 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.space-x-56 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-64 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.space-x-64 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-68 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(17rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(17rem * var(--space-y-reverse)) !important;
}

.space-x-68 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(17rem * var(--space-x-reverse)) !important;
  margin-left: calc(17rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-72 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
}

.space-x-72 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-76 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(19rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(19rem * var(--space-y-reverse)) !important;
}

.space-x-76 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(19rem * var(--space-x-reverse)) !important;
  margin-left: calc(19rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-80 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
}

.space-x-80 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-84 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
}

.space-x-84 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(21rem * var(--space-x-reverse)) !important;
  margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-88 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(22rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(22rem * var(--space-y-reverse)) !important;
}

.space-x-88 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(22rem * var(--space-x-reverse)) !important;
  margin-left: calc(22rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-92 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
}

.space-x-92 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(23rem * var(--space-x-reverse)) !important;
  margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-96 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--space-y-reverse)) !important;
}

.space-x-96 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-100 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
}

.space-x-100 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(25rem * var(--space-x-reverse)) !important;
  margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-104 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(26rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(26rem * var(--space-y-reverse)) !important;
}

.space-x-104 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(26rem * var(--space-x-reverse)) !important;
  margin-left: calc(26rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-108 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
}

.space-x-108 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(27rem * var(--space-x-reverse)) !important;
  margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-112 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(28rem * var(--space-y-reverse)) !important;
}

.space-x-112 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(28rem * var(--space-x-reverse)) !important;
  margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-116 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
}

.space-x-116 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(29rem * var(--space-x-reverse)) !important;
  margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-120 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(30rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(30rem * var(--space-y-reverse)) !important;
}

.space-x-120 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(30rem * var(--space-x-reverse)) !important;
  margin-left: calc(30rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-124 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(31rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(31rem * var(--space-y-reverse)) !important;
}

.space-x-124 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(31rem * var(--space-x-reverse)) !important;
  margin-left: calc(31rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-128 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(32rem * var(--space-y-reverse)) !important;
}

.space-x-128 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(32rem * var(--space-x-reverse)) !important;
  margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-132 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(33rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(33rem * var(--space-y-reverse)) !important;
}

.space-x-132 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(33rem * var(--space-x-reverse)) !important;
  margin-left: calc(33rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-136 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(34rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(34rem * var(--space-y-reverse)) !important;
}

.space-x-136 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(34rem * var(--space-x-reverse)) !important;
  margin-left: calc(34rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-140 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(35rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(35rem * var(--space-y-reverse)) !important;
}

.space-x-140 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(35rem * var(--space-x-reverse)) !important;
  margin-left: calc(35rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-150 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(37.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(37.5rem * var(--space-y-reverse)) !important;
}

.space-x-150 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(37.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(37.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-160 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(40rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(40rem * var(--space-y-reverse)) !important;
}

.space-x-160 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(40rem * var(--space-x-reverse)) !important;
  margin-left: calc(40rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-170 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(42.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(42.5rem * var(--space-y-reverse)) !important;
}

.space-x-170 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(42.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(42.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-180 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(45rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(45rem * var(--space-y-reverse)) !important;
}

.space-x-180 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(45rem * var(--space-x-reverse)) !important;
  margin-left: calc(45rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-190 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(47.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(47.5rem * var(--space-y-reverse)) !important;
}

.space-x-190 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(47.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(47.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-200 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(50rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50rem * var(--space-y-reverse)) !important;
}

.space-x-200 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(50rem * var(--space-x-reverse)) !important;
  margin-left: calc(50rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

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

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

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

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

.-space-y-3 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.-space-x-3 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.-space-x-4 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-5 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.-space-x-6 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-8 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.-space-x-8 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-10 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-12 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.-space-x-12 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-14 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
}

.-space-x-14 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-16 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.-space-x-16 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.-space-x-20 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.-space-x-24 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-28 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
}

.-space-x-28 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-32 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.-space-x-32 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-36 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
}

.-space-x-36 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-40 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.-space-x-40 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-44 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
}

.-space-x-44 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-45 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-11.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-11.25rem * var(--space-y-reverse)) !important;
}

.-space-x-45 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-48 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.-space-x-48 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-52 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
}

.-space-x-52 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-54 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-13.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-13.5rem * var(--space-y-reverse)) !important;
}

.-space-x-54 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-13.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-56 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.-space-x-56 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-64 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.-space-x-64 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-68 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-17rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-17rem * var(--space-y-reverse)) !important;
}

.-space-x-68 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-17rem * var(--space-x-reverse)) !important;
  margin-left: calc(-17rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-72 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
}

.-space-x-72 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-76 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-19rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-19rem * var(--space-y-reverse)) !important;
}

.-space-x-76 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-19rem * var(--space-x-reverse)) !important;
  margin-left: calc(-19rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-80 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
}

.-space-x-80 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-84 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
}

.-space-x-84 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-21rem * var(--space-x-reverse)) !important;
  margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-88 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-22rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-22rem * var(--space-y-reverse)) !important;
}

.-space-x-88 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-22rem * var(--space-x-reverse)) !important;
  margin-left: calc(-22rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-92 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
}

.-space-x-92 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-23rem * var(--space-x-reverse)) !important;
  margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-96 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--space-y-reverse)) !important;
}

.-space-x-96 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-100 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
}

.-space-x-100 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-104 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-26rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-26rem * var(--space-y-reverse)) !important;
}

.-space-x-104 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-26rem * var(--space-x-reverse)) !important;
  margin-left: calc(-26rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-108 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
}

.-space-x-108 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-27rem * var(--space-x-reverse)) !important;
  margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-112 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-28rem * var(--space-y-reverse)) !important;
}

.-space-x-112 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-28rem * var(--space-x-reverse)) !important;
  margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-116 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
}

.-space-x-116 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-29rem * var(--space-x-reverse)) !important;
  margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-120 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-30rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-30rem * var(--space-y-reverse)) !important;
}

.-space-x-120 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-30rem * var(--space-x-reverse)) !important;
  margin-left: calc(-30rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-124 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-31rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-31rem * var(--space-y-reverse)) !important;
}

.-space-x-124 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-31rem * var(--space-x-reverse)) !important;
  margin-left: calc(-31rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-128 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-32rem * var(--space-y-reverse)) !important;
}

.-space-x-128 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-32rem * var(--space-x-reverse)) !important;
  margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-132 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-33rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-33rem * var(--space-y-reverse)) !important;
}

.-space-x-132 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-33rem * var(--space-x-reverse)) !important;
  margin-left: calc(-33rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-136 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-34rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-34rem * var(--space-y-reverse)) !important;
}

.-space-x-136 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-34rem * var(--space-x-reverse)) !important;
  margin-left: calc(-34rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-140 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-35rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-35rem * var(--space-y-reverse)) !important;
}

.-space-x-140 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-35rem * var(--space-x-reverse)) !important;
  margin-left: calc(-35rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-150 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-37.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-37.5rem * var(--space-y-reverse)) !important;
}

.-space-x-150 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-37.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-37.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-160 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-40rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-40rem * var(--space-y-reverse)) !important;
}

.-space-x-160 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-40rem * var(--space-x-reverse)) !important;
  margin-left: calc(-40rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-170 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-42.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-42.5rem * var(--space-y-reverse)) !important;
}

.-space-x-170 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-42.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-42.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-180 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-45rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-45rem * var(--space-y-reverse)) !important;
}

.-space-x-180 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-45rem * var(--space-x-reverse)) !important;
  margin-left: calc(-45rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-190 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-47.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-47.5rem * var(--space-y-reverse)) !important;
}

.-space-x-190 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-47.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-47.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-200 &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-50rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50rem * var(--space-y-reverse)) !important;
}

.-space-x-200 &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-50rem * var(--space-x-reverse)) !important;
  margin-left: calc(-50rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.space-y-reverse &gt; :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.space-x-reverse &gt; :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.divide-y-0 &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0 &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-2 &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.divide-x-4 &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.divide-x-8 &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-x &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse &gt; :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse &gt; :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.divide-transparent &gt; :not(template) ~ :not(template) {
  border-color: transparent !important;
}

.divide-current &gt; :not(template) ~ :not(template) {
  border-color: currentColor !important;
}

.divide-black &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.divide-white &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-main-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #EDF2F7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.divide-main-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #00E198 !important;
  border-color: rgba(0, 225, 152, var(--divide-opacity)) !important;
}

.divide-main-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9582F2 !important;
  border-color: rgba(149, 130, 242, var(--divide-opacity)) !important;
}

.divide-main-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #008BDA !important;
  border-color: rgba(0, 139, 218, var(--divide-opacity)) !important;
}

.divide-main-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #FFA180 !important;
  border-color: rgba(255, 161, 128, var(--divide-opacity)) !important;
}

.divide-main-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
}

.divide-main-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
}

.divide-gray-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
}

.divide-gray-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.divide-gray-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.divide-gray-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}

.divide-gray-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
}

.divide-gray-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
}

.divide-gray-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
}

.divide-gray-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
}

.divide-gray-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.divide-red-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
}

.divide-red-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
}

.divide-red-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
}

.divide-red-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
}

.divide-red-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
}

.divide-red-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
}

.divide-red-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
}

.divide-red-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
}

.divide-red-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
}

.divide-orange-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
}

.divide-orange-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
}

.divide-orange-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
}

.divide-orange-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
}

.divide-orange-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
}

.divide-orange-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
}

.divide-orange-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
}

.divide-orange-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
}

.divide-orange-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
}

.divide-yellow-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
}

.divide-yellow-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
}

.divide-yellow-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
}

.divide-yellow-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
}

.divide-yellow-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
}

.divide-yellow-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
}

.divide-yellow-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
}

.divide-yellow-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
}

.divide-yellow-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
}

.divide-green-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
}

.divide-green-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
}

.divide-green-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
}

.divide-green-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}

.divide-green-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
}

.divide-green-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
}

.divide-green-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
}

.divide-green-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
}

.divide-green-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
}

.divide-teal-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
}

.divide-teal-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
}

.divide-teal-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
}

.divide-teal-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}

.divide-teal-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
}

.divide-teal-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
}

.divide-teal-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
}

.divide-teal-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
}

.divide-teal-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
}

.divide-blue-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
}

.divide-blue-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.divide-blue-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.divide-blue-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.divide-blue-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}

.divide-blue-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.divide-blue-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.divide-blue-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.divide-blue-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
}

.divide-indigo-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
}

.divide-indigo-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
}

.divide-indigo-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
}

.divide-indigo-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
}

.divide-indigo-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
}

.divide-indigo-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
}

.divide-indigo-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
}

.divide-indigo-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
}

.divide-indigo-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.divide-purple-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.divide-purple-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
}

.divide-purple-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
}

.divide-purple-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
}

.divide-purple-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
}

.divide-purple-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
}

.divide-purple-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
}

.divide-purple-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
}

.divide-purple-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
}

.divide-pink-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
}

.divide-pink-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
}

.divide-pink-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
}

.divide-pink-400 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}

.divide-pink-500 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
}

.divide-pink-600 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
}

.divide-pink-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
}

.divide-pink-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
}

.divide-pink-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
}

.divide-dark-50 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.divide-dark-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.divide-dark-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.divide-dark-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.divide-dark-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
}

.divide-dark-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
}

.divide-dark-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.divide-light-50 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.divide-light-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.divide-light-200 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.divide-light-300 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
}

.divide-light-700 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}

.divide-light-800 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.divide-light-900 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.divide-solid &gt; :not(template) ~ :not(template) {
  border-style: solid !important;
}

.divide-dashed &gt; :not(template) ~ :not(template) {
  border-style: dashed !important;
}

.divide-dotted &gt; :not(template) ~ :not(template) {
  border-style: dotted !important;
}

.divide-double &gt; :not(template) ~ :not(template) {
  border-style: double !important;
}

.divide-none &gt; :not(template) ~ :not(template) {
  border-style: none !important;
}

.divide-opacity-0 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-80 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.80 !important;
}

.divide-opacity-85 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.85 !important;
}

.divide-opacity-90 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.90 !important;
}

.divide-opacity-95 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 0.95 !important;
}

.divide-opacity-100 &gt; :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

.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;
}

.appearance-none {
  -webkit-appearance: none !important;
          appearance: none !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-transparent {
  background-color: transparent !important;
}

.bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-main-100 {
  --bg-opacity: 1 !important;
  background-color: #EDF2F7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-main-200 {
  --bg-opacity: 1 !important;
  background-color: #00E198 !important;
  background-color: rgba(0, 225, 152, var(--bg-opacity)) !important;
}

.bg-main-300 {
  --bg-opacity: 1 !important;
  background-color: #9582F2 !important;
  background-color: rgba(149, 130, 242, var(--bg-opacity)) !important;
}

.bg-main-400 {
  --bg-opacity: 1 !important;
  background-color: #008BDA !important;
  background-color: rgba(0, 139, 218, var(--bg-opacity)) !important;
}

.bg-main-500 {
  --bg-opacity: 1 !important;
  background-color: #FFA180 !important;
  background-color: rgba(255, 161, 128, var(--bg-opacity)) !important;
}

.bg-main-600 {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.bg-main-900 {
  --bg-opacity: 1 !important;
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.bg-gray-400 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.bg-gray-500 {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.bg-gray-600 {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.bg-gray-700 {
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.bg-gray-800 {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.bg-gray-900 {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.bg-red-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.bg-red-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.bg-red-300 {
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.bg-red-400 {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.bg-red-500 {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.bg-red-600 {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.bg-red-700 {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.bg-red-800 {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.bg-red-900 {
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.bg-orange-100 {
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.bg-orange-200 {
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.bg-orange-300 {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.bg-orange-400 {
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.bg-orange-600 {
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.bg-orange-700 {
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.bg-orange-800 {
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.bg-orange-900 {
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.bg-yellow-100 {
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.bg-yellow-200 {
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.bg-yellow-300 {
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.bg-yellow-400 {
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.bg-yellow-500 {
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.bg-yellow-600 {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.bg-yellow-700 {
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.bg-yellow-800 {
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.bg-yellow-900 {
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.bg-green-900 {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.bg-teal-400 {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.bg-teal-500 {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.bg-teal-700 {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.bg-teal-800 {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.bg-indigo-200 {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.bg-indigo-400 {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.bg-indigo-600 {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.bg-indigo-800 {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.bg-indigo-900 {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.bg-purple-200 {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.bg-purple-300 {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.bg-purple-400 {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.bg-purple-500 {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.bg-purple-600 {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.bg-purple-700 {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.bg-purple-800 {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.bg-purple-900 {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.bg-pink-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.bg-pink-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.bg-pink-300 {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.bg-pink-500 {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.bg-pink-700 {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.bg-pink-900 {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.bg-dark-50 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.bg-dark-100 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-dark-200 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.bg-dark-300 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.bg-dark-700 {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.bg-dark-800 {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.bg-dark-900 {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.bg-light-50 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-light-100 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-light-200 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.bg-light-300 {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.bg-light-700 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.bg-light-800 {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-light-900 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover\:bg-gray-500:hover {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.focus\:bg-gray-500:focus {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-transparent {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-black {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-white {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-main-100 {
  --gradient-from-color: #EDF2F7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.from-main-200 {
  --gradient-from-color: #00E198 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 225, 152, 0)) !important;
}

.from-main-300 {
  --gradient-from-color: #9582F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 130, 242, 0)) !important;
}

.from-main-400 {
  --gradient-from-color: #008BDA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 218, 0)) !important;
}

.from-main-500 {
  --gradient-from-color: #FFA180 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 161, 128, 0)) !important;
}

.from-main-600 {
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.from-main-900 {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.from-gray-100 {
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.from-gray-200 {
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.from-gray-300 {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.from-gray-400 {
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.from-gray-500 {
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.from-gray-600 {
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.from-gray-700 {
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.from-gray-800 {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.from-gray-900 {
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.from-red-100 {
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.from-red-200 {
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.from-red-300 {
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.from-red-400 {
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.from-red-500 {
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.from-red-600 {
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.from-red-700 {
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.from-red-800 {
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.from-red-900 {
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.from-orange-100 {
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.from-orange-200 {
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.from-orange-300 {
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.from-orange-400 {
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.from-orange-500 {
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.from-orange-600 {
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.from-orange-700 {
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.from-orange-800 {
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.from-orange-900 {
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.from-yellow-100 {
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.from-yellow-200 {
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.from-yellow-300 {
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.from-yellow-400 {
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.from-yellow-500 {
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.from-yellow-600 {
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.from-yellow-700 {
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.from-yellow-800 {
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.from-yellow-900 {
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.from-green-100 {
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.from-green-200 {
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.from-green-300 {
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.from-green-400 {
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.from-green-500 {
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.from-green-600 {
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.from-green-700 {
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.from-green-800 {
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.from-green-900 {
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.from-teal-100 {
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.from-teal-200 {
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.from-teal-300 {
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.from-teal-400 {
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.from-teal-500 {
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.from-teal-600 {
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.from-teal-700 {
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.from-teal-800 {
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.from-teal-900 {
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.from-blue-100 {
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.from-blue-200 {
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.from-blue-300 {
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.from-blue-400 {
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.from-blue-500 {
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.from-blue-600 {
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.from-blue-700 {
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.from-blue-800 {
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.from-blue-900 {
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.from-indigo-100 {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.from-indigo-200 {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.from-indigo-300 {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.from-indigo-400 {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.from-indigo-500 {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.from-indigo-600 {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.from-indigo-700 {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.from-indigo-800 {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.from-indigo-900 {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.from-purple-100 {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.from-purple-200 {
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.from-purple-300 {
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.from-purple-400 {
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.from-purple-500 {
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.from-purple-600 {
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.from-purple-700 {
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.from-purple-800 {
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.from-purple-900 {
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.from-pink-100 {
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.from-pink-200 {
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.from-pink-300 {
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.from-pink-400 {
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.from-pink-500 {
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.from-pink-600 {
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.from-pink-700 {
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.from-pink-800 {
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.from-pink-900 {
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.from-dark-50 {
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.from-dark-100 {
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.from-dark-200 {
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.from-dark-300 {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.from-dark-700 {
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.from-dark-800 {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.from-dark-900 {
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.from-light-50 {
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.from-light-100 {
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.from-light-200 {
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.from-light-300 {
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.from-light-700 {
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.from-light-800 {
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.from-light-900 {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.via-transparent {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-black {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-white {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-main-100 {
  --gradient-via-color: #EDF2F7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.via-main-200 {
  --gradient-via-color: #00E198 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 225, 152, 0)) !important;
}

.via-main-300 {
  --gradient-via-color: #9582F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 130, 242, 0)) !important;
}

.via-main-400 {
  --gradient-via-color: #008BDA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 218, 0)) !important;
}

.via-main-500 {
  --gradient-via-color: #FFA180 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 161, 128, 0)) !important;
}

.via-main-600 {
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.via-main-900 {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.via-gray-100 {
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.via-gray-200 {
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.via-gray-300 {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.via-gray-400 {
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.via-gray-500 {
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.via-gray-600 {
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.via-gray-700 {
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.via-gray-800 {
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.via-gray-900 {
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.via-red-100 {
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.via-red-200 {
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.via-red-300 {
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.via-red-400 {
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.via-red-500 {
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.via-red-600 {
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.via-red-700 {
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.via-red-800 {
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.via-red-900 {
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.via-orange-100 {
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.via-orange-200 {
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.via-orange-300 {
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.via-orange-400 {
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.via-orange-500 {
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.via-orange-600 {
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.via-orange-700 {
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.via-orange-800 {
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.via-orange-900 {
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.via-yellow-100 {
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.via-yellow-200 {
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.via-yellow-300 {
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.via-yellow-400 {
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.via-yellow-500 {
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.via-yellow-600 {
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.via-yellow-700 {
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.via-yellow-800 {
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.via-yellow-900 {
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.via-green-100 {
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.via-green-200 {
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.via-green-300 {
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.via-green-400 {
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.via-green-500 {
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.via-green-600 {
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.via-green-700 {
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.via-green-800 {
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.via-green-900 {
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.via-teal-100 {
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.via-teal-200 {
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.via-teal-300 {
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.via-teal-400 {
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.via-teal-500 {
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.via-teal-600 {
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.via-teal-700 {
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.via-teal-800 {
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.via-teal-900 {
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.via-blue-100 {
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.via-blue-200 {
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.via-blue-300 {
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.via-blue-400 {
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.via-blue-500 {
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.via-blue-600 {
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.via-blue-700 {
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.via-blue-800 {
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.via-blue-900 {
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.via-indigo-100 {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.via-indigo-200 {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.via-indigo-300 {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.via-indigo-400 {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.via-indigo-500 {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.via-indigo-600 {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.via-indigo-700 {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.via-indigo-800 {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.via-indigo-900 {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.via-purple-100 {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.via-purple-200 {
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.via-purple-300 {
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.via-purple-400 {
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.via-purple-500 {
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.via-purple-600 {
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.via-purple-700 {
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.via-purple-800 {
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.via-purple-900 {
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.via-pink-100 {
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.via-pink-200 {
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.via-pink-300 {
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.via-pink-400 {
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.via-pink-500 {
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.via-pink-600 {
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.via-pink-700 {
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.via-pink-800 {
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.via-pink-900 {
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.via-dark-50 {
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.via-dark-100 {
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.via-dark-200 {
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.via-dark-300 {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.via-dark-700 {
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.via-dark-800 {
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.via-dark-900 {
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.via-light-50 {
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.via-light-100 {
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.via-light-200 {
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.via-light-300 {
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.via-light-700 {
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.via-light-800 {
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.via-light-900 {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.to-transparent {
  --gradient-to-color: transparent !important;
}

.to-current {
  --gradient-to-color: currentColor !important;
}

.to-black {
  --gradient-to-color: #000 !important;
}

.to-white {
  --gradient-to-color: #fff !important;
}

.to-main-100 {
  --gradient-to-color: #EDF2F7 !important;
}

.to-main-200 {
  --gradient-to-color: #00E198 !important;
}

.to-main-300 {
  --gradient-to-color: #9582F2 !important;
}

.to-main-400 {
  --gradient-to-color: #008BDA !important;
}

.to-main-500 {
  --gradient-to-color: #FFA180 !important;
}

.to-main-600 {
  --gradient-to-color: #f56565 !important;
}

.to-main-900 {
  --gradient-to-color: #111827 !important;
}

.to-gray-100 {
  --gradient-to-color: #f7fafc !important;
}

.to-gray-200 {
  --gradient-to-color: #edf2f7 !important;
}

.to-gray-300 {
  --gradient-to-color: #e2e8f0 !important;
}

.to-gray-400 {
  --gradient-to-color: #cbd5e0 !important;
}

.to-gray-500 {
  --gradient-to-color: #a0aec0 !important;
}

.to-gray-600 {
  --gradient-to-color: #718096 !important;
}

.to-gray-700 {
  --gradient-to-color: #4a5568 !important;
}

.to-gray-800 {
  --gradient-to-color: #2d3748 !important;
}

.to-gray-900 {
  --gradient-to-color: #1a202c !important;
}

.to-red-100 {
  --gradient-to-color: #fff5f5 !important;
}

.to-red-200 {
  --gradient-to-color: #fed7d7 !important;
}

.to-red-300 {
  --gradient-to-color: #feb2b2 !important;
}

.to-red-400 {
  --gradient-to-color: #fc8181 !important;
}

.to-red-500 {
  --gradient-to-color: #f56565 !important;
}

.to-red-600 {
  --gradient-to-color: #e53e3e !important;
}

.to-red-700 {
  --gradient-to-color: #c53030 !important;
}

.to-red-800 {
  --gradient-to-color: #9b2c2c !important;
}

.to-red-900 {
  --gradient-to-color: #742a2a !important;
}

.to-orange-100 {
  --gradient-to-color: #fffaf0 !important;
}

.to-orange-200 {
  --gradient-to-color: #feebc8 !important;
}

.to-orange-300 {
  --gradient-to-color: #fbd38d !important;
}

.to-orange-400 {
  --gradient-to-color: #f6ad55 !important;
}

.to-orange-500 {
  --gradient-to-color: #ed8936 !important;
}

.to-orange-600 {
  --gradient-to-color: #dd6b20 !important;
}

.to-orange-700 {
  --gradient-to-color: #c05621 !important;
}

.to-orange-800 {
  --gradient-to-color: #9c4221 !important;
}

.to-orange-900 {
  --gradient-to-color: #7b341e !important;
}

.to-yellow-100 {
  --gradient-to-color: #fffff0 !important;
}

.to-yellow-200 {
  --gradient-to-color: #fefcbf !important;
}

.to-yellow-300 {
  --gradient-to-color: #faf089 !important;
}

.to-yellow-400 {
  --gradient-to-color: #f6e05e !important;
}

.to-yellow-500 {
  --gradient-to-color: #ecc94b !important;
}

.to-yellow-600 {
  --gradient-to-color: #d69e2e !important;
}

.to-yellow-700 {
  --gradient-to-color: #b7791f !important;
}

.to-yellow-800 {
  --gradient-to-color: #975a16 !important;
}

.to-yellow-900 {
  --gradient-to-color: #744210 !important;
}

.to-green-100 {
  --gradient-to-color: #f0fff4 !important;
}

.to-green-200 {
  --gradient-to-color: #c6f6d5 !important;
}

.to-green-300 {
  --gradient-to-color: #9ae6b4 !important;
}

.to-green-400 {
  --gradient-to-color: #68d391 !important;
}

.to-green-500 {
  --gradient-to-color: #48bb78 !important;
}

.to-green-600 {
  --gradient-to-color: #38a169 !important;
}

.to-green-700 {
  --gradient-to-color: #2f855a !important;
}

.to-green-800 {
  --gradient-to-color: #276749 !important;
}

.to-green-900 {
  --gradient-to-color: #22543d !important;
}

.to-teal-100 {
  --gradient-to-color: #e6fffa !important;
}

.to-teal-200 {
  --gradient-to-color: #b2f5ea !important;
}

.to-teal-300 {
  --gradient-to-color: #81e6d9 !important;
}

.to-teal-400 {
  --gradient-to-color: #4fd1c5 !important;
}

.to-teal-500 {
  --gradient-to-color: #38b2ac !important;
}

.to-teal-600 {
  --gradient-to-color: #319795 !important;
}

.to-teal-700 {
  --gradient-to-color: #2c7a7b !important;
}

.to-teal-800 {
  --gradient-to-color: #285e61 !important;
}

.to-teal-900 {
  --gradient-to-color: #234e52 !important;
}

.to-blue-100 {
  --gradient-to-color: #ebf8ff !important;
}

.to-blue-200 {
  --gradient-to-color: #bee3f8 !important;
}

.to-blue-300 {
  --gradient-to-color: #90cdf4 !important;
}

.to-blue-400 {
  --gradient-to-color: #63b3ed !important;
}

.to-blue-500 {
  --gradient-to-color: #4299e1 !important;
}

.to-blue-600 {
  --gradient-to-color: #3182ce !important;
}

.to-blue-700 {
  --gradient-to-color: #2b6cb0 !important;
}

.to-blue-800 {
  --gradient-to-color: #2c5282 !important;
}

.to-blue-900 {
  --gradient-to-color: #2a4365 !important;
}

.to-indigo-100 {
  --gradient-to-color: #ebf4ff !important;
}

.to-indigo-200 {
  --gradient-to-color: #c3dafe !important;
}

.to-indigo-300 {
  --gradient-to-color: #a3bffa !important;
}

.to-indigo-400 {
  --gradient-to-color: #7f9cf5 !important;
}

.to-indigo-500 {
  --gradient-to-color: #667eea !important;
}

.to-indigo-600 {
  --gradient-to-color: #5a67d8 !important;
}

.to-indigo-700 {
  --gradient-to-color: #4c51bf !important;
}

.to-indigo-800 {
  --gradient-to-color: #434190 !important;
}

.to-indigo-900 {
  --gradient-to-color: #3c366b !important;
}

.to-purple-100 {
  --gradient-to-color: #faf5ff !important;
}

.to-purple-200 {
  --gradient-to-color: #e9d8fd !important;
}

.to-purple-300 {
  --gradient-to-color: #d6bcfa !important;
}

.to-purple-400 {
  --gradient-to-color: #b794f4 !important;
}

.to-purple-500 {
  --gradient-to-color: #9f7aea !important;
}

.to-purple-600 {
  --gradient-to-color: #805ad5 !important;
}

.to-purple-700 {
  --gradient-to-color: #6b46c1 !important;
}

.to-purple-800 {
  --gradient-to-color: #553c9a !important;
}

.to-purple-900 {
  --gradient-to-color: #44337a !important;
}

.to-pink-100 {
  --gradient-to-color: #fff5f7 !important;
}

.to-pink-200 {
  --gradient-to-color: #fed7e2 !important;
}

.to-pink-300 {
  --gradient-to-color: #fbb6ce !important;
}

.to-pink-400 {
  --gradient-to-color: #f687b3 !important;
}

.to-pink-500 {
  --gradient-to-color: #ed64a6 !important;
}

.to-pink-600 {
  --gradient-to-color: #d53f8c !important;
}

.to-pink-700 {
  --gradient-to-color: #b83280 !important;
}

.to-pink-800 {
  --gradient-to-color: #97266d !important;
}

.to-pink-900 {
  --gradient-to-color: #702459 !important;
}

.to-dark-50 {
  --gradient-to-color: #bee3f8 !important;
}

.to-dark-100 {
  --gradient-to-color: #63b3ed !important;
}

.to-dark-200 {
  --gradient-to-color: #90cdf4 !important;
}

.to-dark-300 {
  --gradient-to-color: #e2e8f0 !important;
}

.to-dark-700 {
  --gradient-to-color: #718096 !important;
}

.to-dark-800 {
  --gradient-to-color: #2d3748 !important;
}

.to-dark-900 {
  --gradient-to-color: #1a202c !important;
}

.to-light-50 {
  --gradient-to-color: #2c5282 !important;
}

.to-light-100 {
  --gradient-to-color: #3182ce !important;
}

.to-light-200 {
  --gradient-to-color: #2b6cb0 !important;
}

.to-light-300 {
  --gradient-to-color: #fbd38d !important;
}

.to-light-700 {
  --gradient-to-color: #cbd5e0 !important;
}

.to-light-800 {
  --gradient-to-color: #edf2f7 !important;
}

.to-light-900 {
  --gradient-to-color: #e2e8f0 !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --bg-opacity: 0.80 !important;
}

.bg-opacity-85 {
  --bg-opacity: 0.85 !important;
}

.bg-opacity-90 {
  --bg-opacity: 0.90 !important;
}

.bg-opacity-95 {
  --bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-90:hover {
  --bg-opacity: 0.90 !important;
}

.focus\:bg-opacity-90:focus {
  --bg-opacity: 0.90 !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-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-black {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-main-100 {
  --border-opacity: 1 !important;
  border-color: #EDF2F7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-main-200 {
  --border-opacity: 1 !important;
  border-color: #00E198 !important;
  border-color: rgba(0, 225, 152, var(--border-opacity)) !important;
}

.border-main-300 {
  --border-opacity: 1 !important;
  border-color: #9582F2 !important;
  border-color: rgba(149, 130, 242, var(--border-opacity)) !important;
}

.border-main-400 {
  --border-opacity: 1 !important;
  border-color: #008BDA !important;
  border-color: rgba(0, 139, 218, var(--border-opacity)) !important;
}

.border-main-500 {
  --border-opacity: 1 !important;
  border-color: #FFA180 !important;
  border-color: rgba(255, 161, 128, var(--border-opacity)) !important;
}

.border-main-600 {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.border-main-900 {
  --border-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.border-gray-100 {
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.border-gray-200 {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-gray-300 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-gray-400 {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500 {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.border-gray-600 {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-gray-700 {
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.border-gray-800 {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.border-gray-900 {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.border-red-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.border-red-200 {
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.border-red-300 {
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.border-red-400 {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.border-red-500 {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.border-red-600 {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.border-red-700 {
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.border-red-800 {
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.border-red-900 {
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.border-orange-100 {
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.border-orange-200 {
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.border-orange-300 {
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.border-orange-400 {
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.border-orange-500 {
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.border-orange-600 {
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.border-orange-700 {
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.border-orange-800 {
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.border-orange-900 {
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.border-yellow-100 {
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.border-yellow-200 {
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.border-yellow-300 {
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.border-yellow-400 {
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.border-yellow-500 {
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.border-yellow-600 {
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.border-yellow-700 {
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.border-yellow-800 {
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.border-yellow-900 {
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.border-green-100 {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.border-green-200 {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.border-green-400 {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.border-green-500 {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.border-green-600 {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.border-green-700 {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.border-green-800 {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.border-green-900 {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.border-teal-100 {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.border-teal-200 {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.border-teal-300 {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.border-teal-400 {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.border-teal-600 {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.border-teal-700 {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.border-teal-800 {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.border-teal-900 {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.border-blue-100 {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.border-blue-300 {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.border-blue-500 {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.border-blue-800 {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.border-blue-900 {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.border-indigo-100 {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.border-indigo-200 {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.border-indigo-300 {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.border-indigo-400 {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.border-indigo-500 {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.border-indigo-600 {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.border-indigo-700 {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.border-indigo-800 {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.border-indigo-900 {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.border-purple-100 {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.border-purple-200 {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.border-purple-300 {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.border-purple-400 {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.border-purple-500 {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.border-purple-600 {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.border-purple-700 {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.border-purple-800 {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.border-purple-900 {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.border-pink-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.border-pink-200 {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.border-pink-300 {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.border-pink-400 {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.border-pink-500 {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.border-pink-600 {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.border-pink-700 {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.border-pink-800 {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.border-pink-900 {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.border-dark-50 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.border-dark-100 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.border-dark-200 {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.border-dark-300 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-dark-700 {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-dark-800 {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.border-dark-900 {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.border-light-50 {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.border-light-100 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.border-light-200 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.border-light-300 {
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.border-light-700 {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-light-800 {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-light-900 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:border-main-300:hover {
  --border-opacity: 1 !important;
  border-color: #9582F2 !important;
  border-color: rgba(149, 130, 242, var(--border-opacity)) !important;
}

.focus\:border-main-300:focus {
  --border-opacity: 1 !important;
  border-color: #9582F2 !important;
  border-color: rgba(149, 130, 242, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0 !important;
}

.border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --border-opacity: 0.80 !important;
}

.border-opacity-85 {
  --border-opacity: 0.85 !important;
}

.border-opacity-90 {
  --border-opacity: 0.90 !important;
}

.border-opacity-95 {
  --border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --border-opacity: 1 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !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-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !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-not-allowed {
  cursor: not-allowed !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;
}

.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;
}

.hidden {
  display: 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-no-wrap {
  flex-wrap: nowrap !important;
}

.place-items-auto {
  place-items: auto !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;
}

.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-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;
}

.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;
}

.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;
}

.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;
}

.justify-items-auto {
  justify-items: auto !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;
}

.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-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;
}

.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-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !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;
}

.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;
}

.font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-karla {
  font-family: Karla, sans-serif !important;
}

.font-khula {
  font-family: khula, sans-serif !important;
}

.font-spartan {
  font-family: Spartan, sans-serif !important;
}

.font-gilroy {
  font-family: Gilroy, sans-serif !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  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;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-44 {
  height: 11rem !important;
}

.h-45 {
  height: 11.25rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-52 {
  height: 13rem !important;
}

.h-54 {
  height: 13.5rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-68 {
  height: 17rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-76 {
  height: 19rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-84 {
  height: 21rem !important;
}

.h-88 {
  height: 22rem !important;
}

.h-92 {
  height: 23rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-100 {
  height: 25rem !important;
}

.h-104 {
  height: 26rem !important;
}

.h-108 {
  height: 27rem !important;
}

.h-112 {
  height: 28rem !important;
}

.h-116 {
  height: 29rem !important;
}

.h-120 {
  height: 30rem !important;
}

.h-124 {
  height: 31rem !important;
}

.h-128 {
  height: 32rem !important;
}

.h-132 {
  height: 33rem !important;
}

.h-136 {
  height: 34rem !important;
}

.h-140 {
  height: 35rem !important;
}

.h-150 {
  height: 37.5rem !important;
}

.h-160 {
  height: 40rem !important;
}

.h-170 {
  height: 42.5rem !important;
}

.h-180 {
  height: 45rem !important;
}

.h-190 {
  height: 47.5rem !important;
}

.h-200 {
  height: 50rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-xxs {
  font-size: 0.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-loose {
  line-height: 2 !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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.m-45 {
  margin: 11.25rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.m-54 {
  margin: 13.5rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-68 {
  margin: 17rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.m-76 {
  margin: 19rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-84 {
  margin: 21rem !important;
}

.m-88 {
  margin: 22rem !important;
}

.m-92 {
  margin: 23rem !important;
}

.m-96 {
  margin: 24rem !important;
}

.m-100 {
  margin: 25rem !important;
}

.m-104 {
  margin: 26rem !important;
}

.m-108 {
  margin: 27rem !important;
}

.m-112 {
  margin: 28rem !important;
}

.m-116 {
  margin: 29rem !important;
}

.m-120 {
  margin: 30rem !important;
}

.m-124 {
  margin: 31rem !important;
}

.m-128 {
  margin: 32rem !important;
}

.m-132 {
  margin: 33rem !important;
}

.m-136 {
  margin: 34rem !important;
}

.m-140 {
  margin: 35rem !important;
}

.m-150 {
  margin: 37.5rem !important;
}

.m-160 {
  margin: 40rem !important;
}

.m-170 {
  margin: 42.5rem !important;
}

.m-180 {
  margin: 45rem !important;
}

.m-190 {
  margin: 47.5rem !important;
}

.m-200 {
  margin: 50rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

.-m-5 {
  margin: -1.25rem !important;
}

.-m-6 {
  margin: -1.5rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-10 {
  margin: -2.5rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-14 {
  margin: -3.5rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-28 {
  margin: -7rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

.-m-36 {
  margin: -9rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-44 {
  margin: -11rem !important;
}

.-m-45 {
  margin: -11.25rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-52 {
  margin: -13rem !important;
}

.-m-54 {
  margin: -13.5rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-68 {
  margin: -17rem !important;
}

.-m-72 {
  margin: -18rem !important;
}

.-m-76 {
  margin: -19rem !important;
}

.-m-80 {
  margin: -20rem !important;
}

.-m-84 {
  margin: -21rem !important;
}

.-m-88 {
  margin: -22rem !important;
}

.-m-92 {
  margin: -23rem !important;
}

.-m-96 {
  margin: -24rem !important;
}

.-m-100 {
  margin: -25rem !important;
}

.-m-104 {
  margin: -26rem !important;
}

.-m-108 {
  margin: -27rem !important;
}

.-m-112 {
  margin: -28rem !important;
}

.-m-116 {
  margin: -29rem !important;
}

.-m-120 {
  margin: -30rem !important;
}

.-m-124 {
  margin: -31rem !important;
}

.-m-128 {
  margin: -32rem !important;
}

.-m-132 {
  margin: -33rem !important;
}

.-m-136 {
  margin: -34rem !important;
}

.-m-140 {
  margin: -35rem !important;
}

.-m-150 {
  margin: -37.5rem !important;
}

.-m-160 {
  margin: -40rem !important;
}

.-m-170 {
  margin: -42.5rem !important;
}

.-m-180 {
  margin: -45rem !important;
}

.-m-190 {
  margin: -47.5rem !important;
}

.-m-200 {
  margin: -50rem !important;
}

.-m-px {
  margin: -1px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.my-45 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.mx-45 {
  margin-left: 11.25rem !important;
  margin-right: 11.25rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.my-54 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.mx-54 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-68 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.mx-68 {
  margin-left: 17rem !important;
  margin-right: 17rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.my-76 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.mx-76 {
  margin-left: 19rem !important;
  margin-right: 19rem !important;
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-84 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important;
}

.mx-84 {
  margin-left: 21rem !important;
  margin-right: 21rem !important;
}

.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

.mx-88 {
  margin-left: 22rem !important;
  margin-right: 22rem !important;
}

.my-92 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important;
}

.mx-92 {
  margin-left: 23rem !important;
  margin-right: 23rem !important;
}

.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

.my-100 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.mx-100 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.my-104 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important;
}

.mx-104 {
  margin-left: 26rem !important;
  margin-right: 26rem !important;
}

.my-108 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

.mx-108 {
  margin-left: 27rem !important;
  margin-right: 27rem !important;
}

.my-112 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important;
}

.mx-112 {
  margin-left: 28rem !important;
  margin-right: 28rem !important;
}

.my-116 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important;
}

.mx-116 {
  margin-left: 29rem !important;
  margin-right: 29rem !important;
}

.my-120 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.mx-120 {
  margin-left: 30rem !important;
  margin-right: 30rem !important;
}

.my-124 {
  margin-top: 31rem !important;
  margin-bottom: 31rem !important;
}

.mx-124 {
  margin-left: 31rem !important;
  margin-right: 31rem !important;
}

.my-128 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important;
}

.mx-128 {
  margin-left: 32rem !important;
  margin-right: 32rem !important;
}

.my-132 {
  margin-top: 33rem !important;
  margin-bottom: 33rem !important;
}

.mx-132 {
  margin-left: 33rem !important;
  margin-right: 33rem !important;
}

.my-136 {
  margin-top: 34rem !important;
  margin-bottom: 34rem !important;
}

.mx-136 {
  margin-left: 34rem !important;
  margin-right: 34rem !important;
}

.my-140 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

.mx-140 {
  margin-left: 35rem !important;
  margin-right: 35rem !important;
}

.my-150 {
  margin-top: 37.5rem !important;
  margin-bottom: 37.5rem !important;
}

.mx-150 {
  margin-left: 37.5rem !important;
  margin-right: 37.5rem !important;
}

.my-160 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

.mx-160 {
  margin-left: 40rem !important;
  margin-right: 40rem !important;
}

.my-170 {
  margin-top: 42.5rem !important;
  margin-bottom: 42.5rem !important;
}

.mx-170 {
  margin-left: 42.5rem !important;
  margin-right: 42.5rem !important;
}

.my-180 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important;
}

.mx-180 {
  margin-left: 45rem !important;
  margin-right: 45rem !important;
}

.my-190 {
  margin-top: 47.5rem !important;
  margin-bottom: 47.5rem !important;
}

.mx-190 {
  margin-left: 47.5rem !important;
  margin-right: 47.5rem !important;
}

.my-200 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important;
}

.mx-200 {
  margin-left: 50rem !important;
  margin-right: 50rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.-my-45 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important;
}

.-mx-45 {
  margin-left: -11.25rem !important;
  margin-right: -11.25rem !important;
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.-my-54 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

.-mx-54 {
  margin-left: -13.5rem !important;
  margin-right: -13.5rem !important;
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-68 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

.-mx-68 {
  margin-left: -17rem !important;
  margin-right: -17rem !important;
}

.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.-my-76 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.-mx-76 {
  margin-left: -19rem !important;
  margin-right: -19rem !important;
}

.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.-my-84 {
  margin-top: -21rem !important;
  margin-bottom: -21rem !important;
}

.-mx-84 {
  margin-left: -21rem !important;
  margin-right: -21rem !important;
}

.-my-88 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

.-mx-88 {
  margin-left: -22rem !important;
  margin-right: -22rem !important;
}

.-my-92 {
  margin-top: -23rem !important;
  margin-bottom: -23rem !important;
}

.-mx-92 {
  margin-left: -23rem !important;
  margin-right: -23rem !important;
}

.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

.-my-100 {
  margin-top: -25rem !important;
  margin-bottom: -25rem !important;
}

.-mx-100 {
  margin-left: -25rem !important;
  margin-right: -25rem !important;
}

.-my-104 {
  margin-top: -26rem !important;
  margin-bottom: -26rem !important;
}

.-mx-104 {
  margin-left: -26rem !important;
  margin-right: -26rem !important;
}

.-my-108 {
  margin-top: -27rem !important;
  margin-bottom: -27rem !important;
}

.-mx-108 {
  margin-left: -27rem !important;
  margin-right: -27rem !important;
}

.-my-112 {
  margin-top: -28rem !important;
  margin-bottom: -28rem !important;
}

.-mx-112 {
  margin-left: -28rem !important;
  margin-right: -28rem !important;
}

.-my-116 {
  margin-top: -29rem !important;
  margin-bottom: -29rem !important;
}

.-mx-116 {
  margin-left: -29rem !important;
  margin-right: -29rem !important;
}

.-my-120 {
  margin-top: -30rem !important;
  margin-bottom: -30rem !important;
}

.-mx-120 {
  margin-left: -30rem !important;
  margin-right: -30rem !important;
}

.-my-124 {
  margin-top: -31rem !important;
  margin-bottom: -31rem !important;
}

.-mx-124 {
  margin-left: -31rem !important;
  margin-right: -31rem !important;
}

.-my-128 {
  margin-top: -32rem !important;
  margin-bottom: -32rem !important;
}

.-mx-128 {
  margin-left: -32rem !important;
  margin-right: -32rem !important;
}

.-my-132 {
  margin-top: -33rem !important;
  margin-bottom: -33rem !important;
}

.-mx-132 {
  margin-left: -33rem !important;
  margin-right: -33rem !important;
}

.-my-136 {
  margin-top: -34rem !important;
  margin-bottom: -34rem !important;
}

.-mx-136 {
  margin-left: -34rem !important;
  margin-right: -34rem !important;
}

.-my-140 {
  margin-top: -35rem !important;
  margin-bottom: -35rem !important;
}

.-mx-140 {
  margin-left: -35rem !important;
  margin-right: -35rem !important;
}

.-my-150 {
  margin-top: -37.5rem !important;
  margin-bottom: -37.5rem !important;
}

.-mx-150 {
  margin-left: -37.5rem !important;
  margin-right: -37.5rem !important;
}

.-my-160 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important;
}

.-mx-160 {
  margin-left: -40rem !important;
  margin-right: -40rem !important;
}

.-my-170 {
  margin-top: -42.5rem !important;
  margin-bottom: -42.5rem !important;
}

.-mx-170 {
  margin-left: -42.5rem !important;
  margin-right: -42.5rem !important;
}

.-my-180 {
  margin-top: -45rem !important;
  margin-bottom: -45rem !important;
}

.-mx-180 {
  margin-left: -45rem !important;
  margin-right: -45rem !important;
}

.-my-190 {
  margin-top: -47.5rem !important;
  margin-bottom: -47.5rem !important;
}

.-mx-190 {
  margin-left: -47.5rem !important;
  margin-right: -47.5rem !important;
}

.-my-200 {
  margin-top: -50rem !important;
  margin-bottom: -50rem !important;
}

.-mx-200 {
  margin-left: -50rem !important;
  margin-right: -50rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.mt-45 {
  margin-top: 11.25rem !important;
}

.mr-45 {
  margin-right: 11.25rem !important;
}

.mb-45 {
  margin-bottom: 11.25rem !important;
}

.ml-45 {
  margin-left: 11.25rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mt-52 {
  margin-top: 13rem !important;
}

.mr-52 {
  margin-right: 13rem !important;
}

.mb-52 {
  margin-bottom: 13rem !important;
}

.ml-52 {
  margin-left: 13rem !important;
}

.mt-54 {
  margin-top: 13.5rem !important;
}

.mr-54 {
  margin-right: 13.5rem !important;
}

.mb-54 {
  margin-bottom: 13.5rem !important;
}

.ml-54 {
  margin-left: 13.5rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

.mt-68 {
  margin-top: 17rem !important;
}

.mr-68 {
  margin-right: 17rem !important;
}

.mb-68 {
  margin-bottom: 17rem !important;
}

.ml-68 {
  margin-left: 17rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

.mr-72 {
  margin-right: 18rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.ml-72 {
  margin-left: 18rem !important;
}

.mt-76 {
  margin-top: 19rem !important;
}

.mr-76 {
  margin-right: 19rem !important;
}

.mb-76 {
  margin-bottom: 19rem !important;
}

.ml-76 {
  margin-left: 19rem !important;
}

.mt-80 {
  margin-top: 20rem !important;
}

.mr-80 {
  margin-right: 20rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.ml-80 {
  margin-left: 20rem !important;
}

.mt-84 {
  margin-top: 21rem !important;
}

.mr-84 {
  margin-right: 21rem !important;
}

.mb-84 {
  margin-bottom: 21rem !important;
}

.ml-84 {
  margin-left: 21rem !important;
}

.mt-88 {
  margin-top: 22rem !important;
}

.mr-88 {
  margin-right: 22rem !important;
}

.mb-88 {
  margin-bottom: 22rem !important;
}

.ml-88 {
  margin-left: 22rem !important;
}

.mt-92 {
  margin-top: 23rem !important;
}

.mr-92 {
  margin-right: 23rem !important;
}

.mb-92 {
  margin-bottom: 23rem !important;
}

.ml-92 {
  margin-left: 23rem !important;
}

.mt-96 {
  margin-top: 24rem !important;
}

.mr-96 {
  margin-right: 24rem !important;
}

.mb-96 {
  margin-bottom: 24rem !important;
}

.ml-96 {
  margin-left: 24rem !important;
}

.mt-100 {
  margin-top: 25rem !important;
}

.mr-100 {
  margin-right: 25rem !important;
}

.mb-100 {
  margin-bottom: 25rem !important;
}

.ml-100 {
  margin-left: 25rem !important;
}

.mt-104 {
  margin-top: 26rem !important;
}

.mr-104 {
  margin-right: 26rem !important;
}

.mb-104 {
  margin-bottom: 26rem !important;
}

.ml-104 {
  margin-left: 26rem !important;
}

.mt-108 {
  margin-top: 27rem !important;
}

.mr-108 {
  margin-right: 27rem !important;
}

.mb-108 {
  margin-bottom: 27rem !important;
}

.ml-108 {
  margin-left: 27rem !important;
}

.mt-112 {
  margin-top: 28rem !important;
}

.mr-112 {
  margin-right: 28rem !important;
}

.mb-112 {
  margin-bottom: 28rem !important;
}

.ml-112 {
  margin-left: 28rem !important;
}

.mt-116 {
  margin-top: 29rem !important;
}

.mr-116 {
  margin-right: 29rem !important;
}

.mb-116 {
  margin-bottom: 29rem !important;
}

.ml-116 {
  margin-left: 29rem !important;
}

.mt-120 {
  margin-top: 30rem !important;
}

.mr-120 {
  margin-right: 30rem !important;
}

.mb-120 {
  margin-bottom: 30rem !important;
}

.ml-120 {
  margin-left: 30rem !important;
}

.mt-124 {
  margin-top: 31rem !important;
}

.mr-124 {
  margin-right: 31rem !important;
}

.mb-124 {
  margin-bottom: 31rem !important;
}

.ml-124 {
  margin-left: 31rem !important;
}

.mt-128 {
  margin-top: 32rem !important;
}

.mr-128 {
  margin-right: 32rem !important;
}

.mb-128 {
  margin-bottom: 32rem !important;
}

.ml-128 {
  margin-left: 32rem !important;
}

.mt-132 {
  margin-top: 33rem !important;
}

.mr-132 {
  margin-right: 33rem !important;
}

.mb-132 {
  margin-bottom: 33rem !important;
}

.ml-132 {
  margin-left: 33rem !important;
}

.mt-136 {
  margin-top: 34rem !important;
}

.mr-136 {
  margin-right: 34rem !important;
}

.mb-136 {
  margin-bottom: 34rem !important;
}

.ml-136 {
  margin-left: 34rem !important;
}

.mt-140 {
  margin-top: 35rem !important;
}

.mr-140 {
  margin-right: 35rem !important;
}

.mb-140 {
  margin-bottom: 35rem !important;
}

.ml-140 {
  margin-left: 35rem !important;
}

.mt-150 {
  margin-top: 37.5rem !important;
}

.mr-150 {
  margin-right: 37.5rem !important;
}

.mb-150 {
  margin-bottom: 37.5rem !important;
}

.ml-150 {
  margin-left: 37.5rem !important;
}

.mt-160 {
  margin-top: 40rem !important;
}

.mr-160 {
  margin-right: 40rem !important;
}

.mb-160 {
  margin-bottom: 40rem !important;
}

.ml-160 {
  margin-left: 40rem !important;
}

.mt-170 {
  margin-top: 42.5rem !important;
}

.mr-170 {
  margin-right: 42.5rem !important;
}

.mb-170 {
  margin-bottom: 42.5rem !important;
}

.ml-170 {
  margin-left: 42.5rem !important;
}

.mt-180 {
  margin-top: 45rem !important;
}

.mr-180 {
  margin-right: 45rem !important;
}

.mb-180 {
  margin-bottom: 45rem !important;
}

.ml-180 {
  margin-left: 45rem !important;
}

.mt-190 {
  margin-top: 47.5rem !important;
}

.mr-190 {
  margin-right: 47.5rem !important;
}

.mb-190 {
  margin-bottom: 47.5rem !important;
}

.ml-190 {
  margin-left: 47.5rem !important;
}

.mt-200 {
  margin-top: 50rem !important;
}

.mr-200 {
  margin-right: 50rem !important;
}

.mb-200 {
  margin-bottom: 50rem !important;
}

.ml-200 {
  margin-left: 50rem !important;
}

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

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

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

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

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

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

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

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

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-mt-3 {
  margin-top: -0.75rem !important;
}

.-mr-3 {
  margin-right: -0.75rem !important;
}

.-mb-3 {
  margin-bottom: -0.75rem !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

.-mr-4 {
  margin-right: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1rem !important;
}

.-ml-4 {
  margin-left: -1rem !important;
}

.-mt-5 {
  margin-top: -1.25rem !important;
}

.-mr-5 {
  margin-right: -1.25rem !important;
}

.-mb-5 {
  margin-bottom: -1.25rem !important;
}

.-ml-5 {
  margin-left: -1.25rem !important;
}

.-mt-6 {
  margin-top: -1.5rem !important;
}

.-mr-6 {
  margin-right: -1.5rem !important;
}

.-mb-6 {
  margin-bottom: -1.5rem !important;
}

.-ml-6 {
  margin-left: -1.5rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.-mr-8 {
  margin-right: -2rem !important;
}

.-mb-8 {
  margin-bottom: -2rem !important;
}

.-ml-8 {
  margin-left: -2rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

.-mt-12 {
  margin-top: -3rem !important;
}

.-mr-12 {
  margin-right: -3rem !important;
}

.-mb-12 {
  margin-bottom: -3rem !important;
}

.-ml-12 {
  margin-left: -3rem !important;
}

.-mt-14 {
  margin-top: -3.5rem !important;
}

.-mr-14 {
  margin-right: -3.5rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem !important;
}

.-ml-14 {
  margin-left: -3.5rem !important;
}

.-mt-16 {
  margin-top: -4rem !important;
}

.-mr-16 {
  margin-right: -4rem !important;
}

.-mb-16 {
  margin-bottom: -4rem !important;
}

.-ml-16 {
  margin-left: -4rem !important;
}

.-mt-20 {
  margin-top: -5rem !important;
}

.-mr-20 {
  margin-right: -5rem !important;
}

.-mb-20 {
  margin-bottom: -5rem !important;
}

.-ml-20 {
  margin-left: -5rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

.-mr-24 {
  margin-right: -6rem !important;
}

.-mb-24 {
  margin-bottom: -6rem !important;
}

.-ml-24 {
  margin-left: -6rem !important;
}

.-mt-28 {
  margin-top: -7rem !important;
}

.-mr-28 {
  margin-right: -7rem !important;
}

.-mb-28 {
  margin-bottom: -7rem !important;
}

.-ml-28 {
  margin-left: -7rem !important;
}

.-mt-32 {
  margin-top: -8rem !important;
}

.-mr-32 {
  margin-right: -8rem !important;
}

.-mb-32 {
  margin-bottom: -8rem !important;
}

.-ml-32 {
  margin-left: -8rem !important;
}

.-mt-36 {
  margin-top: -9rem !important;
}

.-mr-36 {
  margin-right: -9rem !important;
}

.-mb-36 {
  margin-bottom: -9rem !important;
}

.-ml-36 {
  margin-left: -9rem !important;
}

.-mt-40 {
  margin-top: -10rem !important;
}

.-mr-40 {
  margin-right: -10rem !important;
}

.-mb-40 {
  margin-bottom: -10rem !important;
}

.-ml-40 {
  margin-left: -10rem !important;
}

.-mt-44 {
  margin-top: -11rem !important;
}

.-mr-44 {
  margin-right: -11rem !important;
}

.-mb-44 {
  margin-bottom: -11rem !important;
}

.-ml-44 {
  margin-left: -11rem !important;
}

.-mt-45 {
  margin-top: -11.25rem !important;
}

.-mr-45 {
  margin-right: -11.25rem !important;
}

.-mb-45 {
  margin-bottom: -11.25rem !important;
}

.-ml-45 {
  margin-left: -11.25rem !important;
}

.-mt-48 {
  margin-top: -12rem !important;
}

.-mr-48 {
  margin-right: -12rem !important;
}

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

.-mt-52 {
  margin-top: -13rem !important;
}

.-mr-52 {
  margin-right: -13rem !important;
}

.-mb-52 {
  margin-bottom: -13rem !important;
}

.-ml-52 {
  margin-left: -13rem !important;
}

.-mt-54 {
  margin-top: -13.5rem !important;
}

.-mr-54 {
  margin-right: -13.5rem !important;
}

.-mb-54 {
  margin-bottom: -13.5rem !important;
}

.-ml-54 {
  margin-left: -13.5rem !important;
}

.-mt-56 {
  margin-top: -14rem !important;
}

.-mr-56 {
  margin-right: -14rem !important;
}

.-mb-56 {
  margin-bottom: -14rem !important;
}

.-ml-56 {
  margin-left: -14rem !important;
}

.-mt-64 {
  margin-top: -16rem !important;
}

.-mr-64 {
  margin-right: -16rem !important;
}

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

.-mt-68 {
  margin-top: -17rem !important;
}

.-mr-68 {
  margin-right: -17rem !important;
}

.-mb-68 {
  margin-bottom: -17rem !important;
}

.-ml-68 {
  margin-left: -17rem !important;
}

.-mt-72 {
  margin-top: -18rem !important;
}

.-mr-72 {
  margin-right: -18rem !important;
}

.-mb-72 {
  margin-bottom: -18rem !important;
}

.-ml-72 {
  margin-left: -18rem !important;
}

.-mt-76 {
  margin-top: -19rem !important;
}

.-mr-76 {
  margin-right: -19rem !important;
}

.-mb-76 {
  margin-bottom: -19rem !important;
}

.-ml-76 {
  margin-left: -19rem !important;
}

.-mt-80 {
  margin-top: -20rem !important;
}

.-mr-80 {
  margin-right: -20rem !important;
}

.-mb-80 {
  margin-bottom: -20rem !important;
}

.-ml-80 {
  margin-left: -20rem !important;
}

.-mt-84 {
  margin-top: -21rem !important;
}

.-mr-84 {
  margin-right: -21rem !important;
}

.-mb-84 {
  margin-bottom: -21rem !important;
}

.-ml-84 {
  margin-left: -21rem !important;
}

.-mt-88 {
  margin-top: -22rem !important;
}

.-mr-88 {
  margin-right: -22rem !important;
}

.-mb-88 {
  margin-bottom: -22rem !important;
}

.-ml-88 {
  margin-left: -22rem !important;
}

.-mt-92 {
  margin-top: -23rem !important;
}

.-mr-92 {
  margin-right: -23rem !important;
}

.-mb-92 {
  margin-bottom: -23rem !important;
}

.-ml-92 {
  margin-left: -23rem !important;
}

.-mt-96 {
  margin-top: -24rem !important;
}

.-mr-96 {
  margin-right: -24rem !important;
}

.-mb-96 {
  margin-bottom: -24rem !important;
}

.-ml-96 {
  margin-left: -24rem !important;
}

.-mt-100 {
  margin-top: -25rem !important;
}

.-mr-100 {
  margin-right: -25rem !important;
}

.-mb-100 {
  margin-bottom: -25rem !important;
}

.-ml-100 {
  margin-left: -25rem !important;
}

.-mt-104 {
  margin-top: -26rem !important;
}

.-mr-104 {
  margin-right: -26rem !important;
}

.-mb-104 {
  margin-bottom: -26rem !important;
}

.-ml-104 {
  margin-left: -26rem !important;
}

.-mt-108 {
  margin-top: -27rem !important;
}

.-mr-108 {
  margin-right: -27rem !important;
}

.-mb-108 {
  margin-bottom: -27rem !important;
}

.-ml-108 {
  margin-left: -27rem !important;
}

.-mt-112 {
  margin-top: -28rem !important;
}

.-mr-112 {
  margin-right: -28rem !important;
}

.-mb-112 {
  margin-bottom: -28rem !important;
}

.-ml-112 {
  margin-left: -28rem !important;
}

.-mt-116 {
  margin-top: -29rem !important;
}

.-mr-116 {
  margin-right: -29rem !important;
}

.-mb-116 {
  margin-bottom: -29rem !important;
}

.-ml-116 {
  margin-left: -29rem !important;
}

.-mt-120 {
  margin-top: -30rem !important;
}

.-mr-120 {
  margin-right: -30rem !important;
}

.-mb-120 {
  margin-bottom: -30rem !important;
}

.-ml-120 {
  margin-left: -30rem !important;
}

.-mt-124 {
  margin-top: -31rem !important;
}

.-mr-124 {
  margin-right: -31rem !important;
}

.-mb-124 {
  margin-bottom: -31rem !important;
}

.-ml-124 {
  margin-left: -31rem !important;
}

.-mt-128 {
  margin-top: -32rem !important;
}

.-mr-128 {
  margin-right: -32rem !important;
}

.-mb-128 {
  margin-bottom: -32rem !important;
}

.-ml-128 {
  margin-left: -32rem !important;
}

.-mt-132 {
  margin-top: -33rem !important;
}

.-mr-132 {
  margin-right: -33rem !important;
}

.-mb-132 {
  margin-bottom: -33rem !important;
}

.-ml-132 {
  margin-left: -33rem !important;
}

.-mt-136 {
  margin-top: -34rem !important;
}

.-mr-136 {
  margin-right: -34rem !important;
}

.-mb-136 {
  margin-bottom: -34rem !important;
}

.-ml-136 {
  margin-left: -34rem !important;
}

.-mt-140 {
  margin-top: -35rem !important;
}

.-mr-140 {
  margin-right: -35rem !important;
}

.-mb-140 {
  margin-bottom: -35rem !important;
}

.-ml-140 {
  margin-left: -35rem !important;
}

.-mt-150 {
  margin-top: -37.5rem !important;
}

.-mr-150 {
  margin-right: -37.5rem !important;
}

.-mb-150 {
  margin-bottom: -37.5rem !important;
}

.-ml-150 {
  margin-left: -37.5rem !important;
}

.-mt-160 {
  margin-top: -40rem !important;
}

.-mr-160 {
  margin-right: -40rem !important;
}

.-mb-160 {
  margin-bottom: -40rem !important;
}

.-ml-160 {
  margin-left: -40rem !important;
}

.-mt-170 {
  margin-top: -42.5rem !important;
}

.-mr-170 {
  margin-right: -42.5rem !important;
}

.-mb-170 {
  margin-bottom: -42.5rem !important;
}

.-ml-170 {
  margin-left: -42.5rem !important;
}

.-mt-180 {
  margin-top: -45rem !important;
}

.-mr-180 {
  margin-right: -45rem !important;
}

.-mb-180 {
  margin-bottom: -45rem !important;
}

.-ml-180 {
  margin-left: -45rem !important;
}

.-mt-190 {
  margin-top: -47.5rem !important;
}

.-mr-190 {
  margin-right: -47.5rem !important;
}

.-mb-190 {
  margin-bottom: -47.5rem !important;
}

.-ml-190 {
  margin-left: -47.5rem !important;
}

.-mt-200 {
  margin-top: -50rem !important;
}

.-mr-200 {
  margin-right: -50rem !important;
}

.-mb-200 {
  margin-bottom: -50rem !important;
}

.-ml-200 {
  margin-left: -50rem !important;
}

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

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

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

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

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !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-full {
  max-width: 100% !important;
}

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

.max-w-screen-xl {
  max-width: 1280px !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-fill {
  object-fit: fill !important;
}

.object-none {
  object-fit: none !important;
}

.object-scale-down {
  object-fit: scale-down !important;
}

.object-bottom {
  object-position: bottom !important;
}

.object-center {
  object-position: center !important;
}

.object-left {
  object-position: left !important;
}

.object-left-bottom {
  object-position: left bottom !important;
}

.object-left-top {
  object-position: left top !important;
}

.object-right {
  object-position: right !important;
}

.object-right-bottom {
  object-position: right bottom !important;
}

.object-right-top {
  object-position: right top !important;
}

.object-top {
  object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.80 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.90 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.80 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.90 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.80 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.90 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !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;
}

.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;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  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;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-45 {
  padding: 11.25rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.p-54 {
  padding: 13.5rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-68 {
  padding: 17rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.p-76 {
  padding: 19rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-84 {
  padding: 21rem !important;
}

.p-88 {
  padding: 22rem !important;
}

.p-92 {
  padding: 23rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.p-100 {
  padding: 25rem !important;
}

.p-104 {
  padding: 26rem !important;
}

.p-108 {
  padding: 27rem !important;
}

.p-112 {
  padding: 28rem !important;
}

.p-116 {
  padding: 29rem !important;
}

.p-120 {
  padding: 30rem !important;
}

.p-124 {
  padding: 31rem !important;
}

.p-128 {
  padding: 32rem !important;
}

.p-132 {
  padding: 33rem !important;
}

.p-136 {
  padding: 34rem !important;
}

.p-140 {
  padding: 35rem !important;
}

.p-150 {
  padding: 37.5rem !important;
}

.p-160 {
  padding: 40rem !important;
}

.p-170 {
  padding: 42.5rem !important;
}

.p-180 {
  padding: 45rem !important;
}

.p-190 {
  padding: 47.5rem !important;
}

.p-200 {
  padding: 50rem !important;
}

.p-px {
  padding: 1px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.py-45 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.px-45 {
  padding-left: 11.25rem !important;
  padding-right: 11.25rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.py-54 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.px-54 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-68 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.px-68 {
  padding-left: 17rem !important;
  padding-right: 17rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.py-76 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.px-76 {
  padding-left: 19rem !important;
  padding-right: 19rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-84 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.px-84 {
  padding-left: 21rem !important;
  padding-right: 21rem !important;
}

.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

.px-88 {
  padding-left: 22rem !important;
  padding-right: 22rem !important;
}

.py-92 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.px-92 {
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.py-100 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.px-100 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.py-104 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important;
}

.px-104 {
  padding-left: 26rem !important;
  padding-right: 26rem !important;
}

.py-108 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.px-108 {
  padding-left: 27rem !important;
  padding-right: 27rem !important;
}

.py-112 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important;
}

.px-112 {
  padding-left: 28rem !important;
  padding-right: 28rem !important;
}

.py-116 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important;
}

.px-116 {
  padding-left: 29rem !important;
  padding-right: 29rem !important;
}

.py-120 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.px-120 {
  padding-left: 30rem !important;
  padding-right: 30rem !important;
}

.py-124 {
  padding-top: 31rem !important;
  padding-bottom: 31rem !important;
}

.px-124 {
  padding-left: 31rem !important;
  padding-right: 31rem !important;
}

.py-128 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important;
}

.px-128 {
  padding-left: 32rem !important;
  padding-right: 32rem !important;
}

.py-132 {
  padding-top: 33rem !important;
  padding-bottom: 33rem !important;
}

.px-132 {
  padding-left: 33rem !important;
  padding-right: 33rem !important;
}

.py-136 {
  padding-top: 34rem !important;
  padding-bottom: 34rem !important;
}

.px-136 {
  padding-left: 34rem !important;
  padding-right: 34rem !important;
}

.py-140 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

.px-140 {
  padding-left: 35rem !important;
  padding-right: 35rem !important;
}

.py-150 {
  padding-top: 37.5rem !important;
  padding-bottom: 37.5rem !important;
}

.px-150 {
  padding-left: 37.5rem !important;
  padding-right: 37.5rem !important;
}

.py-160 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

.px-160 {
  padding-left: 40rem !important;
  padding-right: 40rem !important;
}

.py-170 {
  padding-top: 42.5rem !important;
  padding-bottom: 42.5rem !important;
}

.px-170 {
  padding-left: 42.5rem !important;
  padding-right: 42.5rem !important;
}

.py-180 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important;
}

.px-180 {
  padding-left: 45rem !important;
  padding-right: 45rem !important;
}

.py-190 {
  padding-top: 47.5rem !important;
  padding-bottom: 47.5rem !important;
}

.px-190 {
  padding-left: 47.5rem !important;
  padding-right: 47.5rem !important;
}

.py-200 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important;
}

.px-200 {
  padding-left: 50rem !important;
  padding-right: 50rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pt-45 {
  padding-top: 11.25rem !important;
}

.pr-45 {
  padding-right: 11.25rem !important;
}

.pb-45 {
  padding-bottom: 11.25rem !important;
}

.pl-45 {
  padding-left: 11.25rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.pr-52 {
  padding-right: 13rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pl-52 {
  padding-left: 13rem !important;
}

.pt-54 {
  padding-top: 13.5rem !important;
}

.pr-54 {
  padding-right: 13.5rem !important;
}

.pb-54 {
  padding-bottom: 13.5rem !important;
}

.pl-54 {
  padding-left: 13.5rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pt-68 {
  padding-top: 17rem !important;
}

.pr-68 {
  padding-right: 17rem !important;
}

.pb-68 {
  padding-bottom: 17rem !important;
}

.pl-68 {
  padding-left: 17rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.pr-72 {
  padding-right: 18rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pl-72 {
  padding-left: 18rem !important;
}

.pt-76 {
  padding-top: 19rem !important;
}

.pr-76 {
  padding-right: 19rem !important;
}

.pb-76 {
  padding-bottom: 19rem !important;
}

.pl-76 {
  padding-left: 19rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pr-80 {
  padding-right: 20rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pl-80 {
  padding-left: 20rem !important;
}

.pt-84 {
  padding-top: 21rem !important;
}

.pr-84 {
  padding-right: 21rem !important;
}

.pb-84 {
  padding-bottom: 21rem !important;
}

.pl-84 {
  padding-left: 21rem !important;
}

.pt-88 {
  padding-top: 22rem !important;
}

.pr-88 {
  padding-right: 22rem !important;
}

.pb-88 {
  padding-bottom: 22rem !important;
}

.pl-88 {
  padding-left: 22rem !important;
}

.pt-92 {
  padding-top: 23rem !important;
}

.pr-92 {
  padding-right: 23rem !important;
}

.pb-92 {
  padding-bottom: 23rem !important;
}

.pl-92 {
  padding-left: 23rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

.pr-96 {
  padding-right: 24rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

.pl-96 {
  padding-left: 24rem !important;
}

.pt-100 {
  padding-top: 25rem !important;
}

.pr-100 {
  padding-right: 25rem !important;
}

.pb-100 {
  padding-bottom: 25rem !important;
}

.pl-100 {
  padding-left: 25rem !important;
}

.pt-104 {
  padding-top: 26rem !important;
}

.pr-104 {
  padding-right: 26rem !important;
}

.pb-104 {
  padding-bottom: 26rem !important;
}

.pl-104 {
  padding-left: 26rem !important;
}

.pt-108 {
  padding-top: 27rem !important;
}

.pr-108 {
  padding-right: 27rem !important;
}

.pb-108 {
  padding-bottom: 27rem !important;
}

.pl-108 {
  padding-left: 27rem !important;
}

.pt-112 {
  padding-top: 28rem !important;
}

.pr-112 {
  padding-right: 28rem !important;
}

.pb-112 {
  padding-bottom: 28rem !important;
}

.pl-112 {
  padding-left: 28rem !important;
}

.pt-116 {
  padding-top: 29rem !important;
}

.pr-116 {
  padding-right: 29rem !important;
}

.pb-116 {
  padding-bottom: 29rem !important;
}

.pl-116 {
  padding-left: 29rem !important;
}

.pt-120 {
  padding-top: 30rem !important;
}

.pr-120 {
  padding-right: 30rem !important;
}

.pb-120 {
  padding-bottom: 30rem !important;
}

.pl-120 {
  padding-left: 30rem !important;
}

.pt-124 {
  padding-top: 31rem !important;
}

.pr-124 {
  padding-right: 31rem !important;
}

.pb-124 {
  padding-bottom: 31rem !important;
}

.pl-124 {
  padding-left: 31rem !important;
}

.pt-128 {
  padding-top: 32rem !important;
}

.pr-128 {
  padding-right: 32rem !important;
}

.pb-128 {
  padding-bottom: 32rem !important;
}

.pl-128 {
  padding-left: 32rem !important;
}

.pt-132 {
  padding-top: 33rem !important;
}

.pr-132 {
  padding-right: 33rem !important;
}

.pb-132 {
  padding-bottom: 33rem !important;
}

.pl-132 {
  padding-left: 33rem !important;
}

.pt-136 {
  padding-top: 34rem !important;
}

.pr-136 {
  padding-right: 34rem !important;
}

.pb-136 {
  padding-bottom: 34rem !important;
}

.pl-136 {
  padding-left: 34rem !important;
}

.pt-140 {
  padding-top: 35rem !important;
}

.pr-140 {
  padding-right: 35rem !important;
}

.pb-140 {
  padding-bottom: 35rem !important;
}

.pl-140 {
  padding-left: 35rem !important;
}

.pt-150 {
  padding-top: 37.5rem !important;
}

.pr-150 {
  padding-right: 37.5rem !important;
}

.pb-150 {
  padding-bottom: 37.5rem !important;
}

.pl-150 {
  padding-left: 37.5rem !important;
}

.pt-160 {
  padding-top: 40rem !important;
}

.pr-160 {
  padding-right: 40rem !important;
}

.pb-160 {
  padding-bottom: 40rem !important;
}

.pl-160 {
  padding-left: 40rem !important;
}

.pt-170 {
  padding-top: 42.5rem !important;
}

.pr-170 {
  padding-right: 42.5rem !important;
}

.pb-170 {
  padding-bottom: 42.5rem !important;
}

.pl-170 {
  padding-left: 42.5rem !important;
}

.pt-180 {
  padding-top: 45rem !important;
}

.pr-180 {
  padding-right: 45rem !important;
}

.pb-180 {
  padding-bottom: 45rem !important;
}

.pl-180 {
  padding-left: 45rem !important;
}

.pt-190 {
  padding-top: 47.5rem !important;
}

.pr-190 {
  padding-right: 47.5rem !important;
}

.pb-190 {
  padding-bottom: 47.5rem !important;
}

.pl-190 {
  padding-left: 47.5rem !important;
}

.pt-200 {
  padding-top: 50rem !important;
}

.pr-200 {
  padding-right: 50rem !important;
}

.pb-200 {
  padding-bottom: 50rem !important;
}

.pl-200 {
  padding-left: 50rem !important;
}

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

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

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

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

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

.pointer-events-auto {
  pointer-events: auto !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: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

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

.shadow-none {
  box-shadow: none !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;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !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;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-main-100 {
  --text-opacity: 1 !important;
  color: #EDF2F7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-main-200 {
  --text-opacity: 1 !important;
  color: #00E198 !important;
  color: rgba(0, 225, 152, var(--text-opacity)) !important;
}

.text-main-300 {
  --text-opacity: 1 !important;
  color: #9582F2 !important;
  color: rgba(149, 130, 242, var(--text-opacity)) !important;
}

.text-main-400 {
  --text-opacity: 1 !important;
  color: #008BDA !important;
  color: rgba(0, 139, 218, var(--text-opacity)) !important;
}

.text-main-500 {
  --text-opacity: 1 !important;
  color: #FFA180 !important;
  color: rgba(255, 161, 128, var(--text-opacity)) !important;
}

.text-main-600 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.text-main-900 {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.text-gray-100 {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.text-gray-200 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-gray-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-gray-400 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-gray-500 {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.text-gray-600 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-gray-700 {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.text-gray-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-gray-900 {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-red-100 {
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.text-red-200 {
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.text-red-300 {
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.text-red-400 {
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.text-red-500 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.text-red-600 {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.text-red-700 {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.text-red-800 {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.text-red-900 {
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.text-orange-100 {
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.text-orange-200 {
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.text-orange-300 {
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.text-orange-400 {
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.text-orange-500 {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.text-orange-600 {
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.text-orange-700 {
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.text-orange-800 {
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.text-orange-900 {
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.text-yellow-100 {
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.text-yellow-200 {
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.text-yellow-300 {
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.text-yellow-400 {
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.text-yellow-500 {
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.text-yellow-600 {
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.text-yellow-700 {
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.text-yellow-800 {
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.text-yellow-900 {
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.text-green-100 {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.text-green-200 {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.text-green-300 {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.text-green-400 {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600 {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700 {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-green-800 {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.text-green-900 {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.text-teal-100 {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.text-teal-200 {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.text-teal-300 {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.text-teal-400 {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.text-teal-500 {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.text-teal-600 {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.text-teal-700 {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.text-teal-800 {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.text-teal-900 {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.text-blue-100 {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.text-blue-200 {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-blue-300 {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.text-blue-400 {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-blue-500 {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-blue-800 {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-blue-900 {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.text-indigo-100 {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.text-indigo-200 {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.text-indigo-300 {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.text-indigo-400 {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.text-indigo-500 {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.text-indigo-600 {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.text-indigo-800 {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.text-indigo-900 {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.text-purple-100 {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.text-purple-200 {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.text-purple-300 {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.text-purple-400 {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.text-purple-500 {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.text-purple-600 {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.text-purple-700 {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.text-purple-800 {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.text-purple-900 {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.text-pink-100 {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.text-pink-200 {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.text-pink-300 {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.text-pink-400 {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.text-pink-500 {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.text-pink-600 {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.text-pink-700 {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.text-pink-800 {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.text-pink-900 {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.text-dark-50 {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-dark-100 {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-dark-200 {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.text-dark-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-dark-700 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-dark-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-dark-900 {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-light-50 {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-light-100 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-light-200 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-light-300 {
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.text-light-700 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-light-800 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-light-900 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0 !important;
}

.text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --text-opacity: 0.80 !important;
}

.text-opacity-85 {
  --text-opacity: 0.85 !important;
}

.text-opacity-90 {
  --text-opacity: 0.90 !important;
}

.text-opacity-95 {
  --text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  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;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  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 {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-45 {
  width: 11.25rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-52 {
  width: 13rem !important;
}

.w-54 {
  width: 13.5rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-68 {
  width: 17rem !important;
}

.w-72 {
  width: 18rem !important;
}

.w-76 {
  width: 19rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-84 {
  width: 21rem !important;
}

.w-88 {
  width: 22rem !important;
}

.w-92 {
  width: 23rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-100 {
  width: 25rem !important;
}

.w-104 {
  width: 26rem !important;
}

.w-108 {
  width: 27rem !important;
}

.w-112 {
  width: 28rem !important;
}

.w-116 {
  width: 29rem !important;
}

.w-120 {
  width: 30rem !important;
}

.w-124 {
  width: 31rem !important;
}

.w-128 {
  width: 32rem !important;
}

.w-132 {
  width: 33rem !important;
}

.w-136 {
  width: 34rem !important;
}

.w-140 {
  width: 35rem !important;
}

.w-150 {
  width: 37.5rem !important;
}

.w-160 {
  width: 40rem !important;
}

.w-170 {
  width: 42.5rem !important;
}

.w-180 {
  width: 45rem !important;
}

.w-190 {
  width: 47.5rem !important;
}

.w-200 {
  width: 50rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

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

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.z-0 {
  z-index: 0 !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;
}

.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-14 {
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important;
}

.gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-28 {
  grid-gap: 7rem !important;
  gap: 7rem !important;
}

.gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-36 {
  grid-gap: 9rem !important;
  gap: 9rem !important;
}

.gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-44 {
  grid-gap: 11rem !important;
  gap: 11rem !important;
}

.gap-45 {
  grid-gap: 11.25rem !important;
  gap: 11.25rem !important;
}

.gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-52 {
  grid-gap: 13rem !important;
  gap: 13rem !important;
}

.gap-54 {
  grid-gap: 13.5rem !important;
  gap: 13.5rem !important;
}

.gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-68 {
  grid-gap: 17rem !important;
  gap: 17rem !important;
}

.gap-72 {
  grid-gap: 18rem !important;
  gap: 18rem !important;
}

.gap-76 {
  grid-gap: 19rem !important;
  gap: 19rem !important;
}

.gap-80 {
  grid-gap: 20rem !important;
  gap: 20rem !important;
}

.gap-84 {
  grid-gap: 21rem !important;
  gap: 21rem !important;
}

.gap-88 {
  grid-gap: 22rem !important;
  gap: 22rem !important;
}

.gap-92 {
  grid-gap: 23rem !important;
  gap: 23rem !important;
}

.gap-96 {
  grid-gap: 24rem !important;
  gap: 24rem !important;
}

.gap-100 {
  grid-gap: 25rem !important;
  gap: 25rem !important;
}

.gap-104 {
  grid-gap: 26rem !important;
  gap: 26rem !important;
}

.gap-108 {
  grid-gap: 27rem !important;
  gap: 27rem !important;
}

.gap-112 {
  grid-gap: 28rem !important;
  gap: 28rem !important;
}

.gap-116 {
  grid-gap: 29rem !important;
  gap: 29rem !important;
}

.gap-120 {
  grid-gap: 30rem !important;
  gap: 30rem !important;
}

.gap-124 {
  grid-gap: 31rem !important;
  gap: 31rem !important;
}

.gap-128 {
  grid-gap: 32rem !important;
  gap: 32rem !important;
}

.gap-132 {
  grid-gap: 33rem !important;
  gap: 33rem !important;
}

.gap-136 {
  grid-gap: 34rem !important;
  gap: 34rem !important;
}

.gap-140 {
  grid-gap: 35rem !important;
  gap: 35rem !important;
}

.gap-150 {
  grid-gap: 37.5rem !important;
  gap: 37.5rem !important;
}

.gap-160 {
  grid-gap: 40rem !important;
  gap: 40rem !important;
}

.gap-170 {
  grid-gap: 42.5rem !important;
  gap: 42.5rem !important;
}

.gap-180 {
  grid-gap: 45rem !important;
  gap: 45rem !important;
}

.gap-190 {
  grid-gap: 47.5rem !important;
  gap: 47.5rem !important;
}

.gap-200 {
  grid-gap: 50rem !important;
  gap: 50rem !important;
}

.gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.col-gap-0 {
  grid-column-gap: 0 !important;
  column-gap: 0 !important;
}

.col-gap-1 {
  grid-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.col-gap-2 {
  grid-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.col-gap-3 {
  grid-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.col-gap-4 {
  grid-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.col-gap-5 {
  grid-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.col-gap-6 {
  grid-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.col-gap-8 {
  grid-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.col-gap-10 {
  grid-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.col-gap-12 {
  grid-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.col-gap-14 {
  grid-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.col-gap-16 {
  grid-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.col-gap-20 {
  grid-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.col-gap-24 {
  grid-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.col-gap-28 {
  grid-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.col-gap-32 {
  grid-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.col-gap-36 {
  grid-column-gap: 9rem !important;
  column-gap: 9rem !important;
}

.col-gap-40 {
  grid-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.col-gap-44 {
  grid-column-gap: 11rem !important;
  column-gap: 11rem !important;
}

.col-gap-45 {
  grid-column-gap: 11.25rem !important;
  column-gap: 11.25rem !important;
}

.col-gap-48 {
  grid-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.col-gap-52 {
  grid-column-gap: 13rem !important;
  column-gap: 13rem !important;
}

.col-gap-54 {
  grid-column-gap: 13.5rem !important;
  column-gap: 13.5rem !important;
}

.col-gap-56 {
  grid-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.col-gap-64 {
  grid-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.col-gap-68 {
  grid-column-gap: 17rem !important;
  column-gap: 17rem !important;
}

.col-gap-72 {
  grid-column-gap: 18rem !important;
  column-gap: 18rem !important;
}

.col-gap-76 {
  grid-column-gap: 19rem !important;
  column-gap: 19rem !important;
}

.col-gap-80 {
  grid-column-gap: 20rem !important;
  column-gap: 20rem !important;
}

.col-gap-84 {
  grid-column-gap: 21rem !important;
  column-gap: 21rem !important;
}

.col-gap-88 {
  grid-column-gap: 22rem !important;
  column-gap: 22rem !important;
}

.col-gap-92 {
  grid-column-gap: 23rem !important;
  column-gap: 23rem !important;
}

.col-gap-96 {
  grid-column-gap: 24rem !important;
  column-gap: 24rem !important;
}

.col-gap-100 {
  grid-column-gap: 25rem !important;
  column-gap: 25rem !important;
}

.col-gap-104 {
  grid-column-gap: 26rem !important;
  column-gap: 26rem !important;
}

.col-gap-108 {
  grid-column-gap: 27rem !important;
  column-gap: 27rem !important;
}

.col-gap-112 {
  grid-column-gap: 28rem !important;
  column-gap: 28rem !important;
}

.col-gap-116 {
  grid-column-gap: 29rem !important;
  column-gap: 29rem !important;
}

.col-gap-120 {
  grid-column-gap: 30rem !important;
  column-gap: 30rem !important;
}

.col-gap-124 {
  grid-column-gap: 31rem !important;
  column-gap: 31rem !important;
}

.col-gap-128 {
  grid-column-gap: 32rem !important;
  column-gap: 32rem !important;
}

.col-gap-132 {
  grid-column-gap: 33rem !important;
  column-gap: 33rem !important;
}

.col-gap-136 {
  grid-column-gap: 34rem !important;
  column-gap: 34rem !important;
}

.col-gap-140 {
  grid-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

.col-gap-150 {
  grid-column-gap: 37.5rem !important;
  column-gap: 37.5rem !important;
}

.col-gap-160 {
  grid-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

.col-gap-170 {
  grid-column-gap: 42.5rem !important;
  column-gap: 42.5rem !important;
}

.col-gap-180 {
  grid-column-gap: 45rem !important;
  column-gap: 45rem !important;
}

.col-gap-190 {
  grid-column-gap: 47.5rem !important;
  column-gap: 47.5rem !important;
}

.col-gap-200 {
  grid-column-gap: 50rem !important;
  column-gap: 50rem !important;
}

.col-gap-px {
  grid-column-gap: 1px !important;
  column-gap: 1px !important;
}

.gap-x-0 {
  grid-column-gap: 0 !important;
  column-gap: 0 !important;
}

.gap-x-1 {
  grid-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-x-2 {
  grid-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-x-3 {
  grid-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.gap-x-4 {
  grid-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-x-5 {
  grid-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.gap-x-6 {
  grid-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-x-8 {
  grid-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.gap-x-10 {
  grid-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.gap-x-12 {
  grid-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.gap-x-14 {
  grid-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.gap-x-16 {
  grid-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.gap-x-20 {
  grid-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.gap-x-24 {
  grid-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.gap-x-28 {
  grid-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.gap-x-32 {
  grid-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.gap-x-36 {
  grid-column-gap: 9rem !important;
  column-gap: 9rem !important;
}

.gap-x-40 {
  grid-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.gap-x-44 {
  grid-column-gap: 11rem !important;
  column-gap: 11rem !important;
}

.gap-x-45 {
  grid-column-gap: 11.25rem !important;
  column-gap: 11.25rem !important;
}

.gap-x-48 {
  grid-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.gap-x-52 {
  grid-column-gap: 13rem !important;
  column-gap: 13rem !important;
}

.gap-x-54 {
  grid-column-gap: 13.5rem !important;
  column-gap: 13.5rem !important;
}

.gap-x-56 {
  grid-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.gap-x-64 {
  grid-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.gap-x-68 {
  grid-column-gap: 17rem !important;
  column-gap: 17rem !important;
}

.gap-x-72 {
  grid-column-gap: 18rem !important;
  column-gap: 18rem !important;
}

.gap-x-76 {
  grid-column-gap: 19rem !important;
  column-gap: 19rem !important;
}

.gap-x-80 {
  grid-column-gap: 20rem !important;
  column-gap: 20rem !important;
}

.gap-x-84 {
  grid-column-gap: 21rem !important;
  column-gap: 21rem !important;
}

.gap-x-88 {
  grid-column-gap: 22rem !important;
  column-gap: 22rem !important;
}

.gap-x-92 {
  grid-column-gap: 23rem !important;
  column-gap: 23rem !important;
}

.gap-x-96 {
  grid-column-gap: 24rem !important;
  column-gap: 24rem !important;
}

.gap-x-100 {
  grid-column-gap: 25rem !important;
  column-gap: 25rem !important;
}

.gap-x-104 {
  grid-column-gap: 26rem !important;
  column-gap: 26rem !important;
}

.gap-x-108 {
  grid-column-gap: 27rem !important;
  column-gap: 27rem !important;
}

.gap-x-112 {
  grid-column-gap: 28rem !important;
  column-gap: 28rem !important;
}

.gap-x-116 {
  grid-column-gap: 29rem !important;
  column-gap: 29rem !important;
}

.gap-x-120 {
  grid-column-gap: 30rem !important;
  column-gap: 30rem !important;
}

.gap-x-124 {
  grid-column-gap: 31rem !important;
  column-gap: 31rem !important;
}

.gap-x-128 {
  grid-column-gap: 32rem !important;
  column-gap: 32rem !important;
}

.gap-x-132 {
  grid-column-gap: 33rem !important;
  column-gap: 33rem !important;
}

.gap-x-136 {
  grid-column-gap: 34rem !important;
  column-gap: 34rem !important;
}

.gap-x-140 {
  grid-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

.gap-x-150 {
  grid-column-gap: 37.5rem !important;
  column-gap: 37.5rem !important;
}

.gap-x-160 {
  grid-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

.gap-x-170 {
  grid-column-gap: 42.5rem !important;
  column-gap: 42.5rem !important;
}

.gap-x-180 {
  grid-column-gap: 45rem !important;
  column-gap: 45rem !important;
}

.gap-x-190 {
  grid-column-gap: 47.5rem !important;
  column-gap: 47.5rem !important;
}

.gap-x-200 {
  grid-column-gap: 50rem !important;
  column-gap: 50rem !important;
}

.gap-x-px {
  grid-column-gap: 1px !important;
  column-gap: 1px !important;
}

.row-gap-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-28 {
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.row-gap-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-36 {
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important;
}

.row-gap-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-44 {
  grid-row-gap: 11rem !important;
  row-gap: 11rem !important;
}

.row-gap-45 {
  grid-row-gap: 11.25rem !important;
  row-gap: 11.25rem !important;
}

.row-gap-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-52 {
  grid-row-gap: 13rem !important;
  row-gap: 13rem !important;
}

.row-gap-54 {
  grid-row-gap: 13.5rem !important;
  row-gap: 13.5rem !important;
}

.row-gap-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-68 {
  grid-row-gap: 17rem !important;
  row-gap: 17rem !important;
}

.row-gap-72 {
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important;
}

.row-gap-76 {
  grid-row-gap: 19rem !important;
  row-gap: 19rem !important;
}

.row-gap-80 {
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important;
}

.row-gap-84 {
  grid-row-gap: 21rem !important;
  row-gap: 21rem !important;
}

.row-gap-88 {
  grid-row-gap: 22rem !important;
  row-gap: 22rem !important;
}

.row-gap-92 {
  grid-row-gap: 23rem !important;
  row-gap: 23rem !important;
}

.row-gap-96 {
  grid-row-gap: 24rem !important;
  row-gap: 24rem !important;
}

.row-gap-100 {
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.row-gap-104 {
  grid-row-gap: 26rem !important;
  row-gap: 26rem !important;
}

.row-gap-108 {
  grid-row-gap: 27rem !important;
  row-gap: 27rem !important;
}

.row-gap-112 {
  grid-row-gap: 28rem !important;
  row-gap: 28rem !important;
}

.row-gap-116 {
  grid-row-gap: 29rem !important;
  row-gap: 29rem !important;
}

.row-gap-120 {
  grid-row-gap: 30rem !important;
  row-gap: 30rem !important;
}

.row-gap-124 {
  grid-row-gap: 31rem !important;
  row-gap: 31rem !important;
}

.row-gap-128 {
  grid-row-gap: 32rem !important;
  row-gap: 32rem !important;
}

.row-gap-132 {
  grid-row-gap: 33rem !important;
  row-gap: 33rem !important;
}

.row-gap-136 {
  grid-row-gap: 34rem !important;
  row-gap: 34rem !important;
}

.row-gap-140 {
  grid-row-gap: 35rem !important;
  row-gap: 35rem !important;
}

.row-gap-150 {
  grid-row-gap: 37.5rem !important;
  row-gap: 37.5rem !important;
}

.row-gap-160 {
  grid-row-gap: 40rem !important;
  row-gap: 40rem !important;
}

.row-gap-170 {
  grid-row-gap: 42.5rem !important;
  row-gap: 42.5rem !important;
}

.row-gap-180 {
  grid-row-gap: 45rem !important;
  row-gap: 45rem !important;
}

.row-gap-190 {
  grid-row-gap: 47.5rem !important;
  row-gap: 47.5rem !important;
}

.row-gap-200 {
  grid-row-gap: 50rem !important;
  row-gap: 50rem !important;
}

.row-gap-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.gap-y-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gap-y-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.gap-y-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.gap-y-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.gap-y-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.gap-y-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-28 {
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.gap-y-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.gap-y-36 {
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important;
}

.gap-y-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.gap-y-44 {
  grid-row-gap: 11rem !important;
  row-gap: 11rem !important;
}

.gap-y-45 {
  grid-row-gap: 11.25rem !important;
  row-gap: 11.25rem !important;
}

.gap-y-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.gap-y-52 {
  grid-row-gap: 13rem !important;
  row-gap: 13rem !important;
}

.gap-y-54 {
  grid-row-gap: 13.5rem !important;
  row-gap: 13.5rem !important;
}

.gap-y-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-68 {
  grid-row-gap: 17rem !important;
  row-gap: 17rem !important;
}

.gap-y-72 {
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important;
}

.gap-y-76 {
  grid-row-gap: 19rem !important;
  row-gap: 19rem !important;
}

.gap-y-80 {
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important;
}

.gap-y-84 {
  grid-row-gap: 21rem !important;
  row-gap: 21rem !important;
}

.gap-y-88 {
  grid-row-gap: 22rem !important;
  row-gap: 22rem !important;
}

.gap-y-92 {
  grid-row-gap: 23rem !important;
  row-gap: 23rem !important;
}

.gap-y-96 {
  grid-row-gap: 24rem !important;
  row-gap: 24rem !important;
}

.gap-y-100 {
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.gap-y-104 {
  grid-row-gap: 26rem !important;
  row-gap: 26rem !important;
}

.gap-y-108 {
  grid-row-gap: 27rem !important;
  row-gap: 27rem !important;
}

.gap-y-112 {
  grid-row-gap: 28rem !important;
  row-gap: 28rem !important;
}

.gap-y-116 {
  grid-row-gap: 29rem !important;
  row-gap: 29rem !important;
}

.gap-y-120 {
  grid-row-gap: 30rem !important;
  row-gap: 30rem !important;
}

.gap-y-124 {
  grid-row-gap: 31rem !important;
  row-gap: 31rem !important;
}

.gap-y-128 {
  grid-row-gap: 32rem !important;
  row-gap: 32rem !important;
}

.gap-y-132 {
  grid-row-gap: 33rem !important;
  row-gap: 33rem !important;
}

.gap-y-136 {
  grid-row-gap: 34rem !important;
  row-gap: 34rem !important;
}

.gap-y-140 {
  grid-row-gap: 35rem !important;
  row-gap: 35rem !important;
}

.gap-y-150 {
  grid-row-gap: 37.5rem !important;
  row-gap: 37.5rem !important;
}

.gap-y-160 {
  grid-row-gap: 40rem !important;
  row-gap: 40rem !important;
}

.gap-y-170 {
  grid-row-gap: 42.5rem !important;
  row-gap: 42.5rem !important;
}

.gap-y-180 {
  grid-row-gap: 45rem !important;
  row-gap: 45rem !important;
}

.gap-y-190 {
  grid-row-gap: 47.5rem !important;
  row-gap: 47.5rem !important;
}

.gap-y-200 {
  grid-row-gap: 50rem !important;
  row-gap: 50rem !important;
}

.gap-y-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !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;
}

.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;
}

.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;
}

.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-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;
}

.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;
}

.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;
}

.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-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;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none {
  transform: none !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;
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0 {
  --transform-scale-x: 0 !important;
}

.scale-x-50 {
  --transform-scale-x: .5 !important;
}

.scale-x-75 {
  --transform-scale-x: .75 !important;
}

.scale-x-90 {
  --transform-scale-x: .9 !important;
}

.scale-x-95 {
  --transform-scale-x: .95 !important;
}

.scale-x-100 {
  --transform-scale-x: 1 !important;
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.scale-y-0 {
  --transform-scale-y: 0 !important;
}

.scale-y-50 {
  --transform-scale-y: .5 !important;
}

.scale-y-75 {
  --transform-scale-y: .75 !important;
}

.scale-y-90 {
  --transform-scale-y: .9 !important;
}

.scale-y-95 {
  --transform-scale-y: .95 !important;
}

.scale-y-100 {
  --transform-scale-y: 1 !important;
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.rotate-0 {
  --transform-rotate: 0 !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-90 {
  --transform-rotate: 90deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-180 {
  --transform-rotate: -180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.translate-x-0 {
  --transform-translate-x: 0 !important;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.translate-x-14 {
  --transform-translate-x: 3.5rem !important;
}

.translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.translate-x-28 {
  --transform-translate-x: 7rem !important;
}

.translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.translate-x-36 {
  --transform-translate-x: 9rem !important;
}

.translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.translate-x-44 {
  --transform-translate-x: 11rem !important;
}

.translate-x-45 {
  --transform-translate-x: 11.25rem !important;
}

.translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.translate-x-52 {
  --transform-translate-x: 13rem !important;
}

.translate-x-54 {
  --transform-translate-x: 13.5rem !important;
}

.translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.translate-x-68 {
  --transform-translate-x: 17rem !important;
}

.translate-x-72 {
  --transform-translate-x: 18rem !important;
}

.translate-x-76 {
  --transform-translate-x: 19rem !important;
}

.translate-x-80 {
  --transform-translate-x: 20rem !important;
}

.translate-x-84 {
  --transform-translate-x: 21rem !important;
}

.translate-x-88 {
  --transform-translate-x: 22rem !important;
}

.translate-x-92 {
  --transform-translate-x: 23rem !important;
}

.translate-x-96 {
  --transform-translate-x: 24rem !important;
}

.translate-x-100 {
  --transform-translate-x: 25rem !important;
}

.translate-x-104 {
  --transform-translate-x: 26rem !important;
}

.translate-x-108 {
  --transform-translate-x: 27rem !important;
}

.translate-x-112 {
  --transform-translate-x: 28rem !important;
}

.translate-x-116 {
  --transform-translate-x: 29rem !important;
}

.translate-x-120 {
  --transform-translate-x: 30rem !important;
}

.translate-x-124 {
  --transform-translate-x: 31rem !important;
}

.translate-x-128 {
  --transform-translate-x: 32rem !important;
}

.translate-x-132 {
  --transform-translate-x: 33rem !important;
}

.translate-x-136 {
  --transform-translate-x: 34rem !important;
}

.translate-x-140 {
  --transform-translate-x: 35rem !important;
}

.translate-x-150 {
  --transform-translate-x: 37.5rem !important;
}

.translate-x-160 {
  --transform-translate-x: 40rem !important;
}

.translate-x-170 {
  --transform-translate-x: 42.5rem !important;
}

.translate-x-180 {
  --transform-translate-x: 45rem !important;
}

.translate-x-190 {
  --transform-translate-x: 47.5rem !important;
}

.translate-x-200 {
  --transform-translate-x: 50rem !important;
}

.translate-x-px {
  --transform-translate-x: 1px !important;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.-translate-x-14 {
  --transform-translate-x: -3.5rem !important;
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.-translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.-translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.-translate-x-28 {
  --transform-translate-x: -7rem !important;
}

.-translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.-translate-x-36 {
  --transform-translate-x: -9rem !important;
}

.-translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.-translate-x-44 {
  --transform-translate-x: -11rem !important;
}

.-translate-x-45 {
  --transform-translate-x: -11.25rem !important;
}

.-translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.-translate-x-52 {
  --transform-translate-x: -13rem !important;
}

.-translate-x-54 {
  --transform-translate-x: -13.5rem !important;
}

.-translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.-translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.-translate-x-68 {
  --transform-translate-x: -17rem !important;
}

.-translate-x-72 {
  --transform-translate-x: -18rem !important;
}

.-translate-x-76 {
  --transform-translate-x: -19rem !important;
}

.-translate-x-80 {
  --transform-translate-x: -20rem !important;
}

.-translate-x-84 {
  --transform-translate-x: -21rem !important;
}

.-translate-x-88 {
  --transform-translate-x: -22rem !important;
}

.-translate-x-92 {
  --transform-translate-x: -23rem !important;
}

.-translate-x-96 {
  --transform-translate-x: -24rem !important;
}

.-translate-x-100 {
  --transform-translate-x: -25rem !important;
}

.-translate-x-104 {
  --transform-translate-x: -26rem !important;
}

.-translate-x-108 {
  --transform-translate-x: -27rem !important;
}

.-translate-x-112 {
  --transform-translate-x: -28rem !important;
}

.-translate-x-116 {
  --transform-translate-x: -29rem !important;
}

.-translate-x-120 {
  --transform-translate-x: -30rem !important;
}

.-translate-x-124 {
  --transform-translate-x: -31rem !important;
}

.-translate-x-128 {
  --transform-translate-x: -32rem !important;
}

.-translate-x-132 {
  --transform-translate-x: -33rem !important;
}

.-translate-x-136 {
  --transform-translate-x: -34rem !important;
}

.-translate-x-140 {
  --transform-translate-x: -35rem !important;
}

.-translate-x-150 {
  --transform-translate-x: -37.5rem !important;
}

.-translate-x-160 {
  --transform-translate-x: -40rem !important;
}

.-translate-x-170 {
  --transform-translate-x: -42.5rem !important;
}

.-translate-x-180 {
  --transform-translate-x: -45rem !important;
}

.-translate-x-190 {
  --transform-translate-x: -47.5rem !important;
}

.-translate-x-200 {
  --transform-translate-x: -50rem !important;
}

.-translate-x-px {
  --transform-translate-x: -1px !important;
}

.-translate-x-full {
  --transform-translate-x: -200% !important;
}

.translate-x-full {
  --transform-translate-x: 200% !important;
}

.translate-y-0 {
  --transform-translate-y: 0 !important;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.translate-y-14 {
  --transform-translate-y: 3.5rem !important;
}

.translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.translate-y-28 {
  --transform-translate-y: 7rem !important;
}

.translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.translate-y-36 {
  --transform-translate-y: 9rem !important;
}

.translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.translate-y-44 {
  --transform-translate-y: 11rem !important;
}

.translate-y-45 {
  --transform-translate-y: 11.25rem !important;
}

.translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.translate-y-52 {
  --transform-translate-y: 13rem !important;
}

.translate-y-54 {
  --transform-translate-y: 13.5rem !important;
}

.translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.translate-y-68 {
  --transform-translate-y: 17rem !important;
}

.translate-y-72 {
  --transform-translate-y: 18rem !important;
}

.translate-y-76 {
  --transform-translate-y: 19rem !important;
}

.translate-y-80 {
  --transform-translate-y: 20rem !important;
}

.translate-y-84 {
  --transform-translate-y: 21rem !important;
}

.translate-y-88 {
  --transform-translate-y: 22rem !important;
}

.translate-y-92 {
  --transform-translate-y: 23rem !important;
}

.translate-y-96 {
  --transform-translate-y: 24rem !important;
}

.translate-y-100 {
  --transform-translate-y: 25rem !important;
}

.translate-y-104 {
  --transform-translate-y: 26rem !important;
}

.translate-y-108 {
  --transform-translate-y: 27rem !important;
}

.translate-y-112 {
  --transform-translate-y: 28rem !important;
}

.translate-y-116 {
  --transform-translate-y: 29rem !important;
}

.translate-y-120 {
  --transform-translate-y: 30rem !important;
}

.translate-y-124 {
  --transform-translate-y: 31rem !important;
}

.translate-y-128 {
  --transform-translate-y: 32rem !important;
}

.translate-y-132 {
  --transform-translate-y: 33rem !important;
}

.translate-y-136 {
  --transform-translate-y: 34rem !important;
}

.translate-y-140 {
  --transform-translate-y: 35rem !important;
}

.translate-y-150 {
  --transform-translate-y: 37.5rem !important;
}

.translate-y-160 {
  --transform-translate-y: 40rem !important;
}

.translate-y-170 {
  --transform-translate-y: 42.5rem !important;
}

.translate-y-180 {
  --transform-translate-y: 45rem !important;
}

.translate-y-190 {
  --transform-translate-y: 47.5rem !important;
}

.translate-y-200 {
  --transform-translate-y: 50rem !important;
}

.translate-y-px {
  --transform-translate-y: 1px !important;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.-translate-y-14 {
  --transform-translate-y: -3.5rem !important;
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.-translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.-translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.-translate-y-28 {
  --transform-translate-y: -7rem !important;
}

.-translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.-translate-y-36 {
  --transform-translate-y: -9rem !important;
}

.-translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.-translate-y-44 {
  --transform-translate-y: -11rem !important;
}

.-translate-y-45 {
  --transform-translate-y: -11.25rem !important;
}

.-translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.-translate-y-52 {
  --transform-translate-y: -13rem !important;
}

.-translate-y-54 {
  --transform-translate-y: -13.5rem !important;
}

.-translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.-translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.-translate-y-68 {
  --transform-translate-y: -17rem !important;
}

.-translate-y-72 {
  --transform-translate-y: -18rem !important;
}

.-translate-y-76 {
  --transform-translate-y: -19rem !important;
}

.-translate-y-80 {
  --transform-translate-y: -20rem !important;
}

.-translate-y-84 {
  --transform-translate-y: -21rem !important;
}

.-translate-y-88 {
  --transform-translate-y: -22rem !important;
}

.-translate-y-92 {
  --transform-translate-y: -23rem !important;
}

.-translate-y-96 {
  --transform-translate-y: -24rem !important;
}

.-translate-y-100 {
  --transform-translate-y: -25rem !important;
}

.-translate-y-104 {
  --transform-translate-y: -26rem !important;
}

.-translate-y-108 {
  --transform-translate-y: -27rem !important;
}

.-translate-y-112 {
  --transform-translate-y: -28rem !important;
}

.-translate-y-116 {
  --transform-translate-y: -29rem !important;
}

.-translate-y-120 {
  --transform-translate-y: -30rem !important;
}

.-translate-y-124 {
  --transform-translate-y: -31rem !important;
}

.-translate-y-128 {
  --transform-translate-y: -32rem !important;
}

.-translate-y-132 {
  --transform-translate-y: -33rem !important;
}

.-translate-y-136 {
  --transform-translate-y: -34rem !important;
}

.-translate-y-140 {
  --transform-translate-y: -35rem !important;
}

.-translate-y-150 {
  --transform-translate-y: -37.5rem !important;
}

.-translate-y-160 {
  --transform-translate-y: -40rem !important;
}

.-translate-y-170 {
  --transform-translate-y: -42.5rem !important;
}

.-translate-y-180 {
  --transform-translate-y: -45rem !important;
}

.-translate-y-190 {
  --transform-translate-y: -47.5rem !important;
}

.-translate-y-200 {
  --transform-translate-y: -50rem !important;
}

.-translate-y-px {
  --transform-translate-y: -1px !important;
}

.-translate-y-full {
  --transform-translate-y: -200% !important;
}

.translate-y-full {
  --transform-translate-y: 200% !important;
}

.skew-x-0 {
  --transform-skew-x: 0 !important;
}

.skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.skew-y-0 {
  --transform-skew-y: 0 !important;
}

.skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  transition-property: opacity !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
}

.transition-transform {
  transition-property: transform !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;
}

.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;
}

.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;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  animation: none !important;
}

.animate-spin {
  animation: spin 1s linear infinite !important;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  animation: bounce 1s infinite !important;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

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

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
}
  </pre></body></html>